6
Quote:
Hi aerograf, I think your module appears to have the least amount of problems on 2.5.9 with xbootstrap.
One bug I have found is when I view the index page of extgallery to view the categories the thumbnail url takes me to:
le="color: #000000"><?php http://mbmedia.com.au/modules/extgallery/pueXtGalleryblic-categories.php?id=1
I found the mistake on this page:
le="color: #000000"><?php /extra/themes/xbootstrap/modules/extgallery/extgallery_index.tpl line 30.
Change this:
le="color: #000000"><?php <a title="<{$child.cat_name}>" href="pu<{$extgalleryName}>blic-categories.php?id=<{$child.cat_id}>">
To this:
le="color: #000000"><?php <a title="<{$child.cat_name}>" href="public-categories.php?id=<{$child.cat_id}>">
Then copy and ovewrite the file to the theme/xbootstrap/modules/extgallery/ directory. Clear your cache and good to go

Cheers,
Marty