Hide Various BB Code Content From Users

Try these Files I Downloaded Freshly.

Also given below is the Post no. 77 of thread that you requested

vBulletin.org Forum - View Single Post - Hide Various BB Code Content From Users

Originally Posted by secretgol
ı ınstalled ın 3.5 versıon and used thıs pullıng before!after ı updated to 3.6.2 and then whıle ı am tryıng to do some stuffs in admincp vBulletin Options,ıt gıves some errors!here ıs the error;

we trıed to get a solutıon from vBulletin Supports Ticket but someonelse from there sent us an emaıl .ıt ıs wrıtten down;

help me
I found the solution:

Search in XML product and change this:

Code:
<setting varname="hide_bbcode_list" displayorder="200">
After change:

Code:
<datatype>number</datatype>
into

Code:
<datatype>bitfield</datatype>
Then upgrade hack and works correctly
 
mastram said:
Try these Files I Downloaded Freshly.

Also given below is the Post no. 77 of thread that you requested

vBulletin.org Forum - View Single Post - Hide Various BB Code Content From Users

Originally Posted by secretgol
ı ınstalled ın 3.5 versıon and used thıs pullıng before!after ı updated to 3.6.2 and then whıle ı am tryıng to do some stuffs in admincp vBulletin Options,ıt gıves some errors!here ıs the error;

we trıed to get a solutıon from vBulletin Supports Ticket but someonelse from there sent us an emaıl .ıt ıs wrıtten down;

help me
I found the solution:

Search in XML product and change this:

Code:
<setting varname="hide_bbcode_list" displayorder="200">
After change:

Code:
<datatype>number</datatype>
into

Code:
<datatype>bitfield</datatype>
Then upgrade hack and works correctly

Hello
Thanks for the mod.. but I am not understanding which code is to be changed into which.
 
Back
Top