Recent content by stellaethra

  1. stellaethra

    Wordpress Drama

    This garbage software should have died long ago.
  2. stellaethra

    XF 2.4 general discussion, feedback, complaints, random off topic posts, etc.

    Do you have any plans to turn XenForo into some kind of headless CMS? I might want to rely on XF for the back-end part but do the interface myself. This allows me to use the power of a mature software in the community part, but also to customise the interface according to my own requirements and...
  3. stellaethra

    XF 2.3 Headless XenForo and Next.js

    My question is as in the title: I want to deploy XenForo as a Headless CMS and build the interface entirely with Next.js. We're currently working on systems that integrate WordPress features into XenForo, and our goal is to completely adapt the content management part to XenForo, allowing us to...
  4. 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?
  5. 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...
  6. 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.
  7. 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.
  8. 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...
  9. 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' : '' }}...
  10. stellaethra

    Bugged guest count?

    https://xenforo.com/community/online/?type=guest ...and... https://xenforo.com/community/online/?type=robot
  11. 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.
  12. stellaethra

    Best way to monetize

    The easiest way, ironically, is to gain an audience.
  13. 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.
  14. 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...
  15. 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.
Back
Top Bottom