There's a bug in the install/uninstall on the challenges. It'll be fixed in the next update of the script. Which should be out s...
Change $sitekey to SITEKEY.
You really need to go look through the admin settings. The skin is controlled from the same point Jan already pointed you to. Except it...
Please post your site's URL so I can take a look.
You've got something else wrong too. When I log in with that test account the skin goes all wonky. One problem there is probably that you...
I believe that is because the SQL is broken....now I went and looked at reviews.php (333-335) and fourd the following code....$reviewquery = dbquery(&...
I already looked at it. No I can't see anything off the top of my head. That's why I suggested you start from scratch on it and ...
I'm going to summarize this information in a sticky FAQ posting. Thanks tptb!
Check your CSS file. Something is pulling the width of the mainpage out. It looks like you're trying to edit a pre-existing theme.&nb...
Oh! I know what's wrong now. Change the last line in contact.php from:else $tpl->assign( "contactform", $output2 );to:el...
It should show up where you put {contactform}
It would go in header.tpl. BTW, I fixed your post to put your code in [ code] tags.
You should do it like this instead.case "leastreviewedstories":$where = " ORDER BY stories.reviews DESC";break;That will give you ...
Use notepad not wordpad or word.
