Hide Links [Code]

Mako-Infused

New Member
I have foud loads of mods for hiding link to guests. However none of them seem to actully hide the code inside a code box.

For example:
I dont want this
Code:
 http://www.megaupload.com/?d=JCNAK6I0

I would like this.
Code:
Link is hidden Register to view

I am currently using the "Hide Links From Guests" mod so if anyone can show me a mod which hides links inside the code box - or a way i can do it please share.

Thanks mako (I am on VB 3.80)
 

Mako-Infused

New Member

SpeedRazors

New Member
Search in XML product and change this:

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

PHP Code:
Code:
<datatype>number</datatype>
into


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

eastwood1

New Member
Hi could any one please point me in the right direction to change this part what should i alter

Search in XML product and change this:
Code:
<setting varname="hide_bbcode_list" displayorder="200">

thanks
 
Top