Elle
@jenny
Honorable Member
Joined: Feb 14, 2007
Topics: 47 / Replies: 547
Reply
Re: 3.3.1 Question Regarding Adjusting/Changing Existing Pennames.

That should work. 🙂 I'm more accustomed to using the SQL tab though.You'll have to change the information. So you'll need to obtain th...

17 years ago
Forum
Reply
Re: 3.3.1 Question Regarding Adjusting/Changing Existing Pennames.

You can change it in phpMyAdmin... use a SQL query like this:UPDATE `fanfiction_authors` SET penname = 'New Penname' WHERE uid = '467&#...

17 years ago
Forum
Reply
Re: Host claims issue with viewstory.php

Is ID_MEMBER something to do with SMF?Could we see the get_session_vars.php file, please?

17 years ago
Forum
Reply
Re: Host claims issue with viewstory.php

O_ODo you have an option in your cPanel to view the last 300 or something?

17 years ago
Forum
Reply
Re: Host claims issue with viewstory.php

I know this is a 'doh' thing, but have you tried re-uploading the original viewstory.php and some other core files just in case (I'm as...

17 years ago
Forum
Reply
Re: 3.5: minmimizing categories makes them vanish in admin panel

Maybe it's the AJAX? I don't have subcategories, so I'm not sure.

17 years ago
Reply
Re: Stories Not Appearing After Host Transfer

Maybe it's looking for /home/l96ib8gd/public_html/tffics/tffics/stories/.../....txt?

17 years ago
Forum
Reply
Re: Where can I edit {classifications}?

I use span.label { font-weight: bold; } in my CSS to sort that out... I think you can also just use, for example, {warnings} though which will display...

17 years ago
Forum
Reply
Re: Lost Password Emails

The language file. The original is something like this: define ("_NEWPWDMSG", "Hello, you appear to have requested a new password for $...

17 years ago
Forum
Reply
Re: PHP Script

OP, your code won't work. You need to backslash the double quotes like this:1  => "<b>Grissom</b>: "Can you smell t...

17 years ago
Forum
Reply
Re: Fatal Error with Favorite Author

Not sure about dbquery vs mysql_query for your version, one of the reasons why you should prod your host to update.dbquery() is a custom version of my...

17 years ago
Forum
Reply
Re: [3.5] "Array" text showing in series stories.

The thing in corefunctions.php which formats the stories? (I got format_story() from my head/no looking at the files to confirm. Ahaha. :P)

17 years ago
Reply
Re: [3.5] "Array" text showing in series stories.

The variables seSeries and seriesquery (and the query itself) you commented out. It's fine, they're just notices.

17 years ago
Page 15 / 40