lenasterg
Forum Replies Created
-
Forum: Plugins
In reply to: [BP Group Documents] Activity Feed link doesn't redirect to the DocumentHi.
Thanks for using the plugin.
If you have access to your .htaccess file then add the following line in order to make the already existed activity to work.RewriteRule ^wp\-content/blogs\.dir/1/files/group\-documents/(.*) /?get_group_doc=$1 [R,L]I ‘ll look for a fix for the new created documents as soon as I can find some free time.
Bests,
LenaForum: Plugins
In reply to: [BuddyPress Group Tags] Error that needs solving please.@valuser hi.
It has to do with the php version and the error reporting settings in each installation.
Maybe this can help
http://stackoverflow.com/questions/9983286/disabling-strict-standards-in-php-5-4Forum: Plugins
In reply to: [BuddyPress Group Tags] Error that needs solving please.The above is based on http://buddypress.trac.ww.wp.xz.cn/ticket/4191 about PHP 5.4
Forum: Plugins
In reply to: [BuddyPress Group Tags] Error that needs solving please.@maddegmcewan, hi.
Try replacing thebp_gtags_setup_globalsfunction of buddypress-group-tags/bp-group-tags.php with the followingfunction bp_gtags_setup_globals() { global $bp; if (!isset($bp->gtags) || !is_object($bp->gtags)) { $bp->gtags = new stdClass(); } if (!isset($bp->gtags->id) || !is_object($bp->gtags->id)) { $bp->gtags->id = new stdClass; } $bp->gtags->id = 'gtags'; if (!isset($bp->gtags->slug) || !is_object($bp->gtags->slug)) { $bp->gtags->slug = new stdClass; } $bp->gtags->slug = 'tag'; }Forum: Plugins
In reply to: [BP Group Documents] Dutch translation ready@sanderbontje hi.
you can send them at aqua6617[at]yahoo[dot]comForum: Plugins
In reply to: [BP Group Documents] Feature request: URL linkshi eric.
You can use other plugins for that.
Try searching for Buddypress links http://ww.wp.xz.cn/plugins/search.php?q=buddypress+links and you have many options for that functionalityForum: Plugins
In reply to: [BP Group Documents] V1.2 breaks the widgets.phpSince no reply, I mark this as resolved.
Forum: Plugins
In reply to: [BP Group Documents] How do I activate another language for the plugin?Hi @ahjort.
I guess the language you need is not into the bp-group-documents/languages/ folder.
So you have to make the neccesary .po .mo files by yourself and put them into the folder /languages.For creating the files see:
http://codex.ww.wp.xz.cn/Translating_WordPress#Translating_With_Poedit
In step 2, open the file /bp-group-documents/languages/bp-group-documents.pot.
In step 5 save the file as bp-group-documents-!!!! where !!!! your language locale (you can find it from wp-config.php file next to
define ('WPLANG',Hope that I helped you.
Forum: Plugins
In reply to: [External Group RSS tab extension] Multisite compatible ??@valuser, you are welcome.
I mark it as resolved, since I can’t reproduce the behaviour you describe.Hi.
I also noticed this behaviour.Hi.
I believe the problem is fixed in the newer versions of http://ww.wp.xz.cn/plugins/bp-group-documents/.Please verify.
Bests Lena
Forum: Plugins
In reply to: [BP Sticky Groups] Conflict with BP Group Documents ????Fixed in version 1.2.1 for http://ww.wp.xz.cn/plugins/bp-group-documents/ plugin.
Bests
LenaForum: Plugins
In reply to: [BP Group Documents] Widget Functionality?kcurlsjr, Thanks for reporting.
It is fixed in 1.2.1 version.Bests Lena
Forum: Plugins
In reply to: [BP Group Documents] Error message if you edit GroupsThanks for reporting.
Fixed in 1.2.1 version.Bests Lena
Forum: Plugins
In reply to: [BP Group Documents] Bugfix for broken icon link@sanderbontje, thanks for reporting that bugfix.
Will correct it in next release.
Bests Lena.