Search Results for 'buddypress'
-
AuthorSearch Results
-
November 29, 2012 at 10:00 am #146095
Roger Coathup
ParticipantThe groups_join_group action gets passed the group_id as its first parameter:
e.g. do_action( ‘groups_join_group’, $group_id, $user_id );
So, you have the group_id already.
Interestingly, there doesn’t seem to be a function to get the creator – so, you would then either have to:
Create a new BP_Group instance using the group_id, and directly access the it’s ->creator_id attribute, or
Make a direct SQL call on $bp->groups->table_name to return the creator_id where the id = group_idNovember 29, 2012 at 6:59 am #146087Vicky A M R
ParticipantThanks @Hugo , you are awesome 🙂
November 29, 2012 at 6:12 am #146080In reply to: Registration sign in missing on install
John James Jacoby
KeymasterCreate the page, and set it in Settings > BuddyPress.
November 29, 2012 at 5:58 am #146078In reply to: Move group forum topic to different group
daneglerum
Participant@mercime thanks for that. Stupid question but does this migration mean I’ll be moving my group forums to bbpress 2.0 or is it just a way to setup site wide forums?
ps. the link isn’t working for me.
November 29, 2012 at 2:26 am #146074In reply to: Best way to enable facebook login?
@mercime
ParticipantThere’s a premium facebook plugin which works with BP and mulitiste for sites I’ve handled http://buddydev.com/plugins/buddypress-facebook-connect-plus/
Having said that, https://wordpress.org/extend/plugins/socialauth-wp/ looks good as I see that the plugin dev is active in supporting the plugin. I don’t think the plugin provides support for BP as the plugin dev would have added the BuddyPress to the plugin tags. Best place to ask is at plugin’s forums https://wordpress.org/support/plugin/socialauth-wp
November 29, 2012 at 2:15 am #146073In reply to: Move group forum topic to different group
@mercime
ParticipantYou could use bbPress plugin’s innate function to move topics to the appropriate forum if you convert Group Forums to the bbPress plugin forums. If you’d like to give it a try, back up database and server files, then see how to do it https://codex.buddypress.org/buddypress-site-administration/migrating-from-old-forums-to-bbpress-2/
November 29, 2012 at 2:11 am #146072In reply to: Multi-Site, multi-network questions
@mercime
ParticipantThe problem is that I don’t want a user to be able to join any network they want.
They can’t if the respective site admins do not allow open registration or if the site is set up for invitation-only membership. The user-base in NOT shared between sites for that plugin by default.
is there a way for a person to set their avatar once on one network and not have to set it again when they become a user on the other network?
Since the userbase is per site only, i.e., not shared across the network as I mentioned above, then by default no, the user has to upload avatar again in the next site.
Having said that, there may be ways around it. The best place to ask is at the plugin dev’s forums as @sbrajesh knows his code better than anybody else 🙂
November 29, 2012 at 1:30 am #146071In reply to: Move group forum topic to different group
daneglerum
ParticipantThanks @aronprins
I’ve tried that plugin but did not have any luck.
I’m starting to wonder if group forums were the best architectural decision for my community. I like the ability to segregate conversations by group and to have private groups and forums but perhaps there is too much segregation. The decision for buddypress.org to move away from group based forums factors into my thinking too.
I’ll do some more reading on how sitewide forums can be used. It seems like this implementation of bbpress is a bit more flexible.
November 29, 2012 at 1:00 am #146070In reply to: Move group forum topic to different group
Aron Prins
ParticipantDane,
Thanks for your thorough readthrough of the forums and knowing what to put in you posts ;). Welcome to BuddyPress!Unfortunatly this is currently not possible. To my knowledge the people of bbPress and BuddyPress ( a select few awesome peeps ) are making bbPress(.org) more compatible with BuddyPress which should enhance it’s features ( if you ask me… ).
Checkout this plugin: https://wordpress.org/extend/plugins/buddypress-topic-mover/
Cheers, Aron
November 29, 2012 at 12:52 am #146068Aron Prins
ParticipantHey @karmatosed & @modemlooper,
Once again thanks for the generous offer of support, you guys rock!
Here’s a link to the gist: https://gist.github.com/4165936
The // Recently Added part & // Liked Videos part is what i need to show on a buddypress profile page.
I don’t need the profile fields page so ive used that one thus far.
Cheers,
Aron
November 28, 2012 at 11:46 pm #146066In reply to: Best way to enable facebook login?
rickkumar
ParticipantThank you @rogercoathup Good to know for future reference when I need this functionality in few weeks.
I just checked http://hybridauth.sourceforge.net/ and it looks very powerful and free.
Is there any Multisite/BP plugin already available for this?
Btw, here is the latest about “Social Sign In” using Facebook/Twitter/Google (linkedIn soon) plugin from addthis.com guys:
https://wordpress.org/extend/plugins/addthis-social-sign-in/
I asked them few questions as follows on there site:
My Questions:
Is this for ‘social sign in’ only?
Any plans to eventually include social sharing and social commenting?
What kind of cost if any are we looking at?
Does this plugin supports all the following:
1. WP
2. WP MultiSite
3. BuddyPress
Please advise.
Thanks.
AddThis.com answers:Matthew Keesan on November 28, 2012 at 10:00 am said:
@RK
1. It’s only Social Sign In. We have a host of other plugins however for some of these tasks. We decided to keep them separate to give you maximum flexibility.
– Social sharing: https://wordpress.org/extend/plugins/addthis
– Following: https://wordpress.org/extend/plugins/addthis-follow
– Welcoming: https://wordpress.org/extend/plugins/addthis-welcome
2. It’ll always be free! Since we’re just a middleman there’s no significant cost to us providing this service, so we’re happy to pass the savings on to you!
3. We haven’t tested on Multisite or BuddyPress yet. If you do, I’d love to know what happens.—————————————————
Note: I don’t have a live site yet.I am wondering if someone can test it for Multisite and Buddypress?
November 28, 2012 at 9:57 pm #146063In reply to: [Resolved] Logged-In User Profile Link URL
k8peterson
Participantthank you @mercime !
November 28, 2012 at 9:07 pm #146057In reply to: [Resolved] Logged-In User Profile Link URL
@mercime
Participanthttps://wordpress.org/extend/plugins/buddypress-profile-menu/screenshots/
@paintermommy k8peterson Create custom menu and use the menu widget for sidebar.
November 28, 2012 at 7:53 pm #146053Tammie Lister
Moderator@modemlooper is right seeing would be great at this point, thanks. Rather than pasting it all trying using Gist for example. https://gist.github.com
November 28, 2012 at 7:46 pm #146049raminjan
ParticipantI got it working thank you Mr. Looper your the best.
November 28, 2012 at 7:13 pm #146047raminjan
Participantyes it is your plugin my friend.
November 28, 2012 at 4:18 pm #146034In reply to: User galleries and forums.
monkfish13
ParticipantAs BuddyPress is just a plugin that sits on WordPress it shares the same media gallery as that. Now, perhaps you want more functionality than that?
Unless i am missing something it would appear not to work in that fashion.
If, as an author, I upload image to a blog post, then go to my buddypress profile page to access my album ( using BP-album plugin ) – the images I upload to the blog post don’t appear in the profile album.
The same is true vice versa – images uploaded to the BP gallery via a users profile, are saved in a different location, as it asks you to make the folder writable on installation.
So is there a plugin that correlates the two so they work in unison?
November 28, 2012 at 4:11 pm #146033Aron Prins
ParticipantWill do @modemlooper when i get home! Thanks!
November 28, 2012 at 3:40 pm #146031modemlooper
ModeratorPost some code you are using so we can see what you are trying to do
November 28, 2012 at 2:51 pm #146028In reply to: User galleries and forums.
Tammie Lister
ModeratorAs BuddyPress is just a plugin that sits on WordPress it shares the same media gallery as that. Now, perhaps you want more functionality than that?
November 28, 2012 at 2:43 pm #146026Tammie Lister
ModeratorAre you passing a userid or getting the userid? It would need you to as I said put a value in $userid.
November 28, 2012 at 2:41 pm #146024Tammie Lister
ModeratorThat sounds like possible a theme or plugin issue – a slightly weird one but could you in order to determine let us know a bit more about your set up. Are you using multisite? What theme are you using? Have you tried deactivating all plugins to see if it still does the same behaviour?
November 28, 2012 at 2:13 pm #146023In reply to: [Resolved] Join Group button gone
@mercime
Participant@crewpass This is an old topic which has been resolved sometime ago. You’ve posted at https://buddypress.org/support/topic/join-group-button-missing-from-groups-directory/#post-146019 so please continue there. Closing this thread.
November 28, 2012 at 2:13 pm #146022In reply to: Upload files into Groups
danbpfr
ParticipantHi,
you have some plugins who can do that.
https://wordpress.org/extend/plugins/buddypress-docs/ – for the whole site
http://lenasterg.wordpress.com/2012/04/17/buddypress-group-documents-for-bp-1-5-and-wp-3-3/ – group by group
(was initially created by Peter Anselmo and now adapted to work with BP 1.5.5+ )
November 28, 2012 at 2:09 pm #146021In reply to: Activity update template
@mercime
ParticipantCheck out http://buddydev.com/buddypress/blog-categories-for-groups-plugin/ where you can set the category “surf” for that group
-
AuthorSearch Results