Jump to content

IPB3: Numbered Lists Refuse to Work

Featured Replies

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?

Works for me on the plain IPB skin, but on like any other skin released I haven't seen it working.

[*]test [*]test [*]test





Works fine for me. :unsure:

http://forums.codersrefuge.com/topic/586-numbered-list-test/

  • Author

Well, that sucks. Shouldn't the numbered lists work across all board skins?

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

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.

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

Just checked this on the Lo-Fi version, and it's missing in there. Should be reported?

  • Author

Ah. Thank you, Brandon. That fixed the problem perfectly. :thumbsup:

[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

  • No registered users viewing this page.