That's because there are some setting you have to define before you can upload stories such as ratings, characters, etc. Go to your admin panel a...
The CSS is pointing to the wrong selectors. You're going to need to customize it to your html. For example the CSS has ul.tabbernav li {..}This w...
You shouldn't have to do the in-between upgrades. Upgrading to 3.5 will take care of it. However, you might want to wait for 3.5.1 since it'...
The review pop-up for 1.1 was definitely a mod. I remember when it came out. My 1.1 install had a TOS before the registration but that must have been ...
The problem you are having with your TOS/registration page is a skin problem. You need to add "overflow: auto;" to #mainpage in your CSS to ...
To fix the second, add {reviewform} to the viewstory.tpl.For the story index, there are two places you can set it. You set the default in the admin pa...
Could you try uploading a new story as a test? I don't see the special characters at all when I view your source and I should be seeing them...Ad...
I don't see the problem. What browser and operating system are you using?
Someone asked about this in the support forums, and she is not using TinyMCE so I don't think it has anything to do with that. Do you have a test...
The codes should work, we just need to figure out what's messing them up. It most likely doesn't have anything to do with eFiction though. W...
The problem is those codes aren't valid ascii codes. They should be formatted like so: &code;. I'm not sure why the ampersand is convert...
It looks like you would need to use an if/else statement to check if $coauthors is defined and if it is, create the variable for authors from that and...
No, it comes from a tpl file. The hard-coded classes come from php files. I just viewed the source to get the class name.
You don't have to know php to do that. Add this to your style.css (anywhere, but I'd put it at the bottom just in case):.notes {padding-bott...
