Page 1 of 1

I have a quite weird

Posted: 25 Nov 2007, 19:31
by kaaz
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.

Hi, I think, there i

Posted: 25 Nov 2007, 19:43
by Jan
Hi, I think, there is not problem with PHP 5.2.x. I am using it on my localhost and there are no problems

So, what can it be?

Posted: 25 Nov 2007, 19:50
by kaaz
So, what can it be?

I don't know. A

Posted: 25 Nov 2007, 21:27
by Jan
I don't know. All buttons are using Javascript, maybe there can be error... ???

Hmm, I read a few po

Posted: 27 Nov 2007, 13:36
by kaaz
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.

Hi JanI

Posted: 29 Nov 2007, 23:56
by puntoitalia
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

Hi JanI

Posted: 30 Nov 2007, 00:34
by puntoitalia
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

puntoitalia

Posted: 30 Nov 2007, 13:17
by Jan
puntoitalia
Great

kaaz

Posted: 30 Nov 2007, 13:22
by Jan
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... ???

Thank you Jan

Posted: 01 Dec 2007, 03:01
by puntoitalia
Thank you Jan

will try and let you know.

Cheers