Plugin: BuddyPress Media

Join this plugin group to follow comments, support topics and reviews.

Which tables are modified (2 posts)

Started 8 months, 2 weeks ago by: ulima69

  • Profile picture of ulima69 ulima69 said 8 months, 2 weeks ago:

    WHich tables are modified when a insert anothe image in an user album?
    What file i can view the source?

    Thankx

  • Profile picture of foxly foxly said 8 months, 1 week ago:

    @ulima69

    BP-Album stores all its information in the table “db prefix” “bp_album”. On most installs, the table will be named “wp_bp_album”.

    The table is created in “/bp-album/loader.php”, and database operations are handled in “/bp-album/includes/bpa.classes.php”.

    It’s EXTREMELY IMPORTANT that you do NOT modify the BP-Album database table structure or try to store arbitrary data inside it.

    During the automated upgrade process from 0.1.8.x to 0.1.9, the installer will scan the entire table, and if it detects *anything* unusual, it will cancel the upgrade process to avoid damaging the site. If you modify the structure of the BP-Album database table, you could make it difficult or impossible to upgrade the site.

    ^F^