• Did anyone get this plugin working with BP 1.5 RC1?

    The tab option “Documents” is not showing on group pages and I’m guessing bp_core_new_subnav_item() or related functions have been changed.

    The admin option tab is there however, linking to /groups/[groupname]/admin/documents/

    I tried to manually enter /groups/[groupname]/documents/ but no luck… it’s a 404.

    Cheers,
    Johan

    http://wordpress.org/extend/plugins/buddypress-group-documents/

Viewing 12 replies - 46 through 57 (of 57 total)
  • Hi Anointed.
    Can you point the issue you refer to?
    Maybe it is something I have missed.

    Lena

    Anointed

    (@anointed)

    Hi Lenasterg
    You mentioned:

    It needed more refactoring cause it also had problems displaying the admin page and also broke the widgets admin area

    I took that to mean that there were still issues you were working on? When I saw that response I decided not to install the plugin until I found out first if that was the case or not. Either way, I am just happy to see someone is working on the plugin as it would be a shame to see it die, especially with bp 1.6 coming out with all the great new changes.

    mygcsg5

    (@mygcsg5)

    Lenasterg, I’m am still having a problem uploading documents. Is anyone else? Or is this a different problem?

    Anoinded.
    Sorry for my bad English.
    I meant it took me longer than I thought because of those.
    Give it a try and take me if it works or not for you.

    Joms

    (@jomsky)

    @mygcsg5, if it says “Page not found” on upload it means the form is not submitting data to the right form action( most likely because you have a different group slug).

    I’m using the edited plugin by lenasterg as well.

    In templatetags.php around line 266,
    Change:
    $this->action_link = get_bloginfo('url') . '/' . $bp->current_component . '/' . $bp->current_item . '/' . $bp->current_action . '/';
    To:
    $this->action_link = get_bloginfo('url') . '/' . bp_get_groups_root_slug() . '/' . $bp->current_item . '/' . $bp->current_action . '/';

    mygcsg5

    (@mygcsg5)

    Jomsky,

    Thanks sooooo much! That did it. And just in time. You are a lifesaver, thanks again!

    Hi Jomsky.
    Thank you!!!
    I added your solution into the edited files.
    http://blogs.sch.gr/developers/files/2012/04/buddypress-group-documents0_4_1.zip

    Bests
    Lena

    Hi lenasterg,

    Do you have a version of your plugin which words with WordPress 3.3.2 and BuddyPress v1.5.5 ? (for a production release)

    Many thanks

    Chris

    Thanks for updating the plugin!

    One error I encountered was that after saving settings, I was forwarded to the network / multisite url instead of my normal blog url, so half of the administrator menu was missing (manual insertion of the correct address in the address bar gave back the normal menue thankfully 🙂 ).

    Second, I would love for this to be working together with BuddyPress Docs plugin: https://github.com/boonebgorges/buddypress-docs
    So that I could attach files to each doc. That would be even more awesome than the plugin you restored 😉

    Hi
    @chriskeeble. It works fine with the wp 3.3.2 and BP 1.5.x. (At least for me).
    I also made a new version 0.4.2. with more fixes and also wp_editor support (bold, italics etc).
    You can find it at
    http://lenasterg.wordpress.com/2012/04/17/buddypress-group-documents-for-bp-1-5-and-wp-3-3/

    @gemonon. This is great idea. I will try it.

    Hi @lenasterg,

    Thanks for the reply – I provided some more details of the specific problem we experienced on this thread in case it helps. I’d be interested in your thoughts there.

    Hi @lenasterg, thank you very much. That kind of things make me believe in the human being!

Viewing 12 replies - 46 through 57 (of 57 total)
  • The topic ‘[Plugin: Group Documents] Can't get it working with BP 1.5 RC1’ is closed to new replies.