As an addendum. Please go back and mark the subject of your post as "SOLVED" when the problem is fixed. This will help us keep t...
I take it you got this figured out? It's coming up correctly for me at the following url:
Did you edit config.php to put the sitekey and other infomration into it?
That's your header.php file. I don't know how it could have been renamed. I opened up the .zip and there's no config.php in...
2.0 had a long config.php file. 3.0 has the short one. This is all that should be in the 3.0 config.php file:<?php $dbhost = "loca...
You weren't supposed to delete it. It just seemed from your problem that that was what had happened. You'll need to put it back...
Use:#columncontainer { margin: 0 2em !important; }Change the 2em to whatever you want. I use 5% on a couple skins and it looks pretty good.
Did you delete your config.php?
==ratingpics==Formats a like/dislike or star rating into the pictures.Example:$rating = ratingpics($stories['rating']);
==format_link==This function formats a url into a functioning link. The url is required. The function also takes 2 optional arguments.&nbs...
==seriesreview==This function re-calculates the number of reviews and the rating for a series based on all stories in the series and all it's sub...
==subseriesList==This function builds a list of sub-series for a series.
