Quote:
Originally Posted by Andrew111888
Version 1.0.1 of the Diary CP / Owned Forums is out that resolves all known bugs as well as addresses the 3.0.8 XSS issue in IE6.
It is highly recommended that you upgrade. Please see the original post for more details, changes, bug fixes, and the new zip.
|
Thanks forthe update,Andrew -and thanks for crediting me in your new install instructions!
Unfortunately here are still some issues I have encountered with my
vB 303 installation:
TABLE PREFIXES I STILL NEEDED TO ADD
diarycp.php row 38 needed checking
My working row with my added
scll prefixes looks like
$modsinfo = $DB_site->query("SELECT DISTINCT
scllmoderator.userid,
sclluser.username FROM " . TABLE_PREFIX . "moderator,
sclluser WHERE
scllmoderator.userid =
sclluser.userid AND
scllmoderator.forumid = ".$ownerdata['forumid']."");
Note: I haven?t tested this all too extensively, so there might be more. Further, I am not sure whether the above is totally correct. It works for my board.
TEMPLATE BUGFIX diary_main_forumlist
needs a
/ at ...$vboptions[bburl]showthread.php... around row 10
<div class="smallfont"><a href="$vboptions[bburl]
/showthread.php?t=$forumdata[lastthreadid]"><strong>$forumdata[lastthread]</strong></a></div>
Note: I haven?t tested this all too extensively, so there might be more. Here again:Works for me.
NOT YET FIXED
DIARY CONTROL PANEL diarycp.php
Lists only the last blog added by a member.
Regs,
-Mika