image gallery "bugs"
this bug was actually initiated when i used the neat.css skin, which didn't have the checkbox "Gallery is visible to non-admin users?" when creating an image gallery. so it led to the problem when a user created an image gallery, he could not see it listed.
also, when there is enough non-admin galleries, the pagination seems weird. the first page seems like it has only 5 galleries, but there is a Next link to the next page, which when clicked, does not show any gallery at all (because all the galleries are non-visible).
i think the problem is because the logic to list galleries is split between the PHP script and the Smarty template. a better way would be to put it in the former.
anyway, i also felt that since i created an image gallery, i should be able to see it in the list of galleries. so i hacked the code to produce this, line 119 tiki-galleries.tpl.
{if $gallerieschanges.visible eq 'y' or $tiki_p_admin_galleries eq 'y' or $gallerieschanges.user eq $user}