tips/guide

  1. Zer01ne

    XF 2 Tip Official Redis Cache

    To setup XenForos build in Redis you do not need any addon. In Ubuntu 24.04 1. Install Redis Bash: #apt install php8.3-redis 2. In src/config.php $config['cache']['enabled'] = true; $config['cache']['sessions'] = true; $config['cache']['provider'] = 'Redis'; $config['cache']['config']['host'] =...
  2. Savesido

    XF 2 Tip How To Add Xenforo Resources Information

    If you want to display something like this on your Xenforo Resources Page. Follow the Steps Below. Locate xfrm_resource_view in your Style Template and input this code. Put the code within line 57 and 58 like the screenshot below <!-- This is place to write the code for XFRM information-->...
  3. ENXF NET

    XF 1 Tip Hide Brivium Add-ons Copyright

    Hello guys, im gonna share about how to hide Brivium Add-Ons Copyright. This is what it looks like when you scroll-down and checked your footer: So to hide this copyright footer of your Brivium Add-Ons Go to your Appearance>Templates>Search/Look for EXTRA.css>Copy this Code: #BRCopyright {...
Top