Author: vash4056, Posted: Sat Aug 16, 2008 11:05 pm Post subject: Need help finding topic image problem
I just created a theme using a pretty old theme and I have everything working except my topic images. Im pretty sure the problem is in my theme.php file but im not sure where it is. Im using version 7.9 of nuke and here is my current theme.php
Author: movieman, Location: New YorkPosted: Sun Aug 17, 2008 2:48 am Post subject:
I am going to take a stab at it, did your topic images work fine before you changed your theme?, if not then you probably are not naming your images correctly. they have to be named.... image.jpg, image.gif, image_.jpg, image.png....not image 1.jpg ect. no spaces.
the theme php looks fine.
Author: spottedhog, Posted: Sun Aug 17, 2008 3:52 am Post subject:
Please post the story_page.html file code. If you closely look at the code you copy/pasted, it does not display any of these variables:
$topicname, $topicimage, $topictext, or $tipath
The problem must be in the story_page.html file somewhere.
Author: vash4056, Posted: Sun Aug 17, 2008 9:43 am Post subject: Fixed