Re: BP Album+ || New Features Requests and Discussion
I prefer the Flickr Style myself. Any ideas on this?
One thing I noticed. After I upload a photo, then I post a regular update (not a reply). It acts like a reply sorta. But it shouldn’t be displayed under a photo upload. Here are some screenshots
http://i41.tinypic.com/2lmpcg6.png
http://i42.tinypic.com/21nmzcy.png
Then where could I place this code so it will run when a new photo is uploaded or deleted so my members can earn points for uploading pics
‘
if( function_exists(‘cp_alterPoints’) && is_user_logged_in() ){
cp_alterPoints(cp_currentUser(), 20);
cp_log(‘Photo Upload’, cp_currentUser(), 20, Community)
}
‘
So far I love it! Keep up the great work guys!