Page 1 of 2
Icon missing
Posted: 02 Nov 2008, 13:40
by camfroglife
Hello there! I'm new to this place and the software but i've had it about 20 mins now and i'm loving it.
My only question, i've lost an icon. Doesn't show in firefox and gives the X in IE7.
Right click on the image (as you can see in the picture), the link shows as
http://camfroglife.com/images/stories/
What icon is it looking for? so i can place it in there. Or anything regarding this would help
Lee
Re: Icon missing
Posted: 02 Nov 2008, 21:34
by Jan
Hi, in this folder:
http://camfroglife.com/images/stories/
there are saved images which you can add into content (article or description). Did you add some images to description of Phoca Gallery Category ?
Re: Icon missing
Posted: 02 Nov 2008, 23:27
by camfroglife
I havn't added any images. There doesn't seem to be an option for it. That's the list of catagories not an actual catagory. i've checked most options but can't seem to find anything
Re: Icon missing
Posted: 03 Nov 2008, 13:52
by Jan
In category edit, there is a description text editor, into this editor you can add images too. maybe there is one ?
Re: Icon missing
Posted: 05 Nov 2008, 11:39
by camfroglife
I've tried everything, every option (that i can think of). I found the code in view.html.php
Code: Select all
// PARAMS - Define image tag attributes
if ($params->get('image') != -1) {
$attribs['align'] = $params->get('image_align');
$attribs['hspace'] = 6;
// Use the static HTML library to build the image tag
$tmpl['image'] = JHTML::_('image', 'images/stories/'.$params->get('image'), JText::_('Phoca gallery'), $attribs);
}
Does that help at all?
I'm running 2.1.0 Beta
Re: Icon missing
Posted: 05 Nov 2008, 23:17
by Jan
Go to Components - Phoca Gallery - Category - Edit the category and see if you have set the last two items:
Image:
Image Position:
If yes, then disable it...
Jan
Re: Icon missing
Posted: 06 Nov 2008, 00:02
by camfroglife
All three categories (2 hidden to non members) have no images showing and the image position set to right (either left or right).
I've disabled ALL categories and the broken image link still shows.
Re: Icon missing
Posted: 06 Nov 2008, 00:22
by Jan
please let me know the site where this happens...
Jan
Re: Icon missing
Posted: 06 Nov 2008, 18:42
by camfroglife
The site is
www.camfroglife.com , click "members gallery" so it exposes all the categories. That's where it happens.
Re: Icon missing
Posted: 06 Nov 2008, 19:50
by camfroglife
Nevermind! i think i found something that worked.
I went here
Code: Select all
/public_html/components/com_phocagallery/views/categories
opened view.html.php
Found
Code: Select all
// PARAMS - Define image tag attributes
if ($params->get('image') != -1) {
$attribs['align'] = $params->get('image_align');
$attribs['hspace'] = 6;
// Use the static HTML library to build the image tag
$tmpl['image'] = JHTML::_('image', 'images/stories/'.$params->get('image'), JText::_('Phoca gallery'), $attribs);
}
Deleted it. Re-uploaded. Gone!