Tammy
@tammy
Moderator
Member
Joined: Apr 27, 2005
Topics: 117 / Replies: 2460
Reply
Re: Cache

This doesn't do anything to the number of DB queries, but if it's bandwidth not database usage, you can add the following to your .htaccess ...

14 years ago
Reply
Re: Urgent Help required

Were you storing the story texts in the database or files?  Does the setting in your admin panel match what is was previously?  If the texts...

14 years ago
Reply
Re: No Right Click on View Story pages

If they really want to steal it you can't stop them.  They can do it like AnarchicQ said.  Even if you found a way to disable that (and...

14 years ago
Forum
Reply
Re: No Right Click on View Story pages

What Kali said.  However, if you're still certain you want it, it's more javascript.  Do a search on google/bing.

14 years ago
Forum
Reply
Re: Toggle content background color

You need to add a javascript to switch between 2 different .css files for the same theme.  I don't have an example for you using the current...

14 years ago
Forum
Reply
Re: Upgrade Error 3.5.1-3.5.3

Add an index named "inorder" to that table using phpmyadmin.  There may be other things that are missing though so you may have other e...

14 years ago
Reply
Re: Cache

The current version of eFiction does not provide caching.  The next major release v4 will have caching.

14 years ago
Reply
Re: Use Image to Indicate completed or not

$tpl->assign("completedIMG"  , "<img src="'$skindir/images/".($stories['completed'"] ? "complete.j...

14 years ago
Forum
Reply
Re: Use Image to Indicate completed or not

You could edit includes/storyblock.php to use images instead of text. To be able use both images and text in different skins, add a new variable for t...

15 years ago
Forum
Reply
Re: Contact Author broken

The user panel for the contact panel looks like it's probably missing.

15 years ago
Reply
Re: Members with locked accounts but we never locked in the first place

If you could log in, the accounts are NOT locked.  Locked accounts won't even be allowed to log in.  They'll get an error message ...

15 years ago
Reply
Re: Editting rss.php to work with twittefeed?

You should do an additional query.  Don't edit _STORYQUERY.  That is used everywhere in the site.  Adding the chapter information ...

15 years ago
Forum
Reply
Re: Members with locked accounts but we never locked in the first place

How are they describing these "locked" accounts.  They may be calling it locked, but it may actually be something else.  I'd...

15 years ago
Reply
Re: Members with locked accounts but we never locked in the first place

It's the authorprefs table.  The level wll be -1 for users with locked accounts. 

15 years ago
Reply
Re: Upgrade from 2.0 to 3.5.3 - MySQL error. Error: (1054) Unknown column 'member

Doing a quick search of the upgrade script.  It seems like something may be wrong with your reviews table.  Use phpmyadmin.  Go to the ...

15 years ago
Page 2 / 172