If all the profile fields are off why are beta-reader and website showing up? There's a blank line between them that seems to indicate ther...
All the information for reviews is stored in the reviews table.
I'll look if you follow the guidelines for asking for support. I'll say it again. We usually can't help if we can't se...
I think I've found the problem. We'll see with 3.3.1.
There's never been anything in the block on the browse page that would give anyone but admins and the owner the option to add to the series. ...
I'm moving this to solved as it's not a bug. It's the way the script is set up. It has to be set up this way to accommodate stori...
It's probably an error with a custom profile field.
I have thought about a webservice for eFiction updates, but it's down the list of todo's.
Add the second section if($current == "viewuser" &&...) and it'll put the username in the header when you're looking...
The section directly above that should put it into $titleinfo. The sections where if($current == ...) is checked. I'm having a ...
It uses $titleinfo.
It's a problem with your skin not the script. You've got the skin set up so that it's looking for a categoriesblock, but the skin...
Open variables.php and change if($loggedin) to if(isMEMBER).
You updated it wrong. You need to change $uid to $useruid not uid to useruid. Note the $ at the front. Copy the line I posted exact...
