View Single Post
  #4  
Old 23rd January 2013, 13:05
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default
put this in include/global.php

PHP Code:
// [center]Center[/center]
        
$s preg_replace("/\[center\](.*?)\[\/center\]/si""<center>\\1</center>"$s); 
after

PHP Code:
// [u]Underline[/u]
        
$s preg_replace("/\[u\](.*?)\[\/u\]/si""<u>\\1</u>"$s); 
__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif
Reply With Quote
The Following User Says Thank You to Chez For This Useful Post:
bestlap (23rd January 2013)