Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=113)
-   -   [FTS 1.1] Center bb code (http://www.bvlist.com/showthread.php?t=3386)

Edgein 12th September 2009 08:59

[FTS 1.1] Center bb code
 
i like the center code for the news page and the details page

so i put it into the script

if you need it to

edit globalfunctions.php

find

PHP Code:

    $s preg_replace"/\[marquee\]((\s|.)+?)\[\/marquee\]/""<marquee>\\1</marquee>",
        
$s ) ; 

and place under

PHP Code:

    $s preg_replace"/\[center\]((\s|.)+?)\[\/center\]/""<center>\\1</center>",
        
$s ) ; 

grtzz edgein


All times are GMT +2. The time now is 08:37.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.