![]() |
How can I make this so it only shows the un-cached templates for the admin only?
Thank you for the code, by the way. I am finding a few spots where I must have missed a few templates. ;) |
Something like this should work...
if ($bbuserinfo['usergroupid']=='6') { echo "<b>$templatename</b> isn't cached!<br>"; } |
Thanks, Tigga. ;) That's what I had but I wanted to make sure it wouldn't mess anything up with the "} else {" right above it.
LOL filburt, you are gonna love this one. Take a look at your file cannedtext.php and you'll notice that you have $templateused instead of $templatesused in both spots. ;) |
Good tip, filburt1. :) Should release it as a mini-hack.
|
Just confirming, the code should end up looking like this:
PHP Code:
|
Are you sure $bbuserinfo is in the global scope there?
|
It's not, but I've added it. Is that the right place to put the echo bit?
|
I assume it is since it works...
|
And I also found out the hard way that you have to add $bbuserinfo to the global statement right above it or it won't work. ;)
|
All times are GMT. The time now is 05:14 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|