Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Mathieu Viet

    (@imath)

    Actually, as Frisco is using a different template than bp-default, you need to adapt the template of the BuddyDrive Explorer. I’ve just tested and it’s working for me.
    See screencap here

    1/ So at the root of the frisco theme (do not use a sub directory or if so call it “buddypress” or “community”), you need to create an empty php file you will call buddydrive-explorer.php.

    2/ Once done, copy the content of the file :
    /wp-content/themes/frisco-for-buddypress/members/single/plugins.php
    and paste it in the empty file you created at step 1.

    3/ Once done, you’ll need to replace the lines 44 to 66 of your
    /wp-content/themes/frisco-for-buddypress/buddydrive-explorer.php template (created at step 1) by lines 38 to 95 of the BuddyDrive plugin’s template so :
    /wp-content/plugins/buddydrive/templates/buddydrive-explorer.php

    This should fix your sidebar issue

    Thread Starter maxgoldberg

    (@maxgoldberg)

    Thanks @imath — is this a “long term” fix, or will this break upon a version update? Just prepping! Thanks….

    Thread Starter maxgoldberg

    (@maxgoldberg)

    @imath btw it worked perfectly! see screenshot: https://i.imgur.com/NYDd8Mw.jpg

    Plugin Contributor Mathieu Viet

    (@imath)

    Well, if frisco is updated, you’ll need to add the template again. When i’ll update the plugin, it should be ok as i don’t think i’ll change the markup. I’ll think of an alternative way for BuddyPress themes. WordPress themes are ok (as long as they use the built in templating engine).

    Thanks for this…been having the exact same problem with Frisco!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sidebar cutting off Buddydrive!’ is closed to new replies.