About this topic

  • Posted by triplemoons 1 year ago. There are 5 posts. The latest reply is from byron.
  • This topic is not resolved

No tags yet.

  1. Will PhotoSmash smoothly integrate with BuddyPress? I'm contemplating installing it to make my website a social network type site in addition to the galleries.

  2. Others have used PhotoSmash with BuddyPress without any conflicts that I'm aware of. However, BuddyPress is a major change to a site, so it would certainly be best if you could test it out in a sandbox just to be comfortable with everything. There's lots of opportunity for something to go wrong...I just haven't heard of anything yet.

    BB

  3. Yes, I'm trying to get some information together on it first. I have some questions put out on their support forums and I'll likely hand over the integration to my WordPress Developer. Is it possible to display a contributors submitted photos on the BuddyPress profile? That would be the big thing, I would think.

  4. My other question was, is their a way to know which Subscribers actually submitted photos? I want to clean out the non-users before I transition over (plus I need to fix a stinkin' Register Plus database bug).

  5. Here's what one user did to show submitted images on the profile page:
    http://smashly.net/community/topic/add-author-galleries-to-custom-page#post-1041

    To figure out who has uploaded images, you'd have to go into the database and do query....something like:

    SELECT distinct user_id FORM wp_bwbps_images

    (The wp_ is the standard WordPress Database table prefix. If you've customized that, you'll need to do something different)

    That should give you a list of the User IDs that have uploaded images. From there, you can delete images not found in that list with a little SQL.

    BB

RSS feed for this topic