- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 54 guest(s) and 1 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Lost topic icons when changed theme [ ]
Author
Message
Oyjord
Sergeant
Joined: Mar 12, 2003
Posts: 123
Posted:
Fri Mar 14, 2003 1:58 pm
Hi there, pardon the newb question
I just changed my phpnuke 6.0 phpbb2 port theme from the default to Amethyst. All seems to work fine, EXCEPT my topic icons are now reported as broken on the homepage.
http://members.lycos.co.uk/oyjord/phpnuke/html/
Even more weird, when I click on Topics in the left-hand modules frame, the topics appear just fine.
Any tips on how to get my topics icons to appear correctly on my homepage?
Thanks,
Oy.
Cyberclark
Elite Nuker
Joined: Nov 20, 2002
Posts: 237
Posted:
Fri Mar 14, 2003 3:28 pm
Go to admin and then Preferences.
I bet that your site url right now is set to:
http://members.lycos.co.uk
and it needs to be set to:
http://members.lycos.co.uk/oyjord/phpnuke/html/
That should fix the problem
But if that isn't the case, try opening your config.php down towards the bottom there is a line that reads:
Code:
$tipath = "images/topics/";
I am assuming tipath stands for topic image path, try changing that to
Code:
$tipath = "oyjord/phpnuke/html/images/topics/";
Before changing any of these files be sure to make a backup just in case I am totally and absolutely wrong, which has been known to happen
Oyjord
Sergeant
Joined: Mar 12, 2003
Posts: 123
Posted:
Sat Mar 15, 2003 12:13 am
Woohoo! Thanks, the $tipath = "images/topics/" fix did the trick!
Thanks, man,
Oy.
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 vote in polls in this forum