Previous Thread
Next Thread
Print Thread
Hop To
#237213 06/04/2010 11:58 PM
Joined: Jun 2006
Posts: 171
Likes: 1
member
member
Joined: Jun 2006
Posts: 171
Likes: 1
Um, how do I fix this?

I use Mozilla Firefox for my primary browser in just about everything I do on the 'net, so I wasn't aware (oops!) of this little problem on my board.

[Linked Image from adwoff.com]

See the dreaded *red X* next to the little dragon/under "The Mod Squad Deluxe"?

It shows on IE's browser, but not Firefox.

When I do a property deal, it says: http://adwoff.com/messageboard/ubbthreads.php/topics/696712/3hearts.gif

How do I find the file to remove the 3hearts.gif?

~Sue <<-- clueless about a lot of things! tongue

Joined: Mar 2008
Posts: 326
D
Enthusiast
Enthusiast
D Offline
Joined: Mar 2008
Posts: 326
I don't know what the 3hearts image is, but the area it is in is output by templates/default/post_side.tpl

Looking at the snippet of HTML that outputs the image, I see:
HTML
<img src="3hearts.gif" hei="" width="42">

It is calling the image as though it were in the current directory when it needs to call it from the folder where it resides. This is why it is not working. Also, you might want to finish typing the 'height' attribute. wink You may wish to edit this part of the template file to read something like:
PHP Code
<img src="{$config.BASE_URL}/images/3hearts.gif" height="42" width="42" /> 

Of course, change the path to wherever the image is if not in the image directory.

Last edited by DLWebmaestro; 06/05/2010 1:31 AM.

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
2 members (Havenofsobriety, rootman), 624 guests, and 106 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)