| 
 
	| 
     | Page 1 of 1 
 
 |  
	|  mipavluk  
   
									
			Joined: July 2007 
			Posts: 19
									
																		  
 |   FAP SUPPORT - Counted Comments 
			Hi there!
 
I have installed the FAP  1.4.0 and I have a problem: the album comments is not counted, don't sink, no matter how much I post in album, my post numers continues intact, it is not increased.
 
I need fixed it!!! Please!!!!
 
Thanks in advance! and sorry for my fair english!
 
M.
					  
			
 
 
   |  
	| #1  Tue 24 Jul, 2007 01:40 |  | 
	| Sponsors 
  
   | 
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
  |  |  | 
	|  Artie  
   
									
			Joined: January 2007 
			Posts: 833 
									Location:    Lone Star State
																		  
 |   Re: Counted Comments 
			That is correct. Album comments do not increase your post count.
 
But, I think someone has modded for this..... search here or at MightyGorgon.com  
			
 
 
   |  
	| #2  Tue 24 Jul, 2007 23:39 |  | 
	|  Artie  
   
									
			Joined: January 2007 
			Posts: 833 
									Location:    Lone Star State
																		  
 |   Re: Counted Comments 
			You're welcome...glad you found it.      
			
 
 
   |  
	| #4  Wed 25 Jul, 2007 15:50 |  | 
	|  mipavluk  
   
									
			Joined: July 2007 
			Posts: 19
									
																		  
 |   FAP 1.4.1. & Counted Comments 
			Hi there!
 
Well... I install FAP  1.4.1. and now... the comments is not counted again!
 
With my FAP  1.4.0 I use this solution:
http://smartor.is-root.com/viewtopi...t+count&start=0 In album_showpage.php find:
 
  // --------------------------------  
  // Insert into DB  
  // --------------------------------  
  
  $SQL = "INSERT INTO ". ALBUM_COMMENT_TABLE ." (comment_id, comment_pic_id, comment_user_id, comment_username, comment_user_ip, comment_time, comment_text)  
      VALUES ('$comment_id', '$pic_id', '$comment_user_id', '$comment_username', '$comment_user_ip', '$comment_time', '$comment_text')";  
  if( !$result = $DB->sql_query($SQL) )  
  {  
    message_die(GENERAL_ERROR, 'Could not insert new entry', '', __LINE__, __FILE__, $SQL);  
  }  
 
 *****After add*****
 
 $SQL = "UPDATE " . USERS_TABLE . " SET user_posts = user_posts + 1 WHERE user_id = " . $userdata['user_id'];  
  if( !$result = $DB->sql_query($SQL) )  
  {  
    message_die(GENERAL_ERROR, 'Could not update post count', '', __LINE__, __FILE__, $SQL);  
  }  
But now... with FAP  1.4.1. my album_showpage.php is different... the only similar line is:
         // Insert into DB
         // If user only rated, but didn't enter a comment... only update rating
         if ( $comment_text != '' )
         {
             $sql = "INSERT INTO " . ALBUM_COMMENT_TABLE ." (comment_id, comment_pic_id, comment_cat_id, comment_user_id, comment_username, comment_user_ip, comment_time, comment_text)
                     VALUES ('$comment_id', '$pic_id', '$cat_id', '$comment_user_id', '$comment_username', '$comment_user_ip', '$comment_time', '$comment_text')";
             if( !$result = $db->sql_query($sql) )
             {
                 message_die(GENERAL_ERROR, 'Could not insert new entry', '', __LINE__, __FILE__, $sql);
             } 
But if I add the solution... I obtain this error:
 Quote: Fatal error: Call to a member function on a non-object in /home/golfplea/public_html/scrapperszone/Forum/album_showpage.php on line 1466
 
Please, anybody can help me? Thanks in advance!
					  
			
 
 
   |  
	| #5  Sat 01 Sep, 2007 18:37 |  | 
	|  Artie  
   
									
			Joined: January 2007 
			Posts: 833 
									Location:    Lone Star State
																		  
 |   Re: FAP 1.4.1. & Counted Comments 
			In the code you added, change $DB to $db
 
 Merged with previous thread of same topic
 
   
			
 
 
   |  
	| #6  Sun 02 Sep, 2007 18:49 |  | 
	|  mipavluk  
   
									
			Joined: July 2007 
			Posts: 19
									
																		  
 |   Re: Counted Comments 
			oh Artie!
 
You are my hero! definitively!         
Thanks!!!
					  
			
 
 
   |  
	| #7  Sun 02 Sep, 2007 23:37 |  | 
	|     | Page 1 of 1 
 |  
 
 
 
 Was this topic useful?
 
 Was this topic useful?
| Link this topic | 
|---|
 
	| URL |  |  
	| BBCode |  |  
	| HTML |  |  
	| 
			
			
				
			 | You cannot post new topics You cannot reply to topics
 You cannot edit your posts
 You cannot delete your posts
 You cannot vote in polls
 You cannot attach files
 You can download files
 You cannot post calendar events
 
 |  | 
 
 |  |