J1.5.14 - weblinks component

This forum is for reporting bugs in Joomla!. Please don't report problems with extensions in here.
Locked
chrissy6930
Joomla! Intern
Joomla! Intern
Posts: 78
Joined: Tue Apr 17, 2007 10:47 am

J1.5.14 - weblinks component

Post by chrissy6930 » Sat Oct 10, 2009 7:30 pm

hi there,

there is a minor bug in weblinks component - categories view class

when setting in Web Link Category List Layout the image to none selected
IE7 will display an image not found error thingy (see attached screenie)

to fix that find in components/com_weblinks/views/categories/view.html.php:

if ($params->get('image') != -1)

and adjust for:

if ($params->get('image') != 0)
You do not have the required permissions to view the files attached to this post.

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

Re: J1.5.14 - weblinks component

Post by infograf768 » Sun Oct 11, 2009 6:46 am

I can't reproduce this issue with any browser. The image src is just not produced at all when set to none.
Jean-Marie Simonet / infograf
---------------------------------
ex-Joomla Translation Coordination Team • ex-Joomla! Production Working Group

chrissy6930
Joomla! Intern
Joomla! Intern
Posts: 78
Joined: Tue Apr 17, 2007 10:47 am

Re: J1.5.14 - weblinks component

Post by chrissy6930 » Sun Oct 11, 2009 7:12 am

after checking again I must admit that its being caused by the latest version of AceSEF I'm currently testing which is playing havoc with J!

could you please delete this thread?

User avatar
jboulton
Joomla! Intern
Joomla! Intern
Posts: 57
Joined: Fri Aug 24, 2007 8:53 pm
Location: Moose Jaw, Saskatchewan Canada

Re: J1.5.14 - weblinks component

Post by jboulton » Wed Dec 23, 2009 2:21 am

I am having this issue with Joomla 1.5.15

http://www.pense160.com/component/weblinks/

Looks fine in FF3 (no image displayed) in IE8 the missing icon appears. Source code displays

Code: Select all

<table width="100%" cellpadding="4" cellspacing="0" border="0" align="center" class="contentpane">
<tr>
	<td valign="top" class="contentdescription">
	<img src="/images/stories/" alt="Web Links" align="" hspace="6" />Rural Municipality of Pense #160 Web Links	</td>
</tr>
</table>
I have tried to set the image to no image and have set the image - either way I can't get it to work.

I would appreciate any suggestions. (I am not running AceSEF).

User avatar
jboulton
Joomla! Intern
Joomla! Intern
Posts: 57
Joined: Fri Aug 24, 2007 8:53 pm
Location: Moose Jaw, Saskatchewan Canada

Re: J1.5.14 - weblinks component

Post by jboulton » Wed Dec 23, 2009 2:27 am

chrissy6930 wrote:
to fix that find in components/com_weblinks/views/categories/view.html.php:

if ($params->get('image') != -1)

and adjust for:

if ($params->get('image') != 0)
Applied this and removed the image. Thanks.

hoatung
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Tue Dec 13, 2011 4:18 pm
Location: Hanoi
Contact:

Re: J1.5.14 - weblinks component

Post by hoatung » Mon Feb 13, 2012 6:14 pm

chrissy6930 wrote:hi there,

there is a minor bug in weblinks component - categories view class

when setting in Web Link Category List Layout the image to none selected
IE7 will display an image not found error thingy (see attached screenie)

to fix that find in components/com_weblinks/views/categories/view.html.php:

if ($params->get('image') != -1)

and adjust for:

if ($params->get('image') != 0)
Thank you. This works :D


Locked

Return to “Joomla! 1.5 Bug Reporting”