[list] bbcode merging in edit mode
5 posters
Page 1 of 1
[list] bbcode merging in edit mode
Everything inside a [list ] tag merges... for example if i have typed it like
[list ]1.test
2.test
3.test
4.test[ /list]
the next time i open the editor everything inside that list tag is like
[list ]1.test2.test.3test.4test[ /list]
Even the bb code disappears inside that tag -_- ,ive seen this problem in other forums with bbcode disappearing, but never seen it only for whats inside the list tag.So far i tried to:
1.Force the default templates
2.Remove my css
3.Remove my javascript
=nothing
link to my forum
[list ]1.test
2.test
3.test
4.test[ /list]
the next time i open the editor everything inside that list tag is like
[list ]1.test2.test.3test.4test[ /list]
Even the bb code disappears inside that tag -_- ,ive seen this problem in other forums with bbcode disappearing, but never seen it only for whats inside the list tag.So far i tried to:
1.Force the default templates
2.Remove my css
3.Remove my javascript
=nothing
link to my forum
- Spoiler:
Re: [list] bbcode merging in edit mode
If you wanna use list bbcode tag, you must add an asterisk, like this
- Code:
[list]
[*] Content
[*] Content
[/list]
- Content
- Content
Re: [list] bbcode merging in edit mode
Interesting.. before a day i could list my content without an asterisk
Thanks dude! Btw how can i make the asterisk visible? its invisible in my forum?
Thanks dude! Btw how can i make the asterisk visible? its invisible in my forum?
Re: [list] bbcode merging in edit mode
Add this to your CSS (Punbb)
- Code:
.pun .entry-content li {
list-style-type: none;
}
Re: [list] bbcode merging in edit mode
The code did not work for me ;/
And BTW here's what im talking about i just managed to notice that in a blink of a sec, my code inside the [list ] tag disappears (This did not happen before)
1 Sec. later >
What could be the reason for this? Like i said I tried
EDIT: Alright i found out that this is a massive problem and found a javascript here on forumotion which prevent the problem from happening, so this topic is <SOLVED>
And BTW here's what im talking about i just managed to notice that in a blink of a sec, my code inside the [list ] tag disappears (This did not happen before)
1 Sec. later >
What could be the reason for this? Like i said I tried
strange...
1.Force the default templates
2.Remove my css
3.Remove my javascript
EDIT: Alright i found out that this is a massive problem and found a javascript here on forumotion which prevent the problem from happening, so this topic is <SOLVED>
Re: [list] bbcode merging in edit mode
Are you leaving a spaces in the bbcode?
Example: [list ]
If so, try not doing that. Also, stylizing bbcodes cannot go into the list bbcode, as it causes bugs. (Bold, italics, underline).
Lists can also be numbered. - [list=1][*] or [list=a][*]
Leave no spaces.
Example: [list ]
If so, try not doing that. Also, stylizing bbcodes cannot go into the list bbcode, as it causes bugs. (Bold, italics, underline).
Lists can also be numbered. - [list=1][*] or [list=a][*]
Leave no spaces.
Re: [list] bbcode merging in edit mode
you page wasn't done loading when you typed the code .. i notice between the two in the first 1 your missing all the edit buttons and the second image your forum font changes and the editing buttons appear
Re: [list] bbcode merging in edit mode
No ramdaman i don't leave spaces in the bbcode, i did so here just to give example. If i say [list ] without the space here, the tag will disappear and i won't be able to describe my problem and which tag in particular it involve.
yes twisted, but idk why this happens. After the page load the editor source code changes? idk. but it clears all the bbcodes, they merge or just bug. Anyway idk why this happens but i found a fix with a javascript here in forumotion.
so we can count this solved. ;p
yes twisted, but idk why this happens. After the page load the editor source code changes? idk. but it clears all the bbcodes, they merge or just bug. Anyway idk why this happens but i found a fix with a javascript here in forumotion.
so we can count this solved. ;p
Similar topics
» BBCode Gets Removed When I Edit
» BBcode getting mosty deleted when I preview; Code changing itself upon pressing Edit
» [question] how to edit permission list?
» Member page list edit?
» How can add the BBCode Button on the title bar of BBCode Table?
» BBcode getting mosty deleted when I preview; Code changing itself upon pressing Edit
» [question] how to edit permission list?
» Member page list edit?
» How can add the BBCode Button on the title bar of BBCode Table?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum