Forum Replies Created
-
that worked. Thank you @mercime
the avatar which shows up before the group name in the activity.
I am testing it, but there are not updates pulled from twitter. Is it because I am testing it on local host?
got it. had to point the action
wrks thanks.
@r-a-y : the code you have given above works except for ajax refresh. When we go to say activity / All Members yo do not see the secondary avatar. Now when you click activity / My groups these secondary avatars becomes visible and when you go back to activity / All Members you again see these avatars. However, refresh the page and the disappear again.
Any fix for this?
when a user is promoted as group admin or moderator, no email notification is sent. I tried this on bptest.org.
I check the notification settings and everything is set to “yes”.anyone got this same issue? or is there a bug reported?
hi @r-a-y
I am using your code given at : Click Here
I am using this plugin:https://buddypress.org/community/groups/jet-group-could/
When I browse user profile -> my groups, the group avatars in the sidebar become thumbails even though I have set 25X25 size in this plugin. Is there a way to fix the size if avatars displayed in the sidebar? I want any avatar showed in sidebar to be 25X25
thanks.
hi @jeffsayre any updates ? sorry could not stop from asking this question. its the most wanted feature in BP
@r-a-y
is it possible to have the primary avatar of group instead of user avatar?
for e.g. if I joined xyz group the activity should show the avatar of the group followed by the text.Thanks
great thanks. Will try it out.
bounce
put this /messages/compose/ in URIs That Require Level #0 Or Higher” . This will limit message creation only to Level #0 or higher user. Similar there should be some link for limiting group creation
you can use s2member plugin for this. Create two different levels of users 1. Normal 2. VIP. Then using the url restriction restrict the group creation for users at level 1.
If you want the VIP also to be a free member, check out the “free trial” number of days. I think you can specify 1yr. After one year they wont be able to creat the groupHope it helps.
@r-a-y. I want to have a fixed size for group/user avatars in the sidebar. Is there a way to detect and fix the size of avatars in sidebar?
Thanks.i would want this too to get avg age of users, country, and so on. I guess there is no plugin to do this. It requires some custom code
there is some plugin out there which will do this for you. Cannot re collect its name. Check out in the plugin list
WP 3, BP 1.2.5.2
thnks @r-a-y
Tried your suggestion. Still the same thing.
btw tht trac ticket is not reported by me, which means someone else has come across the same thing.
bounce
thnks Ray
Here is my code. However, the small group avatar in forum topic directory does not change. This avatar is displayed using bp_the_topic_object_avatar() from bp-forums-templates.php
function my_default_get_group_avatar($avatar) {
global $bp, $groups_template;if( strpos($avatar,’group-avatars’) ) {
return $avatar;
}
else {
$custom_avatar = get_stylesheet_directory_uri() .’/_inc/images/group_avatar.png’;
if($bp->current_action == “” || $bp->current_action == “my-groups” || $bp->current_action == “invites” )
return ‘group->name ) . ‘” />’;
else
return ‘group->name ) . ‘” />’;
}
}
add_filter( ‘bp_get_group_avatar’, ‘my_default_get_group_avatar’);try out this. Its a premium plugin
@johnjamesjacoby will wait for ur reply
Thanks @Paul
I have been developing a website based on WP 2.9.2 and BP 2.4, which make take 1-2 months before launch. So, I just wanted to know if by the time of dev complete or launch a new version of BP and WP comes out how easily can I handle it. Or would it be worth to wait for WP 3 and BP 1.3 and then do the launch. I am not in hurry, and I do not want to put time in migrating from one version to other since I am goin to have a lot of custom code.
Thanks