Author prefs I. part

Those prefs are replaced with plugin UEA fields

Author prefs that can be set by user

Replacement of field name:

newreviews
efiction_newreviews

newrespond
efiction_newrespond

ageconsent
efiction_ageconsent

alertson
efiction_alertson

sortby
efiction_sortby

storyindex
efiction_storyindex

userskin
efiction_userskin

This left there for now:

CREATE TABLE `fanfiction_authorprefs` (
  `uid` int(11) NOT NULL default '0',
  `tinyMCE` tinyint(1) NOT NULL default '0',
  `validated` tinyint(1) NOT NULL default '0',
  `level` tinyint(1) NOT NULL default '0',
  `categories` varchar(200) NOT NULL default '0',
  `contact` tinyint(1) NOT NULL default '0',
  `stories` int(11) NOT NULL default '',
  PRIMARY KEY  (`uid`)
) REPLACE=MyISAM;

Example of use:

Last updated