Quote:
Originally Posted by kitzzy
Can someone tell me how I can make this work on ALL pages instead of just forumhome? I tried placing it in header template instead of forumhome and removing the part in phpinclude where it specifies it should only be index.php but if I do that I get some weird side effects. Can anyone offer me some direction as to how the code needs to be modified to work on every page instead of just index?
|
Use this block in the phpinclude instead and add the call to any global template, this will run the query on
every page load however, that can add alot of strain on your server if your board is large. Never-the-less heres you code: