Elle
@jenny
Honorable Member
Joined: Feb 14, 2007
Topics: 47 / Replies: 547
Reply
Re: Storyform Error?

Try re-uploading the storyform.php file.

16 years ago
Reply
Re: [MOD] Shout Length Counter

Oo. That's what I was forgetting to post.    alter table fanfiction_shoutbox modify shout_message VARCHAR(300) ; ... I think.

16 years ago
Forum
Reply
Re: [MOD] Shout Length Counter

Here are my modifications... I changed it to 300:blocks/shoutbox/admin.phpline 25: $shout_message = preg_replace("/^(.{300}).*$/", "...

16 years ago
Forum
Reply
Re: Notification..

It will go away if you turn off debug. :)Or in languages/en_admin.php you can add:define("_EDITBIO", "Edit Bio");

16 years ago
Reply
Re: MOD REQUEST/QUESTION: Simple forum based off the review code?

For deleting posts, you can just have something like this:<?php$delete = (isset($_GET["delete"]) && is_numeric($_GET["delete...

16 years ago
Forum
Reply
Re: MOD REQUEST/QUESTION: Simple forum based off the review code?

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...

16 years ago
Forum
Reply
Re: How to change the default of the authors/members/admins drop-down setting

Weird. I thought it showed members  by default?authors.php:if($_GET['action'] == "list") {$current = "members";$lis...

16 years ago
Reply
Re: 'Contact us' Question

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 ...

16 years ago
Reply
Re: Mobile device testing

Haha, may I missed it...I wonder if it's possible to make eFic mobile-friendly. I want a mobile icon on Google. ¬.¬

16 years ago
Forum
Reply
Re: Mobile device testing

Just wondering, Kali, do you have any plans to release?

16 years ago
Forum
Reply
Re: eFiction database: how large is yours?

It makes me smile that the Jonas Brothers FF archive is one of the biggest out there! 🙂 Hmmm. SSH. Hadn't thought of that.

16 years ago
Reply
Re: eFiction database: how large is yours?

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 = ...

16 years ago
Reply
Re: Add Story Bugging for Restricted Stories

Yes. :P(I'm pretty sure. If it didn't do it when debug was turned off then it's fine...)

16 years ago
Reply
Re: Add Story Bugging for Restricted Stories

It is probably the debugging mode... What happens if you turn it off; is the error still there?

16 years ago
Reply
Re: Emailing entire review

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)...

16 years ago
Forum
Page 7 / 40