Object not found clicking on node tree
Posted: 30 Oct 2015, 19:09
Hi everyone,
I have a lot of album on picasa web albums that I want show grouoped by year so I've created many categories with label the year.
It works.
Clicking on a leave (a album linked on Picasa) display correctly the previews of the photos; clicking on the root works displaying the folders images, but, clicking on a a node (represented by the category year) give me an "Object not found" error.
After some research i've by-passed this changing /modules/mod_phocagallery_tree/assets/dtree.js adding after line 133 these:
With this patch I can open correctly every node and leave of the gallery tree but, of course, I know that is not the optimal solution ...
I'm quite new on Joomla ...
Any "definitive" patch ?
url: http://5.249.146.45/gevbologna/index.ph ... /5-storico
Please note that not all links works (updating picasa web album in progress ...)
ciao!
I have a lot of album on picasa web albums that I want show grouoped by year so I've created many categories with label the year.
It works.
Clicking on a leave (a album linked on Picasa) display correctly the previews of the photos; clicking on the root works displaying the folders images, but, clicking on a a node (represented by the category year) give me an "Object not found" error.
After some research i've by-passed this changing /modules/mod_phocagallery_tree/assets/dtree.js adding after line 133 these:
Code: Select all
if( node.url.indexOf('/gevbologna') > -1 ) {
if( node.url.indexOf('index.php') == - 1) {
node.url = "/gevbologna/index.php/" + node.url.substring(12);
}
}
I'm quite new on Joomla ...
Any "definitive" patch ?
url: http://5.249.146.45/gevbologna/index.ph ... /5-storico
Please note that not all links works (updating picasa web album in progress ...)
ciao!