Jump to content

afshin20

Пользователи
  • В сети

  • Количество сообщений

    201
  • Reputation

    30 afshin20's Reputation

Everything posted by afshin20

  1. add code to css ul.ipsSubList { display: flex; flex-wrap: wrap; padding: 0; list-style-type: none; } ul.ipsSubList li { width: 50%; box-sizing: border-box; padding: 10px; }
  2. hello How should we change the template codes in version 5?
  3. 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/
  4. I don't know anything about coding, give me the code and that's it There is a line of code, give me the correct code
  5. {{$file->open= \IPS\downloads\File::getItemsWithPermission( array( 'file_open=?', 0 ), NULL, NULL, 'read', TRUE ); $file->open = $file->open ? \count( $file->open) : 0;}} {{if $file->open}} <span class="ipsNotificationCount"> {$file->open} </span> {{endif}} I added that it didn't work, can you give me the code yourself?
  6. Instead of using this plugin, I want to use the code for all the sent files and the new upload version of the pending files. (JD)Moderators fast.xml
  7. Can you give me the code? @Exception
  8. Can you guide me on what to put in the new version file that is waiting for approval? @Exception
  9. Hello, when uploading the new version, in which table is it stored in the files section? {{$new version Files = \IPS\downloads\File::getItemsWithPermission( array( 'name table=?', 0 ), NULL, NULL, 'read', TRUE ); $new versionFiles = $new version Files ? \count( $new version Files ) : 0;}}
  10. afshin20 posted пост в теме in Invision Community 4 Support
    Can you guide me? @Exception
  11. afshin20 posted пост в теме in Invision Community 4 Support
    Hello When I click on the report, it loads like this. I want it to load like this when I click on the report Is it possible to do something with css so that the report is loaded in this way at the time of loading? @Exception
  12. 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 <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>
  13. part global template
  14. No matter what I do, can you give me the edited code yourself?
  15. 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
  16. 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>
  17. afshin20 posted пост в теме in Invision Community 4 Support
    Solved
  18. afshin20 posted пост в теме in Invision Community 4 Support
    .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?
  19. afshin20 posted пост в теме in Invision Community 4 Support
    Can't it be done through css?
  20. afshin20 posted пост в теме in Invision Community 4 Support
    Hello How can I hide data-ipshover with CSS? @Exception
  21. @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>
  22. @Exception Removing data-action="download" in the link below solves the problem, but I want to do this with css or java, can you give me the code? <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>
  23. Can you give me the code JS?
  24. Can you please guide me so that the dialogue page does not close when I click on the download link? @Exception