@tokenyank:
Anonymitiy is given all over the forum, as vBulletin stores all data with the ID, NAME ect. of the anonymous user of that specific forum. All data of the
real author is stored in new database-tables no original vBulletin-script uses, so there is absolutely
no way to find out who wrote this posting/thread !
The only code/template that really displays the real data is that new recover-function of the hack
@Stangsta:
Yes, you just need to add some check for usergroup in the three templates to show the checkbox for anonymous posting...
Look at the templates
newreply,
newthread and
showthread_quickreply and surround the lines from the hack which display the checkbox with:
Code:
<if condition="in_array($bbuserinfo[usergroupid],array(6,7))">
and at the end
The green numbers are the usergroupid's the checkbox is shown to - they can post anonymously... Of course you can add more numbers there
I think this is a nice feature for my next version, thx