FAP CUSTOMIZATION - Personal Photo Gallerie In Viewprofile


Subject: FAP CUSTOMIZATION - Personal Photo Gallerie In Viewprofile
hallo, i've find a to have the personal gallerie in the viewprofile mod on smartor's site, but it doesn't work. I think it is a problem wit the CH in the Album. Can someone help me to show me where i have to change the code?


photos_in_profiles.zip
Description:  
Download
Filename: photos_in_profiles.zip
Filesize: 3.18 KB
Downloaded: 137 Time(s)

Subject: Re: Personal Photo Gallerie In Viewprofile
Hi Sasha...

did you get any error after installing? If so which error do you get?

I´m too busy these days.. but if i found some time I can check it.

Subject: Re: Personal Photo Gallerie In Viewprofile
Yes i get one mistake, and i can't solve it. It was this:
Code: [Download] [Hide]
  1. Could not count pics 


and i searched this in my code and find this rows:
Code: [Download] [Hide]
  1. // ------------------------------------  
  2. // Count Pics  
  3. // ------------------------------------  
  4.  
  5. $sql = "SELECT COUNT(pic_id) AS count  
  6. FROM ". ALBUM_TABLE ."  
  7. WHERE pic_cat_id = ". PERSONAL_GALLERY ."  
  8. AND pic_user_id = $user_id";  
  9. if( !($result = $db->sql_query($sql)) )  
  10. {  
  11. message_die(GENERAL_ERROR, 'Could not count pics', '', __LINE__, __FILE__, $sql);  
  12. }  
  13.  
  14. $row = $db->sql_fetchrow($result);  
  15.  
  16. $total_pics = $row['count']; 

Subject: Re: Personal Photo Gallerie In Viewprofile
has nobody an idea, why the error appears?

Subject: Re: Personal Photo Gallerie In Viewprofile
Sorren wrote: [View Post]
has nobody an idea, why the error appears?

That code is not for FAP.

FAP already has a picture block in profile.

Are you using FAP?

Subject: Re: Personal Photo Gallerie In Viewprofile
I know, that this code isn't for the FAP. I use the FAP and i want to ask, that someone can help me to modify the code. I've install the picture block, but i want the personal gallery on my viewprofile.

Subject: Re: Personal Photo Gallerie In Viewprofile
does nobody know what i want?


Page 1 of 1


  
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

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1208s (PHP: 15% SQL: 85%)
SQL queries: 12 - Debug Off - GZIP Enabled