-
Hugo Ashmore replied to the topic List all subnav items within members main nav in the forum Creating & Extending 11 years, 2 months ago
Was rolled out a while back in 1.7 but isn’t yet in use in any BP theme, currently being implemented on the ‘TemplatePack’ project.
bp_nav_menu();
-
Hugo Ashmore replied to the topic BuddyPress Registration Page Not Working in the forum How-to & Troubleshooting 11 years, 2 months ago
Did you not read this comment made by mercime
There are a variety of reasons why registration won’t work for some installations with different/similar configurations. Help us help you by creating a new topic of your own and providing us more information about your installations – single WP/WPMS, theme used, plugins used, etc. or did you…
-
Hugo Ashmore replied to the topic Need Help Changing Active Hyperlink Color Style in BP 1.81 in the forum How-to & Troubleshooting 11 years, 2 months ago
To locate rulesets you need to use a tool such as FireBug to inspect elements and see what associated css rulesets belong to it and in which file – all modern browsers have a dev tool set of this type.
This is how Mercime will have located the line number above, give it a go it’s remarkably easy.
-
Hugo Ashmore replied to the topic Javascript Error – buddypress v1.8.1 in the forum How-to & Troubleshooting 11 years, 2 months ago
I’m afraid the issue doesn’t rest with buddypress, we caught and updated the scripts to use .on which was introduced in jQuery 1.7 replacing .live.
You need to track down whatever plugin or theme is using google to load jQuery rather than letting WP load it’s own copy as you are using jQuery 1.6 and currently WP natively loads 1.8
-
Hugo Ashmore replied to the topic Edit Buddypress Registration Page Template in the forum How-to & Troubleshooting 11 years, 2 months ago
@brimfulof
Where are ‘various places’?In a child theme you would create a new folder called either /community/ or /buddypress/ in that you replicate the structure for folders seen in bp legacy folder in core plugin.
So for a register template you would need /my-theme/buddypress/members/register.php
If you create index-register.php you will…[Read more]
-
Hugo Ashmore replied to the topic BP Conditional Groups & Users in the forum Third Party Plugins 11 years, 2 months ago
Closing duplicate post.
-
Hugo Ashmore replied to the topic BP Conditional Groups & Users in the forum Installing BuddyPress 11 years, 2 months ago
And my question stands from earlier have you created a trac ticket for a feature enhancement? You state BP isn’t listening where have they been asked?
As I have been told, a well oiled coder can make this in a week or less find that coder and get them to run this up as a plugin.
If it’s so easy I would agree why hasn’t anyone done this before?…[Read more]
-
Hugo Ashmore replied to the topic BP Conditional Groups & Users in the forum Installing BuddyPress 11 years, 2 months ago
I’m not intending on letting this thread run, but need to address a few fallacies being bandied about and also point out that name calling wins no friends, the core devs are not ‘lazy’ they in fact are hugely hard working as are the few of us – and it is far too few – that also contribute to the core project, with their free time when most…[Read more]
-
Hugo Ashmore replied to the topic Why are display name char amounts not limited? in the forum How-to & Troubleshooting 11 years, 2 months ago
No that’s cleared up you may like to edit your account display name here to something that doesn’t mess up the site 😉
-
Hugo Ashmore replied to the topic [Resolved] Wordstrap Theme-Buddypress – 99% compatible out of the box ! in the forum Creating & Extending 11 years, 2 months ago
Please bear in mind primary purpose of support here isn’t providing solutions for third-party themes.
You’ll need to track down why it isn’t working, and as mercime suggests, create a custom override template for BP screens. -
Hugo Ashmore replied to the topic BBPress conditionals in the forum Creating & Extending 11 years, 2 months ago
Ask on bbPress support! or check their docs.
-
Hugo Ashmore replied to the topic Private Portal with BuddyPress in the forum Creating & Extending 11 years, 2 months ago
Just to add a footnote to thread:
if by ‘main activity page’ we mean the /activity/ A Directory then we should be able to test for that with:
bp_is_directory()
Then not have to qualify the conditional with ! user_activity or at least be able to do bp_is_directory && whatever comp we’re after.
-
Hugo Ashmore replied to the topic Hiding or Protecting BP components from not log in users in the forum How-to & Troubleshooting 11 years, 2 months ago
Closing this, as no benefit for others on a public help forum.
-
Hugo Ashmore replied to the topic someone else's picture appears in the forum Installing BuddyPress 11 years, 3 months ago
If this is urgent you perhaps ought to consider approaching a developer to investigate the issue, it’s a custom theme/site so is going to be hard for us here to help to any great degree.
To try and narrow down the problem, you should start by disabling any plugins not required for normal BP operation – I noticed a rather obvious error message…[Read more]
-
Hugo Ashmore replied to the topic Unlink Profile Page Title (Username) in the forum How-to & Troubleshooting 11 years, 3 months ago
Have a read of this guide to how BP uses templates in theme compatibility mode and how to overload templates so they can be edited in your theme folder.
https://codex.buddypress.org/theme-development/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/ -
Hugo Ashmore replied to the topic Alphabetical Group List in the forum How-to & Troubleshooting 11 years, 3 months ago
Please check the codex first:
-
Hugo Ashmore replied to the topic Unlink Profile Page Title (Username) in the forum How-to & Troubleshooting 11 years, 3 months ago
Not sure why you have a user name in that position it’s not a standard layout by the looks of it, are you using a custom theme? If so we need to know this and if it is we are not likely to be able to tell you where the customization lives although one might assume /members/single/profile/edit.php or it may just be the standard header user name in…[Read more]
-
Hugo updated the Theme Development -building sites with BuddyPress page, on the BuddyPress Codex 11 years, 3 months ago
This article is about developing BuddyPress Themes. If you wish to learn more about how to install and use Themes, review Using Themes. This topic differs from Using Themes because it discusses the technical […]
-
Hugo Ashmore replied to the topic Post author Profile link in the forum How-to & Troubleshooting 11 years, 3 months ago
to get the authors BP account url you could try:
bp_core_get_user_domain( get_the_author_meta( ‘ID’ )
In the same vein you should be able to grab the BP avatar:
bp_core_fetch_avatar( array(‘item_id’ => get_the_author_meta( ‘ID’ )
-
Hugo Ashmore replied to the topic Members of Private Groups can't see Forums via the “Forums” List in the forum How-to & Troubleshooting 11 years, 3 months ago
You probably ought to have migrated your bbPress group forums to the standalone plugin.
- Load More
@hnla
Active 6 years, 4 months ago