Last seen: Mar 25, 2024
Oh, no. _STORYQUERY is the query in what you quoted. It's just used so often it's been defined as a constant. So rather than using that defa...
You'd have to modify two things.1. Either this query needs to be changed, or an additional one added: $query = _STORYQUERY." ORDER BY update...
Have you modified any files such as user/login.php?
Sounds like a fairly extensive mod. You could try leveraging the existing coauthors code, but it sounds like you want both, which will be trickier.
You can try changing it in the database. I don't have access now but it's either in authors or authorprefs.
Do you have the blocks initialized in Admin > Blocks?
It didn't give anything as the query? That's usually a really helpful part to figure out where the problem comes from.
You can set a new password through the database. I believe eFiction uses plain md5, so all you need to do is hash your new one it and you can insert t...
What did you do after uploading the files? Did you try going through the install script? If so, at what part did it fail?
The add admin URL should be something like /admin.php?action=admins&do=edit&uid=[uid]. Try that with the UID of whatever member you want to ma...
The mod was written for 3.2 so it's going to have a lot of issues. For version 3.3, a bunch of variables were changed to constants, ie $tablepref...
It's old school code, probably from before that change in 3.3. I'm guessing your site has a prefix.change$update_lastlog = dbquery("UPD...
I like the skin. : )
Have you tried in on a default skin (like CSSZen)? Also, what the URL of that page, maybe the page link got messed up or something.
It often happens that FTP programs drop files - that could be how.
