![]() |
Quote:
Thank you, that code worked perfectly. :up: |
Does it not work with IE9?
If so would you kindly show us how one would incorporate the IF IE9 and usergroup options into one. I'd like to disable the mod for IE9 like you have BOP and also set it only for specific usergroups. Thanks so much |
For me it was not working for IE9, your mileage may vary.
To disable for IE9 just follow what I did in post #1220... Go to plugin manager, edit that plugin, and make the block of code look like what I posted. If you want to disable on IE9 AND limit it to certain usergroups: Code:
global $vbulletin |
This code was working well for me but Live Topic eventually stopped working for me until I reinstalled it. It seemed to work fine during lower activity levels but once I had more members online it stop working.
Code:
global $vbulletin Thanks again to BOP5! |
Actually that code is missing the if condition, it probably never worked right...
If you want to specify groups the member is NOT a member of, simply put an ! in front of "is_member_of" example: Code:
if(!is_member_of($vbulletin->userinfo, 1, 2)) |
Are you please able to amend the code above with the if condition fixed I am not sure where it goes in php :\
|
just this:
Code:
global $vbulletin OR Code:
global $vbulletin |
Thank you very much
|
Quote:
I'm sorry but this code is just not working for me, I'm wondering if maybe theres a conflict somewhere else. I've tried both versions of the code and Live Topic stops working no matter what I do. I've tried adding it to both ajax_start and global_start. I've tried each plugin individually with the code as well as both of them having the code. :confused: |
Do you have mods the amend postbit? Like adsense ad insertations? It will break if you do, happened for me.
In the mean time DragonByte has his version of thiis available that was less buggy |
All times are GMT. The time now is 03:00 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:
|