[REQ] HTML in thread titles

Sorry for the multipost.

I updated the request for 1 modification of vb.org :D
Anyone can share with me?

THX.
 
Here you go..hope you are helped.
-------------------------------------
what it does ?

This hack allows the writers to add bb code to the threads titles

INSTALLATION

This Hack is tested and working on vb 3.0.5 but should work on ALL 3.x.x versions as well.

At last i hope that it's not been Released before this time

enjoy
Creative Suite
 
@ Nights:Here is your Requested Post no. 13
=======================================================

in showthread you also need to change


Code:
$thread['title'] = fetch_word_wrapped_string($thread['title']);

to this

Code:
$thread['title'] = parse_bbcode(fetch_word_wrapped_string($thread['title']));
 
Back
Top