Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 7, 200915 yr 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?
August 7, 200915 yr Works for me on the plain IPB skin, but on like any other skin released I haven't seen it working. [*]test [*]test [*]test
August 7, 200915 yr Works fine for me. :unsure: http://forums.codersrefuge.com/topic/586-numbered-list-test/
August 7, 200915 yr Author Well, that sucks. Shouldn't the numbered lists work across all board skins?
August 7, 200915 yr 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
August 7, 200915 yr 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.
August 7, 200915 yr 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; }
August 7, 200915 yr Just checked this on the Lo-Fi version, and it's missing in there. Should be reported?
August 7, 200915 yr [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
Archived
This topic is now archived and is closed to further replies.