Last seen: Mar 25, 2024
You've probably got a font-style: italic in there somewhere.
From what I can tell it's the banner div. The banner div breaks down into several others inside of it, but there doesn't appear to be one in...
"Python" was also a problem at my old server. It could happen if someone put one of the words in any of the registration fields. How many ar...
Are you using version 3.5 of the script? That looks like a bug where a query has DBPREFIX instead of TABLEPREFIX that existed in 3.5. If that's t...
...try viewingafter logging in.Did you actually try this? It's your site's URL + /admin.php. That's the link to the admin control panel...
You have to use the account you created during install, as that is the one that will be an admin. There is no specific admin account. Any user can be ...
You could add it to your skin's listings.tpl.
Go to Admin > Blocks, then Options next in the row for News block. If your skin has a variables.php, it may also be set there. See:
That message is being generated by the server, not eFiction. I'm not really familiar with the mail feature (my site's got too many users for...
I would first try another email just to see what happens. I'm not really sure what triggers that message. Let me look through the code and see.
Can you describe what you mean by putting the emails in yourself? Are you changing their email addresses in their profiles? Or are you trying to send ...
It should be public_html that your domain name points to, so public_html is its root. If your files are currently in public_html/fanfiction, the answe...
Try limit instead of num?blocks/random/random.php<?phpif(!defined("_CHARSET")) exit( );$count = 0;$content = "";$use_tpl = isse...
Have you tried recalculating the story counts? Admin > Archive Maintenance > Recalculate Stories. There are three or four recalculation tools, a...
Right, both should work, assuming the two files are in the same folder as I believe they are. One is a relative link and one's absolute. Just wan...
