Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-8486 now.

[list] bbcode not rendering correctly in Forum Description (fix completed in vcs)

When adding the [list] bbcode to a forum description, e.g.
Code: Select all
[list=1]
[*]this should show 1.   
[*]this should show 2.
[*]this should show 3.
[*]this should show 4.[/list]


it won't show the list properly in prosilver (have not tried it on subsilver2).

cheers
listbbcode.jpg (108 KB)

Comments / History

Edited ticket

Action performed by lefty74 on Jul 11th 2009, 18:20

Posted by DavidIQ (MOD Team Leader) on Jul 11th 2009, 18:29

Looks fine to me.

If you are having issues with BBCodes on your forum please seek help in the support forum.

Changed ticket status from "New" to "Support request"

Action performed by DavidIQ (MOD Team Leader) on Jul 11th 2009, 18:29

Posted by lefty74 on Jul 11th 2009, 18:55

It looks fine in the post but not if you use it in the forum description.

grateful if you could open the ticket again.

Posted by Paul (MOD Team Member) on Jul 11th 2009, 18:57

Its a list, but due to prosilvers css you don't see the bullets/numbers.

Changed ticket status from "Support request" to "Reviewed"

Action performed by DavidIQ (MOD Team Leader) on Jul 11th 2009, 18:58

Posted by lefty74 on Jul 11th 2009, 19:00

ok, i will change the title as i can see that it was not clear enough but that would still make it a bug, wouldn't it?

edit: guess i cant change it anymore...

Posted by Paul (MOD Team Member) on Jul 11th 2009, 19:01

David did already reopen it.

Edited post #168965

Action performed by lefty74 on Jul 11th 2009, 19:01

Posted by lefty74 on Jul 11th 2009, 19:02

yup, sorry, just noticed. you guys are too quick for me :P

Edited ticket

Action performed by DavidIQ (MOD Team Leader) on Jul 11th 2009, 19:04

Posted by DavidIQ (MOD Team Leader) on Jul 11th 2009, 19:06

Changed the title for you.

This issue is confirmed BTW.

Edited post #168995

Action performed by DavidIQ (MOD Team Leader) on Jul 11th 2009, 19:06

Changed ticket status from "Reviewed" to "Not a bug"

Action performed by Kellanved (Former Team Member) on Jul 11th 2009, 19:11

Posted by leviatan21 on Jul 11th 2009, 19:43

Suggestion :

in content.css
Find :
Code: Select all
dd.posts, dd.topics, dd.views {

Before Add :
Code: Select all
 /* List in forum descriptions */
dl.icon dt ol, dl.icon dt ul {
   list-style-position: inside;
   margin-left: 1em;
}
dl.icon dt li {
   display: list-item;
   list-style-type: inherit;
}

Ticket details

Related SVN changesets