Search Results for 'buddypress'
-
AuthorSearch Results
-
January 30, 2010 at 12:16 am #62000
In reply to: Custom Signup Fields
hardlyneutral
ParticipantFigured it out with help from this topic: https://buddypress.org/forums/topic/how-to-add-custom-usermeta-to-registration
January 29, 2010 at 10:09 pm #61997In reply to: 'Make Friends' Button does not appear
do77
ParticipantOk, I figured out what causes the problem:
As soon as I activate the BuddyPress Privacy Component (BPAz) the two buttons (Add Friend/Send Message) disappear. Even if I disable the function for users to decide whether to allow others to add them as a friend or not the buttons do not show up.
After deactivating the plugin the buttons re-appear so its clearly a problem with the privacy component. I am running WPMU 2.8.6 and and BP 1.1.3.
Anyone an idea how to make tha work because I really like the privacy component
January 29, 2010 at 9:34 pm #61996designodyssey
ParticipantThanks. I can probably figure out what you meant by this last post. I’ll look for a buddypress tag in the css header of the parent/child. I agree this will probably never be ideal as anytime there is a struggle between two ‘parents.’ Code mirroring life.
January 29, 2010 at 9:29 pm #61995Psyber
ParticipantThanks Andy
January 29, 2010 at 7:21 pm #61993catinw12
ParticipantAny ideas?
January 29, 2010 at 7:09 pm #61992Andy Peatling
KeymasterTo hush the “No BuddyPress theme” nag you need to add a “buddypress” tag to your theme css header.
If you want to use BuddyPress with an existing WordPress theme you need to copy over the theme files. You’ll need to adjust the HTML to match you theme though.
This is never going to be the ideal way to do things though, the best experience with BuddyPress is always going to be building a site from scratch with BuddyPress in mind.
January 29, 2010 at 6:51 pm #61991designodyssey
ParticipantI sorta get this, but here’s my concern. I’m using Hybrid Framework which needs to be the parent. I will make a child theme based on it. Ideally, I’d like to put the BP “stuff” in the child so upgrading Hybrid won’t screw up anything (Andy said something about this being an acceptable approach in another thread). Also, if/when Justin adds BP capabilities to Hybrid, I can just delete the BP functionality in the child.
If I do this, I probably need to take the functions/templates from BP parent and put them with WP child. I’m fine with this too (although painful on upgrade). My question is about where BP is looking for things. If it’s looking in the plugin folder and I have the files/functions in the WP child theme folder, will that work???
Before I go ripping out BP parent files and inserting them into WP child folder, I’d like to know.
January 29, 2010 at 5:09 pm #61990In reply to: Sub groups
Bowe
ParticipantYou should be able to post I think… strange.. you can always send Brajesh a message on BP directly:
January 29, 2010 at 4:55 pm #61988In reply to: How to categorize Groups ?
neobabs
Participantoups that was this ticket .. https://trac.buddypress.org/ticket/1706
January 29, 2010 at 4:21 pm #61986Arturo
Participantthanks for the reply windhamdavid, but… i’ve a different idea that I don’t know how to practice…
the function bp_last_activity() need bp_displayed_user_id() i think it’s the buddypress user’s id… right?
so, if I can figure out how to pass the user ID of who writes the post I have solved, right?
bp_last_activity( post_author_id() ) not work… post_author_id() simple print the user id…
help me please… thanks!
January 29, 2010 at 3:15 pm #61984In reply to: How to categorize Groups ?
neobabs
Participanthere is the ticket. But 1.3 it’s not so near…
https://trac.buddypress.org/ticket/1593
If someone is able to do this before or to make a beautiful “how to” for use group api…
January 29, 2010 at 1:26 pm #61983David Lewis
ParticipantA plain WordPress theme won’t have any of the necessary template tags and loops and such to display your BuddyPress content. So you have to either add the functionality and templates your need to your current WordPress theme *or* use the BuddyPress default theme and rework it (via a child preferable) to make it look like your current theme.
January 29, 2010 at 12:58 pm #61982Mike Pratt
ParticipantYou can use bp-sn-parent as your parent for those times when you want to use bp-classic. It’s done in the same manner. Go ahead and leave it in the bp-themes folder and reference as Andy instructs here -> https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
January 29, 2010 at 9:26 am #61976In reply to: BP 1.2 and bbPress admin/plugins
Dainismichel
ParticipantSo are you saying that I need to look at the php file that determines the layout of the forums page (in BuddyPress) and add the appropriate code to show what’s going on in bbPress?
Can you share the code for the way BuddyPress.org works right now, cuz that’s fine for me.
January 29, 2010 at 9:08 am #61974Lsm_267
Participantsame purpose by me
I just want to organise my registred users on a BP groups basis, the others BP functions aren’t needed.
I’d rather not have to build a child theme, because of the many functions implemented on my actual wp theme (and my fear of CSS).
Waiting for a little tutorial on how to do that and ready to test/help.
January 29, 2010 at 6:39 am #61972designodyssey
ParticipantGood luck, I’m looking for the same answer. I appreciate all the work that went into the new BP theme, but I want to use the WP theme and add content from some of the components. I sorta learned how this was done pre-1.2, but not sure how the detection works if the theme files are in the plugin folder and you’re not using BP-parent as the parent theme.
Someone will hopefully help soon.
January 29, 2010 at 5:33 am #61970In reply to: Anyone else working on integrating Gigya?
zvhipp
Participantyes, it works perfectly. Only 2 things need to be adjusted, like gigya login widget needs to be hidden once logged in, as after logging in it shows logout button in its widget also. And Avatar, if account is linked with yahoo, facebook etc, avatars need to be pulled from it instead default one. In gigya widget it shows avatar, but default buddypress doesn’t update to same.
January 29, 2010 at 3:12 am #61967In reply to: IMPORTANT — Plugin Devs – Read this
John James Jacoby
KeymasterUsing plugins loaded still does not promise that the user has BuddyPress installed on their site and activated on that particular blog, so you will still want to do the check for BP_VERSION.
It’s a dizzying setup, trying to make plugins off of plugins that may or may not be there, or are there but just aren’t loaded yet, or are loaded before yours because another plugin force loaded it out of order.
Going forward from BP1.2, we can avoid all of those issues. Remember too that bp_init has priorities too. If you need to make sure your plugin is loaded before any other BuddyPress extensions are, you can prioritize it’s load the same way as any other WordPress action.
January 29, 2010 at 2:57 am #61964In reply to: BP Groupblog Error – Call to undefined function
Mark
Participant@MariusOoms – no need to apologize. It’s the price we pay to use open source. If it’s a mission critical feature, upgrades can be done on a test server or backups allow for rolling back until all is good to go live. It’s appreciated that you got this plugin established. Anything you can do in the future will also be appreciated.
When upgrading for bp 1.2, take a look at JJJ’s comments regarding hooking dependent plugins in to bp_int. It sounds like it’s the preferred way (over what I posted earlier) to load bp first:
https://buddypress.org/forums/topic/important-plugin-devs-read-this
Best of luck with your move!
@nonegiven – I’m now having no problems with groupblogs. Old Group Blog pages are recognized and all the Blog Menu Options within the Group are associated with the correct group blog. I’d also love to see the groupblog function as part of the core bp.
@Andy – Still confused by your comment but it may not matter given the change JJJ has made to the trunk.
January 29, 2010 at 1:52 am #61961In reply to: IMPORTANT — Plugin Devs – Read this
Brajesh Singh
Participanthi Ray
plugins_loaded is the standard action which gets called when all the active plugins’s source code is included(loaded) by wordpress, so It tells you that all the plugins are ready, and you can call your functions now.
The advantage of using “plugins_loaded” action is that, it is the first action hook which gets called after your(/all other active plugins source code is loaded by wordpress) , so You can be sure your code is called quiet before anything else happens.
Investigate wp-settings.php for more.
JJJ has proposed a nice solution with the bp_init action(just introduced in the r2472).
Because wordpress does not guarantees which plugin gets loaded first( it has something like, the plugins consisting of bare files are loaded first, the the plugins which are inside their own directory loaded alphabetically, AFAIK,It might have changed recently), So a plugin which is dependent on buddypress, will have many issues detecting bp is loaded or not.
So, JJJ’s solution helps there as all the buddypress methods which are called on plugins loaded action have priority less than default(less means higher priority), so if we hook to bp_init, we can be sure buddypress is loaded and you are still calling at the same action, I am already trying my hand with this, and it seems to be working,still testing though.
btw, if you have your plugins, which uses the hook “plugins_loaded” and has priority greater than 10, i.e 11 or anything else, you don’t need to worry about this change.
January 28, 2010 at 11:30 pm #61957In reply to: MU 2.9.1 Upgrade … What broke?
Derek
ParticipantI am going to hold off on any upgrading of my existing active communities until BuddyPress 1.2 is final. Hopefully most if not all of the plugins will have been updated. Any new sites I launch will be with 2.9.1.1 (or 2.9) and 1.2 BuddyPress. I have been testing the software and it runs amazingly well! I am extremely excited!
January 28, 2010 at 10:38 pm #61955In reply to: IMPORTANT — Plugin Devs – Read this
Andy Peatling
KeymasterCool, that is better – although the code above is not forcing BuddyPress to load, it first checks to see if it’s active, then loads it if it is.
January 28, 2010 at 10:21 pm #61953In reply to: BP Groupblog Error – Call to undefined function
still giving
ParticipantIs there any chance of the plugin being official adopted by Buddypress/Automattic, and therefore be supported?
It is a great idea but it is not safe to use if it is not going to supported.
Ditto, subdomains do not seem to be supported yet either.
I find that since the upgrade, even though I can now load the page by following the above, it just does not work. Old blogs are not recognised. If I post in a group, it goes into the main admin website again.
When I go to an old Group Blog page
under ‘Enable group blog’
Blog Title:
Blog Address:
Are blanked out with no titles.
Under the blog menu, there is Dashboard, Add New Post, Add New Link, Add New Page … but these link to main admin site blog not group blog.
I would not want to delete groups and have to remake them
January 28, 2010 at 10:06 pm #61952In reply to: IMPORTANT — Plugin Devs – Read this
John James Jacoby
KeymasterUpdate:
https://trac.buddypress.org/changeset/2472/trunk
Now dependent plugins can hook their code into bp_init and know that all plugins have been loaded.
If you’re a plugin author and are writing a plugin specifically for BuddyPress you will want to load your code by doing exactly what I describe above.
January 28, 2010 at 7:58 pm #61939In reply to: Spam, Spam and more spam
guristu
Participant@andy I have been meaning to ask you: how do I get a BP module to register as a site wide plugin so that it shows up in the site wide plugins list? BuddyPress and the example module register as site wide plugins but my own module doesn’t — it activates as a regular plugin that has to be activated for each blog within wpmu. I have followed the example model step by step. Is there some magic line of code that I’m missing?
Thanks.
-
AuthorSearch Results