ViolaF wrote: Tue Aug 15, 2017 5:01 pm Hello Community,
related to this issue..
viewtopic.php?f=438&t=2425911&p=14772801#p14771881
..i open a new topic about this problem, mentioned by JoshyPHP:
viewtopic.php?f=438&t=2425911&p=14772801#p14772756
----
The background is in the first Link.
------------------------------
What changed (or brings a solution) between 3.2.0 and 3.2.1?
The good thing is:
- the bbcode-engine in 3.2.1 dont break the whole bbcode (as in 3.2.0)
The bad thing is:
- line-breaks are impossible anyway in 3.2.1 (seeable in an vanilla 3.2.1 here > http://bit.ly/2wb21RB)
------------------
So, my question is:
How can i make it possible to have line-breaks again in BBCodes in 3.2.*?
(remember: in 3.0.* and 3.1.* it works perfect with line-breaks in bbcode(s))
may a harcoded solution, no problem....
thank you in advance...
[br]
test here:No, you only linked to something (more worse: using redirectors). And resources (or redirectors) can vanish - why not actually posting it (here)?
Redirects to http://***spam link removed by phpBB Team***/forum/6test/vi ... ?f=7&t=132 which renders as a blank page.
Redirects to http://***spam link removed by phpBB Team***/forum/7test/vi ... t=1&p=5#p5 and I fail to understand how the actual BBCode definition and its HTML replacement looks like.
------------------Not important for test-set, so just for info... wrote:The{NUMBER}
thing must be a unique-number,
so you can only post one tabmenu per topic-site with this test-set.
Normally an additional script gives here a number via RAND,
so i change it here (for test-set) from{NUMBER}
to33
.
just in case and you do not wonder....
BBCode wrote:BBCode usage:
HTML replacement:Code: Select all
[tabmenue2=33]{TEXT1}###{TEXT2}###{TEXT3}###{TEXT4}[/tabmenue2]
Display on posting page:Code: Select all
<div id="dynamicTabMenu-33" class="hidden"> <div class="tabMenu"> <ul id="dynamicTabMenu-33-item"> <li id="dynamicTabMenu-33-item-0"><a onclick="dynamicTabMenu.showSubTabMenu('33','0');"> <span>{TEXT1}</span></a></li> <li id="dynamicTabMenu-33-item-1"><a onclick="dynamicTabMenu.showSubTabMenu('33','1');"> <span>{TEXT2}</span></a></li> </ul> </div> <div class="subTabMenu"> <div class="containerHead"><div> </div></div> </div> <div id="dynamicTabMenu-33-content"> <div class="border tabMenuContent" id="dynamicTabMenu-33-content-0"> <div class="container-1"> {TEXT3}<div class="tabMenuBBCodeClear"> </div> </div> </div> <div class="border tabMenuContent" id="dynamicTabMenu-33-content-1"> <div class="container-1"> {TEXT4}<div class="tabMenuBBCodeClear"> </div> </div> </div> </div> </div> <div class="border tabMenuContent" id="dynamicTabMenuNoScript-33"> <div class="container-1"> <h3>{TEXT1}</h3> <div class="border tabMenuContent"> <div class="container-2"> {TEXT3}<div class="tabMenuBBCodeClear"> </div> </div> </div> <h3>{TEXT2}</h3> <div class="border tabMenuContent"> <div class="container-2"> {TEXT4}<div class="tabMenuBBCodeClear"> </div> </div> </div> </div> </div> <script type="text/javascript"> //<![CDATA[ dynamicTabMenu.init('33'); //]]> </script>
Help line:Code: Select all
yes
Code: Select all
Tabmenu Test (2 Tabs)
--------------File Edit wrote:Open
FindCode: Select all
styles/prosilver/template/overall_header.html
After AddCode: Select all
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script> <script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
Code: Select all
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/tabmenu.js"></script> <link href="{T_THEME_PATH}/tabmenu.css" rel="stylesheet" type="text/css" />
This will be my last post in this topic, but you keep saying "several others have this problem" but don't provide names, the custom bbcode they are using, etc. You seem to be the only one having this issue, so it's a problem with your BBCode, not phpBB's parser.ViolaF wrote: Fri Sep 15, 2017 10:35 am I know from several others, that they have also this problem with no parsing
line-breaks, bbcodes, smilies in other bbcodes in 3.2.1