[FIXED]com_user configuration question (or bug)

Locked
drhopscotch
Joomla! Intern
Joomla! Intern
Posts: 60
Joined: Fri Sep 07, 2007 1:26 pm

[FIXED]com_user configuration question (or bug)

Post by drhopscotch » Sat Dec 15, 2007 2:50 pm

Hi,

In the latest SVN build, the key.jpg image no longer shows up on the com_user login component...because the image src is "/key.jpg" rather than "/images/stories/key.jpg". Is there an administrator panel for configuring this image or is it hard-coded? It appears that this was missed when the imagepath changes were made (artifact 8302).
Last edited by mihu on Wed Jan 16, 2008 6:39 pm, edited 1 time in total.

User avatar
infograf768
Joomla! Master
Joomla! Master
Posts: 19133
Joined: Fri Aug 12, 2005 3:47 pm
Location: **Translation Matters**

Re: com_user configuration question (or bug)

Post by infograf768 » Sat Dec 15, 2007 3:00 pm

alas, there are other issues in latest svn concerning baseurl for images.
Jean-Marie Simonet / infograf
---------------------------------
ex-Joomla Translation Coordination Team • ex-Joomla! Production Working Group

drhopscotch
Joomla! Intern
Joomla! Intern
Posts: 60
Joined: Fri Sep 07, 2007 1:26 pm

Re: com_user configuration question (or bug)

Post by drhopscotch » Sun Dec 23, 2007 5:48 pm

Artifact  #8702 in the bug tracker identifies this same issue. This is still an issues as of svn 9736.
Last edited by drhopscotch on Sun Dec 23, 2007 5:53 pm, edited 1 time in total.

User avatar
Actor
Joomla! Apprentice
Joomla! Apprentice
Posts: 36
Joined: Fri Aug 19, 2005 10:59 am
Location: Netherlands

Re: com_user configuration question (or bug)

Post by Actor » Wed Jan 16, 2008 4:43 pm

This issue will be fixed in file 'components/com_user/views/login/view.html.php',
replace (line 64 in joomla 1.5rc4):

Code: Select all

	$params->def( 'image_login', 				'key.jpg' );
with:

Code: Select all

	$params->def( 'image_path', 				'/images/stories' );
	$params->def( 'image_login', 				'key.jpg' );

User avatar
infograf768
Joomla! Master
Joomla! Master
Posts: 19133
Joined: Fri Aug 12, 2005 3:47 pm
Location: **Translation Matters**

Re: com_user configuration question (or bug)

Post by infograf768 » Wed Jan 16, 2008 5:52 pm

This whole stuff has been fixed in SVN.
Jean-Marie Simonet / infograf
---------------------------------
ex-Joomla Translation Coordination Team • ex-Joomla! Production Working Group

User avatar
mihu
Joomla! Guru
Joomla! Guru
Posts: 741
Joined: Mon Mar 20, 2006 8:17 am

Re: com_user configuration question (or bug)

Post by mihu » Wed Jan 16, 2008 6:38 pm

Marks as FIXED and move to RESOLVED
bento2go.com - We DO NOT sell bento !!


Locked

Return to “Q&T 1.5.x Resolved”