![]() |
I can disable invidual scripts in vbseo. Is there any script this is calling.
Also your templates are not cached. |
Quote:
There's nothing external that I'm calling. I'll work on the caching of the templates. |
Ok I attempted this on default template
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2) Timestamp: Mon, 10 Aug 2009 03:05:53 UTC Code:
Message: 'this.overlay.id' is null or not an object |
I found the cause for DiverTree's error. Your plugin code should look like this:
Code:
global $vbulletin,$userinfo; |
I figured out the other problem. Here is what the postbit template edits should look like:
Code:
<if condition="is_member_of($vbulletin->userinfo, $gm_user_groups_allowed)"> |
Quote:
|
I just now installed it on my own board and realized there was no way to simply tell it to display to all usergroups so I made that change and, while I was doing that, I saw how it looks with multiple games and didn't like having multiple headers so I changed that too. If you set the "usergroups allowed" option to 0, and it has to ONLY be 0, then it will show to all. Here are my versions of the template edits and the plugin code:
Code:
<if condition="is_member_of($vbulletin->userinfo, $gm_user_groups_allowed) || $vbulletin->gm_user_groups_allowed == 0"> Code:
global $vbulletin,$userinfo; Here's an example post. Thanks again for making this. |
It's not working correctly in private messages. It's showing my own character info instead of the user I'm seeing. I'm not sure if it's my own version that's having the problem or if it's present in Trek's as well.
|
Code:
Fatal error: Call to a member function query_read() on a non-object in /mounted-storage/home84b/sub007/sc45970-PMHN/themondrated.com/includes/class_postbit.php(265) : eval()'d code on line 3 |
Using my code or Trek's?
|
All times are GMT. The time now is 01:53 PM. |
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:
|