D.San Posted January 25, 2007 Share Posted January 25, 2007 I found a bug while running a demo board and I don't think it's been reported before. When creating a "forum rules" section for a particular forum & you add a list, it breaks it. How do I explain this, maybe a picture would be best.This one has no list:This one has a list:It breaks with the LIST and various other BBCode elements. Do you see the break? I hope you understand what Im trying to point out. :unsure: Link to comment Share on other sites More sharing options...
cinek Posted January 25, 2007 Share Posted January 25, 2007 all you need to do is add <p> at the beginning of the rules and </p> at the endit's like breaking it down into paragraphsso <p>no list here etc 1. blah 2.blah 2 3.blah3</p> Link to comment Share on other sites More sharing options...
D.San Posted January 25, 2007 Share Posted January 25, 2007 I shouldn't need to, Cinek. When using the editor, it should automatically do these things. If the BBCode is available, it shouldn't break when used. BTW, I tried your method and it didn't fix the problem. It breaks it even more, actually.Here is an example of what it looks like after I add the paragraph HTML tags (Yes, I did it right. I work with HTML and CSS all the time). Link to comment Share on other sites More sharing options...
cinek Posted January 25, 2007 Share Posted January 25, 2007 used this: <p>test :P blah1 blah2 blah3</p> and got this:just copy and paste the list that I've used Link to comment Share on other sites More sharing options...
D.San Posted January 25, 2007 Share Posted January 25, 2007 Because you're not properly using the LIST tag. Therefore your fix is invalid. Use this and see what happens:<p>[list=1] [*]test :P [*]test 2 [*]test 2 [*]fddsafdasf [*]adffdsdf [*]dfasdfdsfdsf [*]ffdsfdas[/list]</p> Link to comment Share on other sites More sharing options...
cinek Posted January 25, 2007 Share Posted January 25, 2007 HTML modenot sure if it's a good idea to mix html and BBCODE Link to comment Share on other sites More sharing options...
D.San Posted January 25, 2007 Share Posted January 25, 2007 It was YOUR idea, Cinek. Either way it's broken. The LIST html above is from the WYSIWYG editor in the AdminCP when I view the BBCode and not the WYSIWYG editor. You're not helping nor do I think you understand the bug that this IS. Link to comment Share on other sites More sharing options...
cinek Posted January 25, 2007 Share Posted January 25, 2007 how was it my idea? I said paste what I used and I used<p>test :P blah1 blah2 blah3</p>how is this my idea?! Link to comment Share on other sites More sharing options...
D.San Posted January 25, 2007 Share Posted January 25, 2007 But that's not a LIST. Not in the true FORM of a list. This is a LIST using the BBCODE built INTO IP.BOARD for a LIST:Item 1Item 2Item 3Item 4Item 5The code IPBOARD uses for that is THIS:[list=1] [*]Item 1 [*]Item 2 [*]Item 3 [*]Item 4 [*]Item 5 [/list]Are you getting it yet?This BREAKS the "Rules" section above at the top of the forum as does various other BBCode attributes. Link to comment Share on other sites More sharing options...
cinek Posted January 25, 2007 Share Posted January 25, 2007 lol do this then<p>NO BBCODE! 1. Item 1 2. Item 2 3. Item 3 4. Item 4</p>same thing Link to comment Share on other sites More sharing options...
D.San Posted January 25, 2007 Share Posted January 25, 2007 Regardless of the work-around(s) possible, this is still a bug. If I wanted to "work around" this bug, I could. The fact is, I don't. This is a bug in a piece of software. Did I ask for a work-around? I reported a bug and this has turned into an argument. Enough.Also, if I INDENT (using the WYSIWYG editor in the AdminCP) something in the forum rules (such as your idea in the previous post), it still breaks. It's a BUG. Nuff' said. Link to comment Share on other sites More sharing options...
stobbo Posted January 25, 2007 Share Posted January 25, 2007 This is a bug in my opinion, why should we use invalid work rounds? Link to comment Share on other sites More sharing options...
bfarber Posted January 25, 2007 Share Posted January 25, 2007 The problem is quite simply the CSS used for the forum rules area. To fix it, change the CSS/HTML of the forum rules block.Pretty much any html inside the paragraph tag already there breaks out of it. One of those oddities. Link to comment Share on other sites More sharing options...
D.San Posted January 26, 2007 Share Posted January 26, 2007 Will this oddity be fixed in the next release? Link to comment Share on other sites More sharing options...
bfarber Posted January 26, 2007 Share Posted January 26, 2007 It's been there since 2.1.0 and hasn't been fixed yet...There isn't an easy way to fix it I'm afraid. We could get rid of the p tag inside the forum rules block...and then it's instantly fixed. However, then the rules don't look very appealing (no lighter color background to offset the font colors).It's quite a minor issue. Feel free to report it in the *proper* place (as per the forum rules here), but it's not a high priority. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.