Towards the end of the instruction file it says to modify this part in attachments.php
Quote:
-------------------------------------------------------------------
search for this code:
-------------------------------------------------------------------
$postid = verify_id('post', $attachmentinfo['postid']);
-------------------------------------------------------------------
replace it with:
-------------------------------------------------------------------
if (!$attachmentinfo['calendar']) {
$postid = verify_id('post', $attachmentinfo['postid']);
-------------------------------------------------------------------
search for this code:
-------------------------------------------------------------------
verify_forum_password($foruminfo['forumid'], $foruminfo['password']);
------------------------------------------------------------------
replace it with:
-------------------------------------------------------------------
verify_forum_password($foruminfo['forumid'], $foruminfo['password']);
}
|
Im using 3.0.3 btw. Now the modification of the query just above it is there and can be modified ok, but i cant find this code for the life of me.
Looked in both a fresh attachments.php
and my hacked version and.....nudda.
Please help