Hi everyone,
I'm building a custom addon for XenForo 2.3.x and I'm trying to implement caching in my controller to reduce database queries on my homepage. I'd appreciate some guidance on the correct approach.
What I'm trying to do:
Cache the result of multiple finder queries (threads...
This will latest x thread on to your forum sidebar.
Install
Step 1
Upload the contents of "library" to your XF root directory
Step 2
Import the XML product through your Admin CP
Admin CP > Home > Install Add-On > Select 'addon_tenshi_latest_thread.xml'
Step 3
Find your "forum_list" template...
How does an external page? How do I make a directory to another?
Samle;
portal : /home/tenshi/public_html/
forum : /home/tenshi/public_html/forum/
I did the experiment but did not.
<?php
chdir('/home/tenshi/public_html/forum/');
//die(file_get_contents('./maintenance.html'));
$startTime =...