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...
Admin-> Archive Maintenance
You may want to change the subject of this thread so people know you're talking about an SMF bridge.
You should be able to just create a panel for the poll itself in the admin area. If you can hold off until I release 3.3.1, I would though. ...
It's a bug in the script. In user/editbio.php change $uid to $useruid on line 95.if(!empty($_POST["af_".$field['field_name&...
