Your path to your image IS NOT correct. When I look at the header.tpl of CSSZen on your site I see:<!-- START BLOCK : header --><body&g...
You're talking about a round robin.
So you're going to have:Where thisfolder is the folder where eFiction is installed. Then you plan to point www.yoursite.com to thisfolder v...
It depends on your server setup whether CHMOD 660 and 700 would work for you. Generally, I've had little luck with anything other than the ...
You've got it right. Especially since it's hosted off-site.
If you've got 2 existing installations (SMF and eFiction) I would not attempt to bridge them. You'd have to merge the two tables toget...
Anything's possible, but you have to code it. The included SMF bridge assumes a new eFiction install using the SMF user data. That...
Why don't you make them sitewide?
1. If you're on Windows, Notepad is the text editor that comes installed. You can get more fancy ones that help with coding, but Note...
You may be flagged as a spammer especially if you're on shared hosting. Are you getting returned emails at the site e-mail address? C...
The query is the same for both I believe.
Um. Take the recent browse panel and change > to <.
Yeah that isn't going to work because right after the first line you set submit to _PREVIEW. Change if(!$submit) {toif(isset($_POST['s...
You used that where? I think you need to leave it as _PREVIEW if you did it in the place I'm thinking.
Use isset($_POST['submit']) to see whether or not they've previewed the item. Then around line 400 you should find where th...
