Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   <br> in BBCode? (http://www.bvlist.com/showthread.php?t=9623)

Extremlym 7th November 2013 10:35

<br> in BBCode?
 
Need a
code but in BBCode for forums.

[br][/br] doesn't work

pls help

AutoSnipe 7th November 2013 10:39

If just using the normal skipping of a line doesn't work try [p] this should create a new paragraph.

firefly007 7th November 2013 12:21

Quote:

Originally Posted by Extremlym (Post 43251)
Need a
code but in BBCode for forums.

[br][/br] doesn't work

pls help

Edit globals.php and add

Code:

$s = preg_replace("/\[br\]((\s|.)+?)\[\/br\]/i", "\\1
", $s);

add under or above $s = preg_replace("/\[b\]((\s|.)+?)\[\/b\]/", "\\1", $s);

and usage is

[br]Some text[/br]

Extremlym 7th November 2013 13:44

Quote:

Originally Posted by firefly007 (Post 43255)
Edit globals.php and add

Code:

$s = preg_replace("/\[br\]((\s|.)+?)\[\/br\]/i", "\\1
", $s);

add under or above $s = preg_replace("/\[b\]((\s|.)+?)\[\/b\]/", "\\1", $s);

and usage is

[br]Some text[/br]

THX ALOTH ..:war:


All times are GMT +2. The time now is 18:50.

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