Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   strikethrough text (http://www.bvlist.com/showthread.php?t=9701)

Titya 5th January 2014 23:17

strikethrough text
 
Help do you ask, how can I display the message board of the "crossed-out text"? [s] xxxxxx [/ s] TS5.6


solved: open include/ ts_custom_bbcode.php

look for this: $text = preg_replace("/\[blink\]((\s|.)+?)\[\/blink\]/", "\\1", $text);

Put this under your: $text = preg_replace("/\[s\]((\s|.)+?)\[\/s\]/", "\\1", $text);

and save.


open include/globalfunctions.php


look for this: '#\\[size=(xx-small|x-small|small|medium|large|x-large|xx-large)\\](.*?)\\[/size\\]#si',


Put this under your: '#\\[s= strike\\](.*?)\[/s\\]#si',

and save.

Omenke 4th February 2014 14:16

re
 
Quote:

Originally Posted by kajo26 (Post 43759)
szopd szet

LOL


All times are GMT +2. The time now is 13:25.

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