Icon missing

Phoca Gallery - image gallery extension
camfroglife
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 02 Nov 2008, 13:35

Icon missing

Post 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.

Image

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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49279
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Icon missing

Post 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 ?
If you find Phoca extensions useful, please support the project
camfroglife
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 02 Nov 2008, 13:35

Re: Icon missing

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49279
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Icon missing

Post by Jan »

In category edit, there is a description text editor, into this editor you can add images too. maybe there is one ?
If you find Phoca extensions useful, please support the project
camfroglife
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 02 Nov 2008, 13:35

Re: Icon missing

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49279
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Icon missing

Post 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
If you find Phoca extensions useful, please support the project
camfroglife
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 02 Nov 2008, 13:35

Re: Icon missing

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49279
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Icon missing

Post by Jan »

please let me know the site where this happens...

Jan
If you find Phoca extensions useful, please support the project
camfroglife
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 02 Nov 2008, 13:35

Re: Icon missing

Post by camfroglife »

The site is www.camfroglife.com , click "members gallery" so it exposes all the categories. That's where it happens.
camfroglife
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 02 Nov 2008, 13:35

Re: Icon missing

Post 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!
Post Reply