Recent content by rhodes

  1. R

    Recent Posts 2 by Siropu [Paid]

    Can it also show Reaction/Likes for a single Post?
  2. R

    Widget Threads Enhancement [Paid]

    That would be awesome...
  3. R

    Widget Threads Enhancement [Paid]

    I use an older version of this widget but now I will upgrade asap. One question: in a widget with most reacted threads is it possible to also show the reactions/likes? @truonglv
  4. R

    Error 500 when switching to PHP8.0

    I'm getting a strange error when posting when I switch my forum (Xenforo 2.2.2) to PHP 8.0. At first glance everything looks fine, but posting no longer works as it should. If I enter a post and press the submit button, the post does not appear immediately in the discussion thread as usual...
  5. R

    Problem when using memcached

    I have activated memcached on my managed server. According to my web host, the host name for using the service is "memcached". I have now added this entry to my config.php. $config['cache']['enabled'] = true; $config['cache']['sessions'] = true; $config['cache']['config'] = [ 'server' =>...
  6. R

    XF 2.1 How can I disable push notifications on dev environment?

    Thanks. Push notifications are already disabled here.
  7. R

    XF 2.1 How can I disable push notifications on dev environment?

    Hello, I pulled a database dump from my production Xenforo instance and put it into my local development environment. Now I can't reply to threads in the local environment and get an error message indicating a problem with push notifications. I have removed push notification permissions from...
  8. R

    XF 2.2 Are BBcodes with PHP Callback cached?

    I use media pages in my Xenforo that use a PHP callback returning an HTML string. In one thread sometimes several of these BBCodes are included. Is the returned HTML string automatically cached with the thread or is the PHPCallback executed again on each page load? If the HTML string of the...
  9. R

    [DBTech] DragonByte User Tagging [Paid]

    I use your addon to add hashtags to my posts. url for a single hashtag is dbtech-usertag/hashes/mytag, for example. Can I rewrite this url to hashtag/mytag ? I've tried it with the built in XF route system but failed. Can you help @DragonByte Tech
  10. R

    Ads Manager 2 by Siropu [Paid]

    I would like to use this Addon to sell Ads on my website. How does payment work? Do I need a paypal account? @Siropu
  11. R

    XF 2.1 How to show widget with related (tags) content?

    In some of my forums I would like to display a widget with related content in the sidebar. The widget should show posts with the same thread tags (one or all tags). In XF1.x there was an addon for this. Does anyone have a tip on how I could implement this?
  12. R

    [AddonsLab] Post Limit Per Node

    In one of our sub forums, users can keep a kind of diary. I would like to set the permissions for the forum so that each user can only create a single thread. The restriction for one thread per user should only apply to this forum. Can I implement this with this addon? Thank you @AddonsLab
  13. R

    XF 2.1 Can I limit the number of threads per user and forum?

    In one of our sub forums, users can keep a kind of diary. I would like to set the permissions for the forum so that each user can only create a single thread. The restriction for one thread per user should only apply to this forum. Does anyone have an idea how I could implement this?
  14. R

    XF 2.2 Show widgets only in threads within a certain category

    Hello, I would like to show a widget in the sidebar of some forums, but only within a certain category. Structure is like this. category-1 -- forum - 1-1 -- forum - 1-2 category-2 -- forum 2-1 -- forum 2-2 ... -- forum 2-n Is it possible to show a widget only in forum-2-1 .. forum-2-n ? I've...
Back
Top Bottom