Rheddy Posted August 7, 2009 Posted August 7, 2009 This is really getting on my nerves. The IPS Developers have been doing a great job on IPB3 but it seems that IPB3 still suffers from a bug I reported way back when IPB3 was in Beta Testing. The Numbered Lists still do not work. It doesn't matter if you're using the editor in the ACP or whether you're posting a message. It just does not work ... Is there any reason why it still does not work because I reported this as a bug in Beta 2,3,4,5 RC 1,2 and 3F, 3.0.1. Now that IPB 3.0.2 has been released, it still isn't working right. Does anyone have a fix for this?
-Robert- Posted August 7, 2009 Posted August 7, 2009 Works for me on the plain IPB skin, but on like any other skin released I haven't seen it working. [*]test [*]test [*]test
Michael Posted August 7, 2009 Posted August 7, 2009 Works fine for me. :unsure: http://forums.codersrefuge.com/topic/586-numbered-list-test/
Rheddy Posted August 7, 2009 Author Posted August 7, 2009 Well, that sucks. Shouldn't the numbered lists work across all board skins?
-Robert- Posted August 7, 2009 Posted August 7, 2009 Sounds like something skin makers have been over looking. Almost every skin I've installed the numberlist doesn't work. If you end up figuring out how to fix it, i'd appreciate if you sent me a pm how to do it. I would like to use this feature on all my skins too :P
Michael Posted August 7, 2009 Posted August 7, 2009 Those third party skins that have this problem probably missed a CSS class that ensures the numbering is done for these lists; ul.bbcol.decimal by the looks of it.
bfarber Posted August 7, 2009 Posted August 7, 2009 Make sure you have this in your CSS. Look in the "BBCODE STYLES" section ul.bbcol.lower-alpha { margin-left: 30px; list-style-type: lower-alpha; } ul.bbcol.upper-alpha { margin-left: 30px; list-style-type: upper-alpha; } ul.bbcol.lower-roman { margin-left: 30px; list-style-type: lower-roman; } ul.bbcol.upper-roman { margin-left: 30px; list-style-type: upper-roman; }ul.bbcol.decimal { margin-left: 30px; list-style-type: decimal; }
Kfir Posted August 7, 2009 Posted August 7, 2009 Just checked this on the Lo-Fi version, and it's missing in there. Should be reported?
Rheddy Posted August 7, 2009 Author Posted August 7, 2009 Ah. Thank you, Brandon. That fixed the problem perfectly. :thumbsup:
bfarber Posted August 7, 2009 Posted August 7, 2009 [quote name='Kfir' date='07 August 2009 - 10:48 AM' timestamp='1249656501' post='1839932'] Just checked this on the Lo-Fi version, and it's missing in there. Should be reported? Probably
Recommended Posts
Archived
This topic is now archived and is closed to further replies.