[list] bbcode merging in edit mode Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
5 posters

    [list] bbcode merging in edit mode

    avatar
    DeadlyX
    Forumember


    Posts : 75
    Reputation : 4
    Language : English

    Solved [list] bbcode merging in edit mode

    Post by DeadlyX January 3rd 2015, 11:24 am

    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
    Spoiler:
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1443
    Reputation : 220
    Language : English

    Solved Re: [list] bbcode merging in edit mode

    Post by SarkZKalie January 3rd 2015, 12:55 pm

    If you wanna use list bbcode tag, you must add an asterisk, like this
    Code:
    [list]
    [*] Content
    [*] Content
    [/list]

    • Content
    • Content
    avatar
    DeadlyX
    Forumember


    Posts : 75
    Reputation : 4
    Language : English

    Solved Re: [list] bbcode merging in edit mode

    Post by DeadlyX January 3rd 2015, 1:29 pm

    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?
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1443
    Reputation : 220
    Language : English

    Solved Re: [list] bbcode merging in edit mode

    Post by SarkZKalie January 3rd 2015, 1:45 pm

    Add this to your CSS (Punbb)
    Code:
    .pun .entry-content li {
    list-style-type: none;
    }



    [list] bbcode merging in edit mode Sarkzk10
    avatar
    DeadlyX
    Forumember


    Posts : 75
    Reputation : 4
    Language : English

    Solved Re: [list] bbcode merging in edit mode

    Post by DeadlyX January 3rd 2015, 2:16 pm

    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)

    [list] bbcode merging in edit mode 1_2_bm11

    1 Sec. later >

    [list] bbcode merging in edit mode 2_bmp10

    What could be the reason for this? Like i said I tried

    1.Force the default templates
    2.Remove my css
    3.Remove my javascript
    strange...

    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>
    Ramdaman
    Ramdaman
    Active Poster


    Male Posts : 1590
    Reputation : 99
    Language : English, Albanian, Macedonian, Russian | HTML, CSS
    Location : New York City

    Solved Re: [list] bbcode merging in edit mode

    Post by Ramdaman January 3rd 2015, 3:05 pm

    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.
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Solved Re: [list] bbcode merging in edit mode

    Post by _Twisted_Mods_ January 3rd 2015, 3:22 pm

    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
    avatar
    DeadlyX
    Forumember


    Posts : 75
    Reputation : 4
    Language : English

    Solved Re: [list] bbcode merging in edit mode

    Post by DeadlyX January 3rd 2015, 9:07 pm

    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
    Base
    Base
    Forumaster


    Male Posts : 10383
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Solved Re: [list] bbcode merging in edit mode

    Post by Base January 3rd 2015, 9:10 pm

    Solved => Archived