Recent content by stellaethra

  1. stellaethra

    XF 2.2 post border and appropriate rank oscillation? I don't know

    It's simply impossible for nothing to change. Are you sure you made the correct template changes for the active theme?
  2. stellaethra

    XF 2.2 Make "People may reply to this thread" unselected by default

    Okay, here's a little add-on. From the add-on's options page you can select the user groups or users that will be affected, as well as the nodes where this will be active. As far as I remember, the default value for discussion_open is true, so every time you create a thread this option is...
  3. stellaethra

    XF 2.2 Make "People may reply to this thread" unselected by default

    Do you want this to happen only when creating a thread? Also, should it only be active in certain forums? Removing the selected attribute is not a good thing, by the way.
  4. stellaethra

    XF 2.2 How to make the like button visible to guests?

    I've improved this code a bit and turned it into a small add-on. I hope it works for you, don't forget to do your own tests. You can customize its behavior from the add-on's options page.
  5. stellaethra

    XF 2.2 How to make the like button visible to guests?

    Here's a simple solution for this, someone can put it in an add-on or do it in a more polished way. I also haven't tested it extensively, perform your own tests. Instructions Go to src\XF\Template\Templater.php, then jump to line 3739. There should be a code like this: if...
  6. stellaethra

    XF 2.2 post border and appropriate rank oscillation? I don't know

    For this we will need to make some small changes to the post_macros template. Instructions Find the following code block in the post_macros template: <article class="message {{ extension_value('extra_classes') }} js-post js-inlineModContainer {{ $post.isIgnored() ? 'is-ignored' : '' }}...
  7. stellaethra

    Bugged guest count?

    https://xenforo.com/community/online/?type=guest ...and... https://xenforo.com/community/online/?type=robot
  8. stellaethra

    Best way to monetize

    Without an audience, you can't monetize because you don't have anyone to give you money, which ties your hands. Focus on building and growing a loyal audience, this will open your eyes to new ways of making money along the way and you'll benefit financially from the audience you have.
  9. stellaethra

    Best way to monetize

    The easiest way, ironically, is to gain an audience.
  10. stellaethra

    XF 2.2 How to Control This images Resize in html/css

    It would be easier for us to provide support if we could access your site.
  11. stellaethra

    XF 2.2 Customize breadcrumb Location

    I investigated the situation and I hope this will work for you. Instructions First, reset the template changes I mentioned earlier. Then, set the widget position to "Thread view: Below quick reply". After these, go to the PAGE_CONTAINER template and find the following code block: <xf:ad...
  12. stellaethra

    XF 2.2 Customize breadcrumb Location

    We reset the position so that the widget doesn't render twice, so it shouldn't appear at first, no problem there. However, after adding the code, the widget should be displayed because I tested it in local XF and it works without any problem.
  13. stellaethra

    XF 2.2 Customize breadcrumb Location

    I will suggest a simple solution. Instructions First, reset all positions of the "Similar Threads" widget. So uncheck all position checkboxes. Then find this code block in the PAGE_CONTAINER template: <xf:ad position="container_breadcrumb_bottom_above" /> <xf:macro name="breadcrumbs"...
  14. stellaethra

    Username Clipping Issue on Index

    Put the following CSS code in the extra.less template and it should solve the issue: .node-extra .node-extra-user a.username { word-wrap: break-word; text-wrap: wrap; }
  15. stellaethra

    XF 2.2 How to make your background static/fixed?

    It's now working perfectly. I also tested it in Firefox and it works fine.
Top Bottom