Quote:
Originally Posted by BirdOPrey5
Looks like you need to do the conditional in a plugin... I just tested this, seems to work:
Go to Admin CP -> Plugin Manager -> Add a New Plugin
Product: vBulletin
hook location: global_start
Title: AJAX Disable on MEMBERINFO
Execution Order: 5
PHP Code:
PHP Code:
if (THIS_SCRIPT == 'member')
$vbulletin->options['disable_ajax'] = 2;
Set ACTIVE to YES and SAVE.
Ajax should be disabled on your member.php page, which controls visitor messaging. :up:
|
Thank you very much ,, Ajax killed on member.php
You are awesome,
God bless you
Regards ,
--------------- Added [DATE]1300289686[/DATE] at [TIME]1300289686[/TIME] ---------------
Can I select this option to a specific UserGroup ?
like this :
Code:
if (THIS_SCRIPT == 'member'1,2,6")
$vbulletin->options['disable_ajax'] = 2;