It's being saved correctly. The edit form just isn't setting the option to selected. At line 185 in series.php add the following...
My scribbles site does have a prefix. I suggest you make sure the rss.php got uploaded correctly.
I had the line right but the change wrong. Change it to:$eficdata = dbquery("SELECT "._UIDFIELD." as uid, "._PENNAMEFIELD.&q...
A lot of files do insertions into the stats table. Since we're talking about authors though, it's probably either stories.php or admin...
If the author count is wrong it's wrong in the stats table. The info block doesn't calculate that. I'll have the other two ...
You probably aren't going to be able to get a pre-made script to work with eFiction. You need to feed the blog script into the $output vari...
Then I'd probably MOD includes/pagesetup.php. Go down to line 90 and add the following:$tpl->assignGlobal("action", (!empty($a...
Actually if you've updated to 3.3 you can now use php in your custom pages.<?phpinclude("PATHTOFILE/include.php");?>Make sure you...
It can be done. Nobody has written it though. And if you're going to write it, be very careful that you don't leave a security h...
If your only concern about storing them in the DB is the backup issue, eFiction has a backup utility in the admin area. Admin-> Archive Maint...
You want this for just one skin or is that what you want for the entire site? If it's the entire site, I'd MOD the reivewsby.php file ...
Jenny must have deleted it. Moving it back to skinning support so others can benefit from the answer.
On line 149 of viewseries.php change series.php to viewseries.php
It didn't take the upload then because that's the 3.2 version of challenges.php. I can tell from the debug information.
Looks correct to me.
