Jump to content

afshin20

Пользователи
  • Регистрация

  • В сети

Posts posted by afshin20

  1. On 8/30/2024 at 2:34 PM, Exception said:

    не надо подставлять никуда $file->open, это нужно для получения свойства open, ты не думая копируешь и вставляешь код подставляя его хрен пойми куда

    Go to the following address. You already gave me this code for the forum section. Now I want to add new files that are waiting for upload mode.

    https://ipbmafia.ru/topic/26237-add-nitofaction-to-deleted-content-to-icon-trash/

     

  2. See, with this code, when the user clicks, I want to go to this address

    https://ipbmafia.ru/profile/45422-afshin20/content/?type=forums_topic

    25.thumb.jpg.018691600aee1f7df1f93448c2d482c0.jpg

    <script>
     $(document).ready(function() { var memberLink = $("a.ipsType_break"); memberLink.attr("href", "{url="app=core&module=members&controller=profile&do=content&id={$member->member_id}&type=forums_topic" base="front" seoTemplate="profile_content" seoTitle="$member->members_seo_name"}"); }); 
    </script>

     

  3. I changed the code like this, but it was not referred to this address

    <script>
      $(document).ready(function() { var memberLink = $("a.ipsType_break"); memberLink.attr("href", "{url="app=core&module=members&controller=profile&do=content&id={$member}&type=forums_topic" base="front" seoTemplate="profile_content" seoTitle="$member->members_seo_name"}"); }); 
    </script>

    https://ipbmafia.ru/profile/45422-afshin20/content/?type=forums_topic

  4. Posted

    With this code, I want the user to go to the profile section of his user activities, but it displays the link in this way @Exception
    https://sitename.com/profile/0-/content/?type=forums_topic

    <script> $(document).ready(function() { var memberLink = $("a.ipsType_break"); memberLink.attr("href", "{url="app=core&module=members&controller=profile&do=content&id={$member->member_id}&type=forums_topic" base="front" seoTemplate="profile_content" seoTitle="$member->members_seo_name"}"); }); </script>

     

  5. On 7/19/2024 at 6:18 PM, Exception said:

    нет

    .ipsPad.cTopicHovercard_container.ipsScrollbar {
      display: none;
    }
    .ipsHovercard.ipsHovercard_stemTop {
      display: none !important;
    }

    It was fixed with this code, but how do I hide the loading icon, do you see the code?

    529.thumb.jpg.8a1a7f53830acf6a200984ae6348cdc5.jpg

  6. @Exception

    Just tell me how to disable data-action="download" inside this link.

    	<a href='{$fileObject->url('download')->setQueryString( array( 'r' => $k, 'confirm' => 1, 't' => 1, 'version' => isset( \IPS\Request::i()->version ) ? \IPS\Request::i()->version : NULL ) )->csrf()}' class='ipsButton ipsButton_primary ipsButton_small' data-action="download" {{if member.group['idm_wait_period']}}data-wait='true'{{endif}}>{lang="download"}</a>