- In reply to: jeremy posted an update @mimo sorry to disturb you. I want to ask you. Do you understand how to change video in activity to use mid size not using thumb size? View
it’s better to copy it from this link : http://pastebin.com/y6t2Ux6D
- In reply to: jeremy posted an update @mimo sorry to disturb you. I want to ask you. Do you understand how to change video in activity to use mid size not using thumb size? View
Hi sorry for late reply.
You can try this for example (put it in your functions.php file in the theme):
add_filter(‘bp_get_gallery_media_sizes’,’change_media_size’,10,2);
function…[Read more] Hi Brajesh !
Will Blog categories for groups also be on your update list ?
That would be great as it is an essential plugin on my website.Hi Brajesh,
No I don’t use any other facebook related plugin. Actually I have replaced social connect (uninstalled) with your plugin. I use version 1.0.1.
Hi Brajesh! Great plugin and works like a charm !
There is a javascript error on wp-login.php with IE 6,7 and 8 and the fb button is not displayed.
Do you have an idea to solve this issue?Thanks
EmmanuelI just tried, but the diaporama still get stuck at the loading step. On single posts, there is no problem, it is just on blog categories single posts, is there another conditional tag I could use?
Made a mistake, this is if you want to allow the members that are contributors to post, sorry
Hi Brajesh! First of all, your plugin really rocks. I have a question about conditional template tags : I saw in template-tags.php that there is a tag called bcg_is_single_post(). I tried to use it to deregister NGG galleries scripts on all pages except on single posts and blog groups single posts using this tag, but […]
To Sam :
If you want to post with subscriber privilege, you could just add this at the end of the line 225 in blog-catetgories-for-groups.php : current_user_can(‘edit_posts’).
So the complete line would be :
$can_post=is_user_logged_in()&&(groups_is_user_admin($user_id, $group_id)||groups_is_user_mod($user_id,…[Read more]