Extensions JoomGallery
6 posts
• Page 1 of 1
Extensions JoomGallery
i`m create xmap_com_joomgalery extension
Demo: http://www.bigfullbag.com
Download:http://www.linuxsu.com
Demo: http://www.bigfullbag.com
Download:http://www.linuxsu.com
- Attachments
-
xmap_com_joomgallery-1.0.0-J15.zip- Xmap extensions JoomGalery
- (2.34 KiB) Downloaded 1045 times
- brecky
- Fresh Boarder

- Posts: 4
- Joined: Wed Oct 29, 2008 9:18 pm
Re: Extensions JoomGallery
Thank you very much brecky. I'm going to add it to our downloads section!
Guillermo
Guillermo
-

guilleva - Administrator

- Posts: 1517
- Joined: Wed Sep 12, 2007 3:10 am
- Location: San José, Costa Rica
Re: Extensions JoomGallery
Hi Does this work on Joomla 1.0.15?
- stumpy_dan
- Fresh Boarder

- Posts: 7
- Joined: Fri Aug 29, 2008 10:58 am
Re: Extensions JoomGallery
would be easy to make a plugin for ponygallery?
- carmoto
- Fresh Boarder

- Posts: 1
- Joined: Sat Jan 03, 2009 2:24 pm
Re: Extensions JoomGallery
There was a bug, or perhaps simply an outdated line of code in this extension. The category link was not constructed properly and when one clicks on a category it simply lands on the gallery home page.
To fix this the "func" parameter should be used instead of "task" on line 86 of /administrator/components/com_xmap/extensions/com_joomgallery.php
ie should be changed from:
to
Then it works fine with JoomGallery 1.5.0.3.
To fix this the "func" parameter should be used instead of "task" on line 86 of /administrator/components/com_xmap/extensions/com_joomgallery.php
ie should be changed from:
- Code: Select all
$node->link = 'index.php?option=com_joomgallery&task=viewcategory&catid='.$cat->cid;
to
- Code: Select all
$node->link = 'index.php?option=com_joomgallery&func=viewcategory&catid='.$cat->cid;
Then it works fine with JoomGallery 1.5.0.3.
- csommer
- Junior Boarder

- Posts: 23
- Joined: Sun Apr 13, 2008 11:26 pm
Re: Extensions JoomGallery
I also noticed this mistake with task instead of func recently.
But there is another bug I can not cope with.
If you login from frontend you can not change ON or OFF status for a particular gallery/subgallery in sitemap as can be done for another components and articles. Namely, when you press on the green mark it changes to red crossed mark. But after refreshing page green mark comes back. Therefore even nonpublished galleryes that are not visible for guests are listed in the sitemap. When guest click on them system error occurs notifying "You have no rights to see this gallery".
Did somebody found a solution?
But there is another bug I can not cope with.
If you login from frontend you can not change ON or OFF status for a particular gallery/subgallery in sitemap as can be done for another components and articles. Namely, when you press on the green mark it changes to red crossed mark. But after refreshing page green mark comes back. Therefore even nonpublished galleryes that are not visible for guests are listed in the sitemap. When guest click on them system error occurs notifying "You have no rights to see this gallery".
Did somebody found a solution?
- bellatrix
- Fresh Boarder

- Posts: 4
- Joined: Tue Nov 03, 2009 9:04 am
6 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 2 guests