Page 1 of 2
Hi guys,
Posted: 12 May 2008, 17:21
by modkid
Hi guys,
I have a problem with the Gallery.
1, i cannot upload any images using phocagallery itself, only through media manager? Any idea what this could be? It just says failed to upload.
2. There is a huge problem with how the gallery looks in Internet explorer, or in Firefox. It renders great in Firefox, but the medium sized image shrinks in internet explorer.
1. There is the same
Posted: 12 May 2008, 20:24
by Jan
1. There is the same code as by media manager. Maybe there are no rights to write data into a folder ?
2. Try to use standard 1.5 template for test it (e.g. standard rhuk milkyway)
I just tried it with
Posted: 12 May 2008, 20:37
by modkid
I just tried it with the standard template and it works,
Any possibilities why it might not work with the theme Im currently using?
It's building_15, that im using.
oh and media manager lets me upload stuff, but phocagallery won't.
Which error message
Posted: 12 May 2008, 20:44
by Jan
Which error message you get? Do you have enabled the ftp in global configuration?
Template - there will be something missed, mostly there is missing some code which allows to insert CSS or JS from component to template... maybe there is some conflict between template css and phoca gallery css file ???
Yeah I enabled ftp i
Posted: 12 May 2008, 20:46
by modkid
Yeah I enabled ftp in the global configuration.
Any chance that I could override the template settings and have it run from the phocaguestbook css ?
Any idea what code I should use for that ?
Thanks in advance
no idea, I don'
Posted: 12 May 2008, 21:30
by Jan
no idea, I don't know the template system , Phoca Gallery only send the phocagallery css (for IE) standard way into a joomla template ...
Hmm, so where might
Posted: 13 May 2008, 08:29
by modkid
Hmm, so where might the problem be then? What type of code does the call up of the rendering of the gallery?
It is not about the
Posted: 13 May 2008, 09:20
by Jan
It is not about the gallery, it is about loading CSS or JS in the template
Yeah, but how could
Posted: 13 May 2008, 17:18
by modkid
Yeah, but how could i look into that? Or make adjustments?
Going through the CSS from the template?
What should I look for, what exactly does phocagallery use.
I am sorry but I don
Posted: 13 May 2008, 20:39
by Jan
I am sorry but I don't know ... I only know what Phoca Gallery should send into the template:
$document->addCustomTag("<!--[if IE]>\n<link rel=\"stylesheet\" href=\"".JURI::base(
true)."/components/com_phocagallery/assets/phocagalleryieall.css\" type=\"text/css\"
/>\n<![endif]-->");
But how the template work with it and if this is the problem, I don't know