Recent content by rhodes

  1. 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' =>...
  2. R

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

    Thanks. Push notifications are already disabled here.
  3. 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...
  4. 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...
  5. 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
  6. 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
  7. 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?
  8. 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
  9. 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?
  10. 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...
  11. R

    XF 2.2 Can I update $xf.options.jsLastUpdate manually?

    I would like to update $xf.options.jsLastUpdate to force reloading of some css files (..mycss.min.css?d={$xf.options.jsLastUpdate} ) that are in the browser cache. Can I change this somewhere in the ACP?
  12. R

    [DBTech] DragonByte User Tagging [Paid]

    I use this addon to use hashtags within a message, e.g. #mynewhashtag. If I start typing after the hash #, a list of suggestions comes up. But this only works with tags that I create from now on. The tags that have already been defined in the forum in recent years do not appear in the list of...
  13. R

    Widget Threads Enhancement [Paid]

    I want to show some threads with a certain prefix (featured) in a widget in the sidebar. Can I do that with this addon? @truonglv
  14. R

    Calendar [Paid]

    We have noticed that the display of the event images has changed. In xenforo 1 version the event image was displayed as a square to the left of the event date. In the new version the image is above the text. We first thought this is a banner layout. But the image does not fill the whole width...
Top Bottom