[Plugin: Group Documents] Permalink error
-
The permalink in the buddypress nav is wrong.
Here a bugfix:Search in the plugindirectory->bp-document->index.php
$groups_link = $bp->root_domain . ‘/’ . $bp->groups->slug . ‘/’;and replace with
$groups_link = $bp->root_domain . ‘/’ . $bp->groups->root_slug . ‘/’;I hope in the next update this bug is fixed 🙂
http://wordpress.org/extend/plugins/buddypress-group-documents/
The topic ‘[Plugin: Group Documents] Permalink error’ is closed to new replies.