boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Private Comments Hack
Goto page Previous  1, 2, 3, 4
 
Post new topic   Reply to topic    boardom Forum Index -> Hacks
View previous topic :: View next topic  
Author Message
WashableMarker



Joined: 22 Dec 2003
Posts: 6

PostPosted: Tue Feb 03, 2004 2:03 am    Post subject: Reply with quote

I installed this hack, but whenever I check the "private comment" box, it doesn't come out private, the general public can still view it. Any ideas as to why this might be happening?
Back to top
View user's profile Send private message
Cyberian75



Joined: 26 Sep 2002
Posts: 1006
Location: Washington

PostPosted: Tue Feb 03, 2004 2:49 am    Post subject: Reply with quote

Did you edit the SQL statement at the top of your comments page as instructed?

Quote:

For those with the e-mail notification turned on...

In b2comments.php and b2commentspopup.php files, locate the following SQL select syntax:

$queryc = "SELECT * FROM $tablecomments WHERE comment_post_ID = $id ORDER BY comment_date";

This SQL syntax may not be exactly like above depending which hack you installed.

Then replace it with or modify it to:

$queryc = "SELECT * FROM $tablecomments WHERE comment_post_ID = $id AND comment_private = 0 ORDER BY comment_date";

_________________
Michael P.
Back to top
View user's profile Send private message Visit poster's website AIM Address
WashableMarker



Joined: 22 Dec 2003
Posts: 6

PostPosted: Tue Feb 03, 2004 3:16 am    Post subject: Reply with quote

Awesome, it's working now. Thanks so much, this is a really helpful hack!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Hacks All times are GMT + 1 Hour
Goto page Previous  1, 2, 3, 4
Page 4 of 4

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group