phpBB Gallery - Bug tracker

Template bugs in subsilver2 (new)

 

1) In ucp_gallery.html class="button1" appears two times. There is no "button1" class in subsilver2, so it should be class="btnmain"

2) When you edit already existed (not at upload stage) in gallery image, page looks ugly because {COLOUR_ROWSPAN} var is empty. To fix it, open gallery/posting.php, and add
Code: Select all
         'COLOUR_ROWSPAN'   => 3,

After
Code: Select all
         'NUM_IMAGES'      => 1,

Comments

No comments have been made

Ticket details