-
GooseNL started the forum topic broken link upload avatar in the group How-To and Troubleshooting: 2 years, 1 month ago
Hi,
I am having a curious issue uploading an avatar image sometimes results in a broken link.
It seems the file size has something to do with this. Does anyone have a clue?
Cheers, GooseNL
-
GooseNL posted on the forum topic Avatars fail after backup restore in the group How-To and Troubleshooting: 2 years, 2 months ago
Ahh… It seemed I was a little quick to jump the gun and post this…
It works again, after having set the folder ’2011′ in uploads to chmod 777 ( although I have no idea as to why this is )… now setting all back to 755
-
GooseNL started the forum topic Avatars fail after backup restore in the group How-To and Troubleshooting: 2 years, 2 months ago
Hi, I have an issue with my avatars after having recovered the site from a backup. The site only shows gravatars, even though the uploads folder holds all the files. Now when I try to upload new images, I get the message: “Upload Failed! Error was: Unable to create directory /avatars/4. Is its parent directory [...]
-
GooseNL posted on the forum topic BUG: Follow count doesn't update when a member is deleted from the site in the group BuddyPress Followers: 2 years, 3 months ago
Ah ok… i figured out what was going on, the $ sign was missing in front of the user_id. For all you quick copy’n'pasters (like myself), the correct code is as below: ` function follow_deleted( $user_id ) { global $wpdb, $bp; $wpdb->query( $wpdb->prepare( “DELETE FROM {$bp->follow->table_name} WHERE leader_id = %d”, $user_id ) ); $wpdb->query(…[Read more]
-
GooseNL joined the group BuddyPress Followers 2 years, 3 months ago
-
GooseNL posted on the forum topic BUG: Follow count doesn't update when a member is deleted from the site in the group BuddyPress Followers: 2 years, 3 months ago
@phartes, and where would I trigger this function…, somewhere in bp-core?
-
GooseNL started the forum topic Little help with tags plugin for bp-links in the group Creating & Extending: 2 years, 3 months ago
Hi guys, I am modifying the bp-groups-tags plugin to work with bp-links, but I need a little help for the final push. I have renamed values in the plugin so they don’t cause a conflict with the bp-groups-tags plugin and added the functions to handle the linksmeta data where the tags are stored. I’ve come [...]
-
GooseNL joined the group Creating & Extending 2 years, 3 months ago
-
GooseNL started the forum topic Anyone interested! Show your support for extra Embed Services as paid addons. in the group BuddyPress Links: 2 years, 3 months ago
Hi @MrMaz,
I would gladly pay a onetime fee somewhere around $5 to $10 per extra embedded services. ( Vimeo, Hulu, DailyMotion, etc.. )
Maybe others interested can show their support in this thread as well. So you can see if that’s worth while to pursue.
Cheers, GooseNL
-
GooseNL posted on the forum topic sort search by review in the group BP Group Reviews: 2 years, 5 months ago
Hi Boone,
Guess I’ll just have to wait for a bit then… seeing my coding skills (for now) are not up to rebuilding the entire class myself.
Thanks for the reply and explanation!-)
-
GooseNL started the forum topic sort search by review in the group BP Group Reviews: 2 years, 5 months ago
Hi @boonebgorges, Do have any ideas how to add rating as a value for the sort order of search results? For sure it’s not going to be as easy as just sticking in the select value in the index.php… though I haven’t found any clues where to change any other code regarding the filter. Cheers, [...]
-
GooseNL posted an update: 2 years, 5 months ago
@boonebgorges Hi @boonebgorges
I have a dutch translation of the group reviews ( bpgr-nl-NL.po ). If you’re interested where could I send or upload the file to?
Cheers GooseNL
-
GooseNL started the forum topic show group with link in site activity in the group BuddyPress Links: 2 years, 5 months ago
Hi Guys,
When posting a group link only the user is shown in the site activity feed. I would like to show the group instead of the user.
Has anyone got an idea how I could achieve this?Cheers
-
GooseNL posted on the forum topic how to add links search to header search form in the group BuddyPress Links: 2 years, 5 months ago
Kee… figured it out.. so for anyone else interested. Add the following code to bp-core-php row 1774:
case 'links': $slug = BP_LINKS_SLUG; $var = '/?s='; break;And this to bp-core-templatetags.php row 1025:if ( function_exists( 'groups_install' ) ) $selection_box .= ' ' . __( 'Links', 'buddypress' ) . ' ';Note the function_exists tests…[Read more] -
GooseNL started the forum topic how to add links search to header search form in the group BuddyPress Links: 2 years, 5 months ago
Hi Guys,
I was wondering if you could help me out adding the links search as a select option for the header form.
Already looked at the code in bp-core-templatetags.php row 1022, but just a plain add of a links select doesn’t work. In that case the search gets redirected to members.
Any thoughts?
Cheers
-
GooseNL posted on the forum topic How to show rating in groups-loop? in the group BP Group Reviews: 2 years, 5 months ago
Excellent… works like a charm… thanks so much!
-
GooseNL reviewed the plugin BP Group Reviews: 2 years, 5 months ago
Excellent!
-
GooseNL started the forum topic How to show rating in groups-loop? in the group BP Group Reviews: 2 years, 5 months ago
Hi @boonebgorges,
First of, what an excellent plugin!
Second… how would I go about showing the rating of a group in the groups-loop?
Cheers, Goose
-
GooseNL joined the group BP Group Reviews 2 years, 5 months ago
-
GooseNL started the forum topic Request: Tags for Links in the group BuddyPress Group Tags: 2 years, 5 months ago
Hi @Dwenaus, Although this might be a big leap… I would kindly request a version of the group tags plugin to work with the bp links plugin. I really like the tags for groups plugin
So much even that I would love to see it work for with other parts of buddypress. It provides the [...] - Load More
@goosenl
active 2 years, 1 month ago
Hi @boonebgorges
I have a dutch translation of the group reviews ( bpgr-nl-NL.po ). If you’re interested where could I send or upload the file to?
Cheers GooseNL View

Awesome! My email address is my buddypress.org username at gmail.com. Please send the translation to that address, with some info on how you’d like to be credited (what name would you like in the readme). Thanks!