The Joomla! Forum ™



Forum rules


Forum Rules
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: Sat Oct 10, 2009 7:30 pm 
Joomla! Intern
Joomla! Intern

Joined: Tue Apr 17, 2007 10:47 am
Posts: 76
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.


Top
 Profile  
 
PostPosted: Sun Oct 11, 2009 6:46 am 
User avatar
Joomla! Master
Joomla! Master

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 16630
Location: **Translation Matters**
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 · http://www.info-graf.fr
Multilanguage in 2.5: http://help.joomla.org/files/EN-GB_multilang_tutorial.pdf
---------------------------------
Joomla Translation Coordination Team • Joomla! Production Working Group


Top
 Profile  
 
PostPosted: Sun Oct 11, 2009 7:12 am 
Joomla! Intern
Joomla! Intern

Joined: Tue Apr 17, 2007 10:47 am
Posts: 76
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?


Top
 Profile  
 
PostPosted: Wed Dec 23, 2009 2:21 am 
User avatar
Joomla! Intern
Joomla! Intern

Joined: Fri Aug 24, 2007 8:53 pm
Posts: 53
Location: Moose Jaw, Saskatchewan Canada
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:
<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).


Top
 Profile  
 
PostPosted: Wed Dec 23, 2009 2:27 am 
User avatar
Joomla! Intern
Joomla! Intern

Joined: Fri Aug 24, 2007 8:53 pm
Posts: 53
Location: Moose Jaw, Saskatchewan Canada
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.


Top
 Profile  
 
PostPosted: Mon Feb 13, 2012 6:14 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Dec 13, 2011 4:18 pm
Posts: 2
Location: Hanoi
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


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



Who is online

Users browsing this forum: No registered users and 7 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