photo gallery - problem
-
- Phoca Newbie
- Posts: 3
- Joined: 25 Nov 2007, 19:31
I have a quite weird
I have a quite weird problem. When I press Multiply add button except of photo list, back-end frontpage of joomla appears. I dont have this problem when using on my local computer. On the server there is php version 5.2.x, joomla 1.5 rc3.
- Jan
- Phoca Hero
- Posts: 48535
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Hi, I think, there i
Hi, I think, there is not problem with PHP 5.2.x. I am using it on my localhost and there are no problems
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48535
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
I don't know. A
I don't know. All buttons are using Javascript, maybe there can be error... ???
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 25 Nov 2007, 19:31
Hmm, I read a few po
Hmm, I read a few posts on this forum and I got to the point that there is a problem with button's url... Under Multiple add and New there is url: http://lo9gim17.pl/administrator/index. ... ocagallery# and when I click it the screen comes back to the back-end. How can i change the url's manually? Because apparently the server causes some problems to the script (even when i copy all the files of the script manually and copy database from working source).
Edit: The problem touches all the buttons in 'gallery', except of preferences.
Edit: The problem touches all the buttons in 'gallery', except of preferences.
-
- Phoca Newbie
- Posts: 3
- Joined: 29 Nov 2007, 23:46
- Location: Australia
- Contact:
Hi JanI
Hi Jan
I have a problem when uploading photos. I can only see, from the backend, a certain number of images. Is your gallery limited to a specific number of photos? Also, is there a way to avoid seeing photos already uploaded in the bucket box, it gets confusing at times.
Congratulations however for a very neat photo gallery
I have a problem when uploading photos. I can only see, from the backend, a certain number of images. Is your gallery limited to a specific number of photos? Also, is there a way to avoid seeing photos already uploaded in the bucket box, it gets confusing at times.
Congratulations however for a very neat photo gallery
-
- Phoca Newbie
- Posts: 3
- Joined: 29 Nov 2007, 23:46
- Location: Australia
- Contact:
Hi JanI
Hi Jan
I have solved the issue w/ the number of photos. The issue with ALL photos appearing in the bucket box still remains though..
Cheers
I have solved the issue w/ the number of photos. The issue with ALL photos appearing in the bucket box still remains though..
Cheers
- Jan
- Phoca Hero
- Posts: 48535
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
- Jan
- Phoca Hero
- Posts: 48535
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
kaaz
kaaz
// Set toolbar items for the page
JToolBarHelper::title( JText::_( 'Phoca gallery' ), 'generic.png' );
JToolBarHelper::publishList();
JToolBarHelper::unpublishList();
JToolBarHelper::deleteList( JText::_( 'WARNWANTDELLISTEDITEMS' ), 'remove', 'delete
');
JToolBarHelper::editListX();
JToolBarHelper::addNewX();
JToolBarHelper::customX('Multiple', 'new.png', '', JText::_( 'Multiple Add' ), false
);
JToolBarHelper::preferences('com_phocagallery', '360');
JToolBarHelper::help( 'screen.phocagallery', true );
The toolbar (button) behaviour is behaviour of Joomla! framework, Phoca Gallery doesn't affect it... ???
// Set toolbar items for the page
JToolBarHelper::title( JText::_( 'Phoca gallery' ), 'generic.png' );
JToolBarHelper::publishList();
JToolBarHelper::unpublishList();
JToolBarHelper::deleteList( JText::_( 'WARNWANTDELLISTEDITEMS' ), 'remove', 'delete
');
JToolBarHelper::editListX();
JToolBarHelper::addNewX();
JToolBarHelper::customX('Multiple', 'new.png', '', JText::_( 'Multiple Add' ), false
);
JToolBarHelper::preferences('com_phocagallery', '360');
JToolBarHelper::help( 'screen.phocagallery', true );
The toolbar (button) behaviour is behaviour of Joomla! framework, Phoca Gallery doesn't affect it... ???
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 29 Nov 2007, 23:46
- Location: Australia
- Contact:
Thank you Jan
Thank you Jan
will try and let you know.
Cheers
will try and let you know.
Cheers