![]() |
Disable your hooks: https://www.vbulletin.com/forum/show...ystem-globally
Then try uninstalling again. Make sure you delete any files you uploaded. |
Does this still work?
|
It works fine for me on 3.8.7
|
has anyone ever come up with a way to disable this for guests? i hate turning off access to my forums during big events. i was wondering about a possible conditional that would disable the javascript for a usergroup
|
Just change all the plugins to have a condition for whether the user is a guest or not.
|
Quote:
Live topic stopped working when I put this condition in the plugin <if condition="is_member_of($bbuserinfo, array(5,6,7))"> { $is_livetopic = true; $livetopichook = 'ajax_start'; include 'includes/livetopic_hooks.php'; } </if> any ideas? |
Quote:
It would be: Code:
global $vbulletin; |
installed and working great. can i assign threads which are only to be made live?? This is in case I dont want any random thread to be made live.
|
Quote:
I also tried using this, which I borrowed from a plugin for hiding links from guests but it didn't work either. Code:
if ((!$this->registry->userinfo[userid]) OR (is_member_of($this->registry->userinfo, 5, 2, 6, 7))) |
I didn't check whether the code is good or not, just that what you wrote the first time was definitely invalid.
This is what I use personally to disable for users with IE 9... (on the global_start hook) Code:
if (ieversion() < 9.0) And it works for everyone else. If you want it only for mods and admins I would suggest: Code:
global $vbulletin; If it still breaks for other users then I don't know, check and make sure no other code was changed. |
All times are GMT. The time now is 03:01 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:
|