News:

Wondering if this will always be free?  See why free is better.

Main Menu

Missing SQL,PHP,XHTML,CSS gifs...

Started by Daze, September 11, 2004, 08:49:35 PM

Previous topic - Next topic

Daze

On any page except the home page the images at the bottom disappear.

http://seven17.net/forum [nofollow] - Scroll down and look at the bottom of the page then click 'Introductions'. Scroll down and look at the bottom of that page and that's how it is for every page except the home page. I'm wondering if it's a problem with where the images are stored.
newb alert! 

7 print"I can program in basic." 8)
17 goto 7 [nofollow]

[Unknown]

http://seven17.net/forum/index.php/YaBBImages/mysql.gif

Doesn't exist.  This is because you're using queryless URLs, but some of the links in your converted theme are still using relative paths.

Look for YaBBImages in Themes/converted/index.template.php.

-[Unknown]

Daze

#2
So where should I point it to?

a href="http://www.mysql.com/ [nofollow]"><img height="31" alt="Powered by MySQL" src="YaBBImages/mysql.gif" width="88" border="0" /></a>

or do I delete the <img...> ?

I've just done a backup so I'm gonna mess with it and see what happens but I'd still appreciate any help.
newb alert! 

7 print"I can program in basic." 8)
17 goto 7 [nofollow]

[Unknown]

Quote from: Daze on September 11, 2004, 09:20:08 PM
So where should I point it to?

a href="http://www.mysql.com/"><img height="31" alt="Powered by MySQL" src="YaBBImages/mysql.gif" width="88" border="0" /></a>

or do I delete the <img...> ?

I've just done a backup so I'm gonna mess with it and see what happens but I'd still appreciate any help.

You might try replacing:
YaBBImages/mysql.gif

With:
', $settings['images_url'], '/mysql.gif

Basically, this makes it use the image in Themes/classic/images - instead of the one from YaBB SE.

-[Unknown]

Daze

T H A N K  Y O U !

It's a little thing but it was buggin me.  ;D
newb alert! 

7 print"I can program in basic." 8)
17 goto 7 [nofollow]

Advertisement: