Jump to content

afshin20

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

  • В сети

Everything posted by afshin20

  1. It is not deleted for paid files If I add the following code, it will not allow users to upload new files. #elDownloadsSubmit_otherinfo { display: none !important; }
  2. @Desti @Exception please help...
  3. This code does not allow users to send new files anymore
  4. I mean, I want to delete this
  5. There is no way through css or javascript? @Exception @Desti
  6. Upload a new file, remove the New Version Details box
  7. yes The box around which I drew red color should be deleted
  8. I want to remove this box, what code should I add to css? Can you give me the code?
  9. Серьезно, я говорю, что независимо от того, какой код я добавляю, ничего не работает. Можете ли вы дать мне код и успокоить меня?
  10. Я думал, но не смог. Кто знает, дайте мне код?
  11. Спасибо, это правильно, я просто хочу, чтобы это отображалось вот так <a href='{url="app=core&module=modcp&controller=modcp&tab=deleted" seoTemplate="modcp_deleted"}' data-ipsTooltip title='{lang="modcp_deleted" escape="true"}'> <i class="fa fa-trash"></i> {{$deletedTopics = \IPS\forums\Topic::getItemsWithPermission( array( 'approved=?', -2 ), NULL, NULL, 'read', TRUE ); $deletedTopics = $deletedTopics ? \count( $deletedTopics ) : 0;}} {{if $deletedTopics}} {$deletedTopics} {{endif}} </a>
  12. Я хочу показать количество удаленных тем, как этот плагин, который отображает количество тем, ожидающих одобрения. <a href='{url="app=core&module=modcp&controller=modcp&tab=deleted" seoTemplate="modcp_deleted"}' data-ipsTooltip title='{lang="modcp_deleted" escape="true"}'> <i class="fa fa-trash"></i> </a> (JD)Moderators fast.xml
  13. Можете ли вы вести меня
  14. Hello I added the deleted content icon on the website through this link, but I want the number of deleted content to be displayed on the top of the icon... How to add Nitofaction code to the code? <a href={url="app=core&module=modcp&controller=modcp&tab=deleted" seoTemplate="modcp_deleted"}> <i class="fa fa-trash"> </i> </a>
  15. Can you tell me what js code is used for this download section that jumps up the page by clicking on the desired page.
  16. Can you please help me? I want to know that the pagination of the pages scrolls upwards after clicking on the desired number, now I just want to know in which part of the template is the scrolling code? I checked these 2 sections in the format myself, but it was not there.
  17. В конце страницы, после нажатия на кнопку "Следующая страница", браузер прокручивается в начало следующей страницы с помощью следующего кода?
  18. Предположим, я хочу сказать пользователю, чтобы он пошел по ссылке ниже и увидел этот пост на странице 5 по данному адресу. Например, чтобы он увидел этот пост:
  19. Допустим, мы отправили тему, и несколько пользователей зашли в эту тему и опубликовали сообщения. Теперь, если мы хотим ссылаться на пользователя, например, на страницу 5, чтобы прочитать его сообщение, какой код или плагин мы должны использовать для этого? for example : The number of pages is 55.
  20. afshin20 posted пост в теме in Invision Community 4 Support
    How can I hide the box below?
  21. Hello, How can I display subcategories within the download section, for example, as shown below? 35355.mp4 35355.mp4
  22. There is no way other than the plugin?