Tammy
@tammy
Moderator
Member
Joined: Apr 27, 2005
Topics: 117 / Replies: 2460
Reply
Re: Upgrading to 3.0.2 Error: 404, then install error

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...

19 years ago
Forum
Reply
Re: Upgrading to 3.0.2 Error: 404, then install error

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...

19 years ago
Forum
Reply
Re: Upgrading to 3.0.2 Error: 404, then install error

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...

19 years ago
Forum
Reply
Re: category column indent

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.

19 years ago
Forum
Reply
19 years ago
Forum
Reply
search

==search==The search function outputs the list of stories based on the queries passed to it and handles building the pageination links.search(string c...

19 years ago
Forum
Reply
charlist

==charlist==This function builds the list of character links for a stories/series/etc.Example:$characters = charlist($stories['charid']);

19 years ago
Forum
Reply
catlist

==catlist==Builds the list of category links for the story/series/etc.  Will include the breadcrumbs depending on the site's setting.Example...

19 years ago
Forum
Reply
ratingpics

==ratingpics==Formats a like/dislike or star rating into the pictures.Example:$rating = ratingpics($stories['rating']);

19 years ago
Forum
Reply
format_link

==format_link==This function formats a url into a functioning link.  The url is required.  The function also takes 2 optional arguments.&nbs...

19 years ago
Forum
Reply
seriesreview

==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...

19 years ago
Forum
Reply
subseriesList

==subseriesList==This function builds a list of sub-series for a series.

19 years ago
Forum
Reply
storiesInSeries

==storiesInSeries==This function pulls the complete list of stories in a series and all it's sub-series.

19 years ago
Forum
Reply
captcha_confirm

==captcha_confirm==This function is used to to check the match of the captcha script.Example:if($captcha && !$loggedin && !captcha_con...

19 years ago
Forum
Reply
categoryitems

==categoryitems==This function is used to add and remove stories from category counts.Example: TBD

19 years ago
Forum
Page 152 / 172