Tammy
@tammy
Moderator
Member
Joined: Apr 27, 2005
Topics: 117 / Replies: 2448
Reply
Re: READ THIS BEFORE POSTING!

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

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

I take it you got this figured out?  It's coming up correctly for me at the following url:

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

Did you edit config.php to put the sitekey and other infomration into it?

20 years ago
Forum
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...

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

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

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

20 years ago
Forum
Reply
20 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...

20 years ago
Forum
Reply
charlist

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

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

20 years ago
Forum
Reply
ratingpics

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

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

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

20 years ago
Forum
Reply
subseriesList

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

20 years ago
Forum
Page 151 / 171