Recent content by Andreas.Tech

  1. A

    XF 2.2 Make a paid section

    Hi, is there a way to create a paid section on xenforo? I know that you can use user upgrades to make a full closed site (subscription site), but what if I only want to make one or two subforums paid, rest for free? Can I choose what nodes shall be closed (only accessible to subscribers)?
  2. A

    Show newest threads at top (in a list), but only for a while

    Wow, great. So that is already in xenforo. Thank you!
  3. A

    Show newest threads at top (in a list), but only for a while

    Hi, so I am searching for an add-on, that will show the newest threads at the top (on the landing page), but only for a while. On my landing page, I would like to have a section at the very top of the site, which will only show the newest threads. No matter if someone posts in the thread or...
  4. A

    XF 2.2 How to make first posts sticky for all threads

    Hello, may I ask what you mean with "still choose the regular forum view"? When I select article, I have a sticky article (first post) at top, that is true, but it looks very different to all posts, that come after it (author not at the lefthand side, but at the bottom of article, etc.) Is...
  5. A

    XF 2.2 Twitter?

    Hello guys, may I ask what is the best solution now? Since a few days, twitter completely moved to x.com, and twitter /x links won't show the tweet on my site, just the link. Thanks for any suggestion.
  6. A

    XF 2.3 Change colour of admin panel

    I am editing public_html / src. And it has worked now. Ok, still thanks. Will look into it. I am using 2.2.12 Colour has changed now! But only of the sidepanel (now I know what it does). However, wanted to change background colour too. Still, this makes it already better by a lot...
  7. A

    XF 2.3 Change colour of admin panel

    It would be great if I could just find that one file, which contains all colours for xenforo, incl. admin panel colours. But I haven't found it yet... :)
  8. A

    XF 2.3 Change colour of admin panel

    No, changes nothing. No matter what value I save. Ok, thanks.
  9. A

    XF 2.3 Change colour of admin panel

    Thanks, but may I ask where you got 'adminColorHueShift' from? This one isn't in the docs...
  10. A

    XF 2.3 Change colour of admin panel

    Thanks, I added the line, and tried with 80 and 50, but I see no changes in the admin panel colours. Btw: Is there a resource, where I can find all those $config features, I can implement in the config.php file? Thx
  11. A

    XF 2.3 Change colour of admin panel

    Hello, can someone please tell me, where I find the config file that contains the colours for the admin panel? I would like to change them and make them less bright... Thank you
  12. A

    XF 2.2 After domain change internal server error

    I was able to clear out the problem. I had to disable php-fpm, then enable it, so that conf. recreats itself again. Now its working.
  13. A

    XF 2.2 After domain change internal server error

    Hi There, I changed my domain name, updated the SSL, and rebooted the server. Now I receive a 'Internal Server Error (500)'. I checked the error log, and this is what I saw: (I don't know what 'server-status' it is referring to, as there is no file or folder called like that) & Any...
  14. A

    Dark mode / Light Mode switcher button

    yep, enabled it. So then, I have to replace <a href="{{ link('whats-new') }}" with that custom code?! Just got the impression, I am deleting the button 'What's new' with that...
  15. A

    Dark mode / Light Mode switcher button

    Hi guys, I have a question for the beginning of the tutorial. It says: 1. Create a new Template Modification: Template: PAGE_CONTAINER Key: add_a_style_switcher_button_to_navgroup (or anything you want) Find field: Code: <a href="{{ link('whats-new') }}"...
Back
Top Bottom