The Joomla! Forum ™



Forum rules


Please use the official Bug Tracker to report a bug: http://joomlacode.org/gf/project/joomla ... er_id=8103



Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Tue Aug 21, 2012 4:02 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Aug 29, 2011 3:44 pm
Posts: 15
Hi,

First time I report a bug here, so tell me if I'm doing something wrong.

In the settings of the Contact component, I can select a custom image for contact information like address, phone, mobile and so on. The media manager lists images and folders from the "/images" folder.

In the contact page (in the frontend), the previously selected image doesn't show up. I've took a look at the code and it seems to load the image from the "contacts" folder. The last parameter is for "relative". When set to true, it will check inside the template folder and the media folder.

/components/com_contact/contact/view.html.php (around line 119)
Code:
$image1 = JHtml::_('image', 'contacts/'.$params->get('icon_address', 'con_address.png'), JText::_('COM_CONTACT_ADDRESS').": ", NULL, true);


So according to the given example, it will search an image inside
/template/<your-template>/images/contacts/
/media/contacts/
/media/system/contacts

But as I said in the first place, it doesn't make sense, since the backend only allows the "images" folder.

Did I miss something ?

Thanks !


Top
 Profile  
 
PostPosted: Tue Aug 21, 2012 6:53 am 
User avatar
Joomla! Master
Joomla! Master

Joined: Wed Aug 13, 2008 2:57 am
Posts: 20414
Location: Chennai, India
In the Options of Media Manager, you could change the path of the images folder

_________________
- Ilagnayeru (MIG) Manickam
http://www.eegan.org - helping the poor and underprivileged
educate. empower. enrich.
Support the poor and underprivileged


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 



Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group