Try re-uploading the storyform.php file.
Oo. That's what I was forgetting to post. alter table fanfiction_shoutbox modify shout_message VARCHAR(300) ; ... I think.
Here are my modifications... I changed it to 300:blocks/shoutbox/admin.phpline 25: $shout_message = preg_replace("/^(.{300}).*$/", "...
It will go away if you turn off debug. :)Or in languages/en_admin.php you can add:define("_EDITBIO", "Edit Bio");
For deleting posts, you can just have something like this:<?php$delete = (isset($_GET["delete"]) && is_numeric($_GET["delete...
It is funny you posted this topic, I've been thinking of a "blueprint" of how to do this. I haven't coded anything though -- I...
Weird. I thought it showed members by default?authors.php:if($_GET['action'] == "list") {$current = "members";$lis...
We skinned Hesk. It's not... easy. It uses a lot of crappy coding (TABLES), and hard-codes a lot. I don't think the author meant to have it ...
Haha, may I missed it...I wonder if it's possible to make eFic mobile-friendly. I want a mobile icon on Google. ¬.¬
Just wondering, Kali, do you have any plans to release?
It makes me smile that the Jonas Brothers FF archive is one of the biggest out there! 🙂 Hmmm. SSH. Hadn't thought of that.
FTR: for those who go for file storage method -- how do you back-up your stories automatically? i.e. With cron jobs = databases! Not just "FTP = ...
Yes. :P(I'm pretty sure. If it didn't do it when debug was turned off then it's fine...)
It is probably the debugging mode... What happens if you turn it off; is the error still there?
Awesome. 🙂 It may mess up with weird chars or formatting... You'll probably have to add another rn after the %2$s (which is the review variable)...
