-
Hugo Ashmore replied to the topic Multisite URLs UNDER Buddypress Scheme? in the forum Creating & Extending 12 years, 4 months ago
@espellcaste you are resurrecting a whole series of very old threads, for little reason, can you leave old threads alone and focus on newer ones please.
-
Hugo Ashmore replied to the topic [Resolved] How to activate existing WP users as BP members effectively? in the forum How-to & Troubleshooting 12 years, 4 months ago
@jianzhi
I needed this a while back for a bunch of existing users, so ran up a simple quick script to do this, wouldn’t run it on a production site but worked in my test environment for my purpose, you can copy and run if it helps:
https://github.com/hnla/force-show-bp-users/blob/master/force-show-bp-users.php -
Hugo Ashmore replied to the topic buddy press forum plugin in the forum Miscellaneous 12 years, 4 months ago
@shameermohamed50 the Codex is your friend, do have a read of some of the guides there as they will answer a certain amount of your questions in setting up BP and bbP
-
Hugo Ashmore replied to the topic [Resolved] Populating BP Profile Loop for author of a WP Post in the forum How-to & Troubleshooting 12 years, 4 months ago
Marking as ‘resolved’ then, re-post if further issues arise.
-
Hugo Ashmore replied to the topic [Resolved] Populating BP Profile Loop for author of a WP Post in the forum How-to & Troubleshooting 12 years, 4 months ago
$post is available as soon as you hit a post/page so doesn’t have to be in the loop
Think my earlier example holds good for passing the id to bp_has_profile but I’d probably do $user_id = $post->post_author;
-
Hugo Ashmore replied to the topic BP 1.7+ and later – Theme Compatibility Plans in the forum Installing BuddyPress 12 years, 4 months ago
lol but do have a read of the two detailed ones written to help people work with theme compat.
-
Hugo Ashmore replied to the topic BP 1.7+ and later – Theme Compatibility Plans in the forum Installing BuddyPress 12 years, 4 months ago
can’t elaborate as already written a fairly detailed page on the first round of theme compatibility so would be repeating myself for no good reason 🙂
Look under developers > theme (something) on the right menu list in the codex.
-
Hugo Ashmore replied to the topic [Resolved] Populating BP Profile Loop for author of a WP Post in the forum How-to & Troubleshooting 12 years, 4 months ago
This would work (& does work):
bp_has_profile(‘user_id=’ . get_the_author_meta( ‘ID’ ) )or you could grab the user id from $post->post_author
I’m assuming you’re running this in a single post loop.
-
Hugo Ashmore replied to the topic BP 1.7+ and later – Theme Compatibility Plans in the forum Installing BuddyPress 12 years, 4 months ago
You should drop template pack really.
Theme compatibility already provides for a custom bp version of page.php ‘buddypress.php’ in that you can specify named sidebars. BP 1.8 will increase the flexibility of theme compat templates further by allowing you to specify index pages with full markup, or templates called on certain actions/component…[Read more]
-
Hugo Ashmore replied to the topic Get user ID of Profile in the forum How-to & Troubleshooting 12 years, 4 months ago
bp_displayed_user_id()
-
Hugo Ashmore replied to the topic Please help me with this in the forum Installing BuddyPress 12 years, 4 months ago
Not really sure how this is relevant to this support forum, doesn’t sound BuddyPress related?.
-
Hugo Ashmore replied to the topic Buddypress theme integration and/or suggestion in the forum Creating & Extending 12 years, 4 months ago
@themefusion wrote: Avada does work with BBpress
That’s good, however the thread was referring to BuddyPress not bbPress 🙂 -
Hugo Ashmore replied to the topic Buddypress Responsive Design in the forum Requests & Feedback 12 years, 4 months ago
Could always overload the styles and make it responsive? In it’s ‘native state’ it may never be as these things can tend to be reliant on the parent themes actions.
-
Hugo Ashmore replied to the topic Registration page not working in the forum Installing BuddyPress 12 years, 4 months ago
No help is ever urgent on voluntary free help forums! 🙂
This sounds like an issue with woocommerece if as you say it providing some form of registration, so have you also contacted their support & asked whether they have a notion of why this happens?
Not sure what you mean by go into the editor of the register php it tells me that buddypress…[Read more]
-
Hugo Ashmore replied to the topic How remove time_since_last_post() in the forum How-to & Troubleshooting 12 years, 4 months ago
Forums output is the responsibility of the bbPress plugin and as of BP 1.7 all handling of templates belongs with bbPress with BP no longer bundling the pared down version for groups that it used to. Look at the bbPress plugin directory templates for the files you want – more info on overloading files for modifying should be available on the bbPress site.
-
Hugo Ashmore replied to the topic BuddyPress Group Page in the forum Installing BuddyPress 12 years, 4 months ago
@disqusnow BuddyPress is a plugin, plugins live in the WP directory /wp-content/plugins/ not in the directory /wp-content/themes/
BP historically ran it’s default theme from it’s plugin struture and still does along with the new theme compatibility files /buddypress/bp-templates/bp-legacy/
If you have a custom theme and you want to edit the bp…[Read more]
-
Hugo Ashmore replied to the topic How to modify a template to Buddypress in the forum How-to & Troubleshooting 12 years, 4 months ago
Check the Codex and BuddyPress release notes! As of 1.7 there is a theme compatibility layer built in to BP that allows it to work with most themes – activate your theme, activate BP, that is about all you have to do bar a few style mods if required to bed BP screens in.
-
Hugo Ashmore replied to the topic [Resolved] Is BuddyPress forums being discontinued in lieu of bbPress? in the forum Third Party Plugins 12 years, 4 months ago
it is in the Codex!
Originally BP used a stripped down version of bbpress built in, now that is removed and bbPress plugin provides support for BP groups forums, there is a guide on transitioning over.
-
Hugo Ashmore replied to the topic Adding extra field data to Members Directory in the forum How-to & Troubleshooting 12 years, 4 months ago
No not going to say go with bp-default theme but am going to ask why on earth the template pack has been used – it’s now virtually obsolete, 1.7 introduced theme compatibility, it’s been the highlight of that release stream and much talked about and for all new custom themes is all you need running really, if you need to overload templates then…[Read more]
-
Hugo Ashmore replied to the topic [Resolved] Buddy Registration Link in the forum Creating & Extending 12 years, 4 months ago
<font> is a deprecated & obsolete element and has been since the very early days of Standards and separation of presentation from data, if you have to add style try and do so from stylesheets, but if having to work directly on markup add the styles as ‘inline’ using the style attribute.
- Load More
@hnla
Active 7 years, 4 months ago