Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author afzal_du

    (@afzal_du)

    Hi,
    The plugin uses database table and for database prefix it gets the default wordpress prefix.
    As a result, it only works with the main site.
    A simple code edit will make it work on ‘one’ of the child site (not all). But it’s not a very good practice.
    1. find out the database prefix for your target child site
    2. use that prefix to edit the code of the file ‘srizon-fb-db.php’ as follows
    replace all of the following code with your database prefix
    $wpdb->prefix

    for example if you find a line like following and your db prefix for the child site is ‘ch1_’
    $table = $wpdb->prefix.’srzfb_galleries’;

    then change it to
    $table = ‘ch1_’.’srzfb_galleries’;

    after making all the changes, save the file and deactivate+activate the plugin.

    This is just an workaround until I make the plugin multi site supported.

    Hi there,
    any better Solutions in between?
    Use Srizon Facebook Album Pro on three of my WordPress Installations and migrated them all into one multisite.

    So right now my Galleries all are broken 🙁

    Greetings,
    Chris

    Plugin Author afzal_du

    (@afzal_du)

    Hi, Email me directly for pro version support.
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘It doesnt work on multi site’ is closed to new replies.