Quote:
Originally posted by TECK
smoothie, nobody encountered those 2 specific problems, let's take a closer look toghether, ok?
most of the time, you get a parse error when you forget a bracket.
the code you add should look like that:
Code:
$postid=$DB_site->insert_id();
if ($foruminfo['forumid']==$articleforum) {
$DB_site->query("UPDATE thread SET articleid=$postid WHERE threadid=$threadid");
}
indexpost($postid,1);
for the permissions, please check your forum perms, there is your problem.
let me know please. pm me also the vbHL test page url so i can look at it also. thank you.
tip: always clean your browser cache, before you download a new file from vBulletin.org. sometimes it holds in the temp files an older file.
|
Teck, first problem solved, no more parse error. The second problem with the latest threads showing a private forum, i have that forum set as private, it doesn't show on the forums main page, only visible to admins and mods. But, on the vbHome page it still shows the latest threads from tha forum???? And I did download the latest file, from post number one, should I re-download it?