Jump to content

afshin20

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

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

    201
  • Reputation

    30 afshin20's Reputation

Everything posted by afshin20

  1. This code does not allow users to send new files anymore
  2. I mean, I want to delete this
  3. There is no way through css or javascript? @Exception @Desti
  4. Upload a new file, remove the New Version Details box
  5. yes The box around which I drew red color should be deleted
  6. I want to remove this box, what code should I add to css? Can you give me the code?
  7. Серьезно, я говорю, что независимо от того, какой код я добавляю, ничего не работает. Можете ли вы дать мне код и успокоить меня?
  8. Я думал, но не смог. Кто знает, дайте мне код?
  9. Спасибо, это правильно, я просто хочу, чтобы это отображалось вот так <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>
  10. Я хочу показать количество удаленных тем, как этот плагин, который отображает количество тем, ожидающих одобрения. <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
  11. Можете ли вы вести меня
  12. 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>
  13. Can you tell me what js code is used for this download section that jumps up the page by clicking on the desired page.
  14. 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.
  15. В конце страницы, после нажатия на кнопку "Следующая страница", браузер прокручивается в начало следующей страницы с помощью следующего кода?
  16. Предположим, я хочу сказать пользователю, чтобы он пошел по ссылке ниже и увидел этот пост на странице 5 по данному адресу. Например, чтобы он увидел этот пост:
  17. Допустим, мы отправили тему, и несколько пользователей зашли в эту тему и опубликовали сообщения. Теперь, если мы хотим ссылаться на пользователя, например, на страницу 5, чтобы прочитать его сообщение, какой код или плагин мы должны использовать для этого? for example : The number of pages is 55.
  18. afshin20 posted пост в теме in Invision Community 4 Support
    How can I hide the box below?
  19. Hello, How can I display subcategories within the download section, for example, as shown below? 35355.mp4 35355.mp4
  20. There is no way other than the plugin?
  21. To change the font of the control panel, which section should we add the css code to?