News:

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

Main Menu

[SOLVED] My forum looks messed up

Started by Nick Whetstone, November 15, 2009, 09:31:11 PM

Previous topic - Next topic

Nick Whetstone

*Topic solved. Thanks
The artist formerly known as (Ha)²

Former Support Specialist

Please do not solicit support via PM. Here's why!

Arantor

<link rel="stylesheet" type="text/css" href="http://thewebkinzpark.com/forums/', $settings['default_theme_url'], '/autoTooltips.css" />

Should be:
<link rel="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/autoTooltips.css" />

SMF puts its own URL in.

Also:
<link rel="stylesheet" type="text/css" href="http://thewebkinzpark.com/forums/', $settings['default_theme_url'], '/css/jquery.jgrowl.css" />

Should really be:
<link rel="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/css/jquery.jgrowl.css" />

Any other instance of $settings['default_theme_url'] or $settings['theme_url'], again, make sure there's no link in front of it of yours.

Nick Whetstone

This may need to go to bugs... All links and URLs are messed up, so I am having to have fix EVERY single link
The artist formerly known as (Ha)²

Former Support Specialist

Please do not solicit support via PM. Here's why!

Arantor

Unless that was added by SMF (which it should never be) somehow, it isn't a bug.

There is nowhere in the SMF code that your domain gets added in to it; it's loaded from the database into $settings['default_theme_url'].

Advertisement: