Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=109)
-   -   How to add BB code [center] dosen't exist (http://www.bvlist.com/showthread.php?t=8793)

bestlap 22nd January 2013 20:06

How to add BB code [center] dosen't exist
 
Hi everyone ... How to add bb code in tbdev 08 source ? [center] [*/center] dosen't exist in my traker ...

See here >>

http://i.imgur.com/5N2N25O.png

Krypto 22nd January 2013 21:40

Please use a decent image host as the one you use is horrendously and painfully slow :(

http://imgur.com is a good fast one

bestlap 23rd January 2013 09:36

Quote:

Originally Posted by Krypto (Post 39019)
Please use a decent image host as the one you use is horrendously and painfully slow :(

http://imgur.com is a good fast one

Ok I'm sorry for my mistake...will not be repeated:muscle:

Chez 23rd January 2013 13:05

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); 


bestlap 23rd January 2013 18:07

Thanks .It works :) :gum:

Bump: Please help mu to add tag [imgw=] and [c] [*/c]


All times are GMT +2. The time now is 16:24.

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