To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

English version - [Modification] Problem with BBCode

evilmc - 07-09-2010, 00:19
Temat postu: [Modification] Problem with BBCode
All BBCode work, but when the user wants to click on the button to set the BBCode, it mixes code and instead of putting YOUTUBE - now is [hide][/ hide] and so for the other bbcodes, they are all mixed now, how can I fix this problem?

BBCode that does not work: Youtube, Center, Fade, Scroll, Hide nad ZP.

Here you can see what it is: www.serbianunderground.co...pic.php?t=12086

koziolek - 07-09-2010, 11:27

In file images/jsscripts.js find:
Kod:
bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]','[youtube]','[/youtube]','[stream]','[/stream]','[fade]','[/fade]','[scroll]','[/scroll]','[swf width= height=]','[/swf]','[center]','[/center]','[hide]','[/hide]','[zp]','[/zp]');
and replace it with:
Kod:
bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]','[stream]','[/stream]','[fade]','[/fade]','[scroll]','[/scroll]','[swf width= height=]','[/swf]','[center]','[/center]','[hide]','[/hide]','[zp]','[/zp]','[youtube]','[/youtube]');

In file: posting.php find:
Kod:
   'BUTTON_YT' => '<input type="button" class="button" accesskey="yt" name="addbbcode30" value="YouTube" style="width: 60px" onClick="bbstyle(30)" onMouseOver="helpline(\'yt\')" /> ',
and replace it with:
Kod:
   'BUTTON_YT' => '<input type="button" class="button" accesskey="yt" name="addbbcode30" value="YouTube" style="width: 60px" onClick="bbstyle(32)" onMouseOver="helpline(\'yt\')" /> ',



Powered by phpBB modified by Przemo © 2003 phpBB Group