You'd have to write yourself a script to convert it. There's no way currently to do this.
Use $skindir in php files and {skindir} in .tpl files. In extra_header.php you need to use $skindir.
Probably not a good idea to try. It would be a really slow query.
It's not picking you your tableprefix. Did you try just getting the db backup through phpMyAdmin? Since fixing the eFiction problem w...
You should still be able to log in while in maintenance mode then you'll have access to the entire site.If you don't have a link to the logi...
It's something in a custom profile field.
includes/storyform.php
Change dbrow to dbassoc.
No. You could add a surrounding <span> in your skins though.
Wierd. My best guess is your host is blocking uid=1 on your site. Maybe for some bizarre security reasons. Try creating another admin acc...
The featured block works like the other blocks in default mode. You've got 2 variables to use in your .tpl {featured_title} and {featured_content...
I mean you'd have to re-write it completely.
Unfortunately, the whole thing. It's pulling the info for the author then grabbing the relevant field information. You'd have to compl...
You may need to edit profile.php. I can't remember if it even looks at the profile fields that are empty, but it may not.
You don't need the brackets on one line if/else statements. 2 and 3 won't work at all. You can't have an else without an if. ...
