bbcode li not displaying

mystavash

Joined: 2004-09-12
Posts: 69
Posted: Sun, 2006-05-21 17:16

Hi! Not really sure what this about. When I imported from G1 1.4.4 to G2 2.1.1, the HTML in my album summaries got converted to BBCode. Well, OK, if it displayed like it ought to. It mostly does, but the LI isn't displaying at all. (code is list * * /list).

*not* entirely sure I remember OKing this conversion when I was converting, but I was asleep most of the time. =)

Anisa.

Please fill out the following form and take a look at the linked pages. The more information you supply, the better we can help you.
FAQ:
- Is there a guide for migrating from G1 to G2 available?
http://codex.gallery2.org/index.php/Gallery2:migration
- What information is required when asking for help in the forums?
http://codex.gallery2.org/index.php/Gallery2:faq#What_information_is_required_when_I_ask_for_help_in_the_forums.3F
- How to enable and use the debug mode of G2?
http://codex.gallery2.org/index.php/Gallery2:faq#How_to_set.2Fuse_Gallery_in_debug_mode.3F
- Known Issues (might explain your problem):
http://codex.gallery2.org/index.php/Gallery2:KnownIssues
- You can copy and paste a lot of the required information from "Site Admin" -> "Maintenance" -> "System Information" if your G2 is up and running.


G2 URL (optional):
G2 version: 2.1.1
G1 URL (optional):
G1 version: 1.4.4
G1 character set:
PHP memory limit:
--
PHP version (e.g. 4.3.11):
PHPInfo Link (see FAQ):
Webserver (e.g. Apache 1.3.33):
Database (e.g. MySql 4.0.11):
Activated toolkits (e.g. NetPbm, GD):
Operating system (e.g. Linux):
Browser (e.g. Firefox 1.0):

 
mystavash

Joined: 2004-09-12
Posts: 69
Posted: Tue, 2006-05-23 04:42

Ok, also, although I have bbcode selected as the markup of choice, in the comments, it doesn't show up... ie, you can see the bbcode itself. Ex: http://www.animecards.org/?q=gallery&g2_itemId=41350

 
mystavash

Joined: 2004-09-12
Posts: 69
Posted: Mon, 2006-05-29 12:32

Seems to not only be bb related, even when raw html is selected, the LI tags don't show up at all! Also in the standalone gallery...

Any ideas? :(

Anisa.

 
mystavash

Joined: 2004-09-12
Posts: 69
Posted: Mon, 2006-05-29 16:26

Fixed. This was a CSS problem. For some reason, the Matrix theme has list-style-type set to none. Fixed it by changing it to the following:

Quote:
.gbBlock ul {
margin: 0 0 0.5em 2.0em;
padding: 0;
list-style-type: disc;
}

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Tue, 2006-05-30 07:32

i guess we've set that to none for a very good reason. some page might look now differently for you.

but still. the html / bbcode from your item names, summaries, comments and descriptions should be unaffected.

can you please file a bug on http://sf.net/projects/gallery/ ?

thanks!

 
mystavash

Joined: 2004-09-12
Posts: 69
Posted: Tue, 2006-05-30 10:47

Thank you for your reply. I can't think of any good reason to set the default to none, why set it at all?, but I have filed a bug report.

Anisa.