Can i Display reputation on postbit by a plugin ,
like this
PHP Code:
$show['reputation'] = false;
Is this code correctly or not And in any
hook i put it ?
--------------- Added [DATE]1467319460[/DATE] at [TIME]1467319460[/TIME] ---------------
okay i try this code and working good :up:
Hook :
global_setup_complete
PHP Code:
$vbulletin->options['reputationenable'] = false;