Yes, this will require lots of modding. For now, I'd probably make is extremely clear in the author's notes. =/ I don't think there is ...
In the admin panel, have you used the recalculation tools under maintenance?
$result = sendemail($penname, $_POST['email'], $sitename, $siteemail, $subject, $mailtext, "html");It's wanting it to return ...
The beauty of CSSZen is that it is purely powered by the CSS, and the colours? Easily interchangeable. It would be daylight robbery if you paid someon...
^ Which part?If it's the part where it defines the variable, you could theoretically put that anywhere. For example, some place after a similar b...
^I think. 🙂
Replace it with this:$blocks["menu"]["style"] = 0;$blocks["footermenu"] = array( "title" => "&q...
Whether you like it or not isn't an excuse for going with a known buggy script. Security vulnerabilities (in particular: XSS attacks), for the lo...
This isn't a solution, but please do not go with CuteNews! It's very buggy.
Is the block active?
Cronjobs!It might be well to read up on them.I can't really tell you how to set them up, because how you set yours up may differ from mine ... bu...
I don't think that feature should be integrated into the script. It just adds to the bloat. A module would be cool though.
That should work. 🙂 I'm more accustomed to using the SQL tab though.You'll have to change the information. So you'll need to obtain th...
You can change it in phpMyAdmin... use a SQL query like this:UPDATE `fanfiction_authors` SET penname = 'New Penname' WHERE uid = '467...
Is ID_MEMBER something to do with SMF?Could we see the get_session_vars.php file, please?
