Jump to content

IPB3: Numbered Lists Refuse to Work


Rheddy

Recommended Posts

Posted

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?

Posted

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

Posted

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.

Posted

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; }

Posted

[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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...