Recent content by Patronus

  1. Patronus

    XF 2.3 logo size

    Hi. I'm using a logo with an aspect ratio of approximately 4:1 and setting the desired height and width in the settings. Everything works fine on desktop. On mobile, it was small. I adjusted the size by setting the desired width in the app_nav.less template, in the .p-nav-smallLogo section, and...
  2. Patronus

    XF 2.3 tag management

    Are these addons?
  3. Patronus

    XF 2.3 tag management

    Hi. I have a question: how can I delete tags, not just one by one, but several or dozens at once? /admin.php?tags/
  4. Patronus

    XF 2.2 Can I reverse the post order in a thread?

    maybe you found some solution? I also want to do this, so that the last message in the topic is at the top (first)
  5. Patronus

    XF 2.3 page selector

    I found a solution!Maybe it will be useful for someone. The core_pagenav.less template has been edited so that pagination is displayed on mobile devices the same way as on desktop here is the part that has been changed before .pageNavWrapper--mixed {   .pageNavSimple   {     display: none;   }...
  6. Patronus

    XF 2.3 page selector

    Hello everyone. Two questions: 1. I change the color and font of the page selector in the styles, but it only changes in the desktop version. It doesn't change on mobile. How can I manage the style on the mobile version? 2. And I would also like it to look the same on mobile as on the desktop...
  7. Patronus

    XF 2.3 edits on the main page

    Can I insert something between these blocks and how? For example, a photo or HTML code?
  8. Patronus

    XF 2.3 find all soft deleted messages

    Please tell me where to find all soft deleted messages?
  9. Patronus

    XF 2.3 version of Font Awesome

    Hello. Tell me what version of Font Awesome is connected to Xenforo? I found that version 4.7.0. (I used the developer tools in the browser) but the thing is that not all icons from version 4.7.0. are displayed. But at the same time, some icons from version 6 are displayed.
  10. Patronus

    XF 2.3 create an RSS feed for a specific tag

    Hi! i'm trying to create an RSS feed for a specific tag. I tried the following 👇 URLs, but they don't work (I'm using the link in a widget: https://feed.mikle.com/): https://xenforo.com/community/tags/email/-/index.rss https://xenforo.com/community/tags/email/index.rss Is it even possible?
  11. Patronus

    XF 2.3 thread creation date

    it worked! thank you so much
  12. Patronus

    XF 2.3 thread creation date

    Please help me. how can i remove thread creation date in tag search results? I tried to edit the thread_list_macros template but it didn't help
  13. Patronus

    XF 2.3 size of user avatar

    Great! It worked! Thanks!
  14. Patronus

    XF 2.3 size of user avatar

    I can't find where to change the size of the user avatar display area inside threads. I want to make this circle smaller. Please tell me where and how to do this?
  15. Patronus

    XF 2.3 distances between elements

    Solved this problem by adding code to the extra.less template - changing the width of the element. Changing margin-left/right didn't work quite as expected this code will allow to move "Messages" to the right .node-stats { width: 60px; }
Back
Top Bottom