-
Hugo Ashmore updated the BuddyPress commit access page, on the BuddyPress Codex 8 years ago
What is commit access?
The code that comprises BuddyPress is written by volunteers. Anyone who wants to suggest an improvement or a bugfix to the BP codebase is welcome to do so, by submitting their proposed […]
-
Hugo Ashmore updated the BuddyPress in Your Language page, on the BuddyPress Codex 8 years ago
Like WordPress, BuddyPress has the built in capability to be used in any language. The instructions below assume you have already configured WordPress in Your Language and Installing WordPress in Your […]
-
Hugo Ashmore replied to the topic How to output user ID? in the forum How-to & Troubleshooting 8 years ago
and if you need a code example of how you might do this look at danbp’s reply here:
-
Hugo Ashmore replied to the topic impossible to create new group, register, …. in the forum Installing BuddyPress 8 years ago
have you changed permalink settings?
-
Hugo Ashmore replied to the topic How to output user ID? in the forum How-to & Troubleshooting 8 years ago
bp_displayed_user_id();
will display the user id on BP screens/loops – but yes user ID’s are WP user ID’sThe codex though does list basic template tags functions so always check through that first to see if what you need is available.
-
Hugo Ashmore replied to the topic BuddyPress Style Modules – Members Display in the forum How-to & Troubleshooting 8 years ago
@venutius I’ve just updated the repo files, updating the example enqueueing functions as they needed improvement( although I consider that snippet as being a temp provision) and also updated the styles to add min-height and spacing improvements, not sure if that helps your situation but you can further modify those style if needed (just edit the…[Read more]
-
Hugo Ashmore replied to the topic BuddyPress Style Modules – Members Display in the forum How-to & Troubleshooting 8 years ago
@venutius Thanks for the write up, hopefully in time the idea may gain traction, as for a handler for loading those snippets I did have one in use locally but code was rough and ready, so may consider re-doing and making available on github, originally the idea was to add a loader for the snippets to the core buddypress-functions.php file where…[Read more]
-
Hugo Ashmore replied to the topic MySQL version required for BuddyPress? in the forum Installing BuddyPress 8 years ago
An aspect like DB is really A WP one rather than BP one. BP as a plugin running under WP uses the DB as created initially by WP so if WP is running or able to run on … then BP will.
https://wordpress.org/about/requirements/
It is recommended that 5.6.0 be used but WP will run on older versions.
-
Hugo Ashmore replied to the topic Create group directory for different group types in the forum How-to & Troubleshooting 8 years ago
This is the guide you need to read up on:
has_directory means that if you click on a BP generated link /groups/type/foo/ or type that as a url/create a link to, then you will see that as the url and the loop will now show only groups of type ‘foo’
Template hierarchy…[Read more]
-
Hugo Ashmore replied to the topic BuddyPress Style Modules – Members Display in the forum How-to & Troubleshooting 8 years ago
I’m afraid the notion of ‘Boxes’ when combined with variable dynamic content never does work (unless one uses javascript trickery, which has it’s own troubles – Masonry) The best one generally can do is id the troublesome elements and give them increased min-height (try locating the property I used to set min-height and increase) or padding to try…[Read more]
-
Hugo Ashmore replied to the topic buddypress user roles different colours in the forum How-to & Troubleshooting 8 years ago
What your highlighting are really WP artifacts, Users / user Roles are handled / managed by WP styling the admin would be something outside BP’s control really, BP member loop directory could be styled but currently we don’t add WP user roles as classes to those list items (nor does WP ), also you would want to be careful about exposing certain…[Read more]
-
Hugo Ashmore replied to the topic buddypress user roles different colours in the forum How-to & Troubleshooting 8 years, 1 month ago
@planetoffitness
If you inspect the generated markup you will see that the loop list elements will have a members type class rendered if user has a type you can then use those to effect styling on.In the member single screens it’s a little trickier you do have the ability to use the template hierarchy to set a template for a user type (please…[Read more]
-
Hugo Ashmore replied to the topic [Resolved] Group types not showing up at group creation in the forum How-to & Troubleshooting 8 years, 1 month ago
It sounds like a template issue, there do need to be template revisions, additional template function tags to make this process work as detailed in the codex page here:
Custom themes may well not have updated their templates.
Registering the new types can be done…[Read more]
-
Hugo Ashmore replied to the topic Problems with xprofile field visibilty on 2.7.0 in the forum Installing BuddyPress 8 years, 1 month ago
I can confirm point 3 as well and have opened a ticket to look into issues.
-
Hugo Ashmore replied to the topic Problems with xprofile field visibilty on 2.7.0 in the forum Installing BuddyPress 8 years, 1 month ago
As for point 1 we are looking into this, likely point 3 is part of the same issue.
-
Hugo Ashmore replied to the topic Problems with xprofile field visibilty on 2.7.0 in the forum Installing BuddyPress 8 years, 1 month ago
@jj9617 I have split your topic from the announcement thread so it gets better attention from the community.
-
Hugo Ashmore replied to the topic Error Call to undefined function dbDelta () in the forum How-to & Troubleshooting 8 years, 1 month ago
Why does this error on the second use of dbDelta() and not the first?
It might help if WP could be re-installed as a clean copy not as one installed on the back of a server script installer, which can sometimes cause issues.
-
Hugo Ashmore updated the Updating Custom Themes For New Functionality page, on the BuddyPress Codex 8 years, 1 month ago
This section is your guide to BuddyPress theme updates, by version release.
From time to time Buddypress creates new functionality that requires templates and markup adjustments, adds new JavaScript scripting […]
-
Hugo Ashmore updated the Template Updates 2.1 page, on the BuddyPress Codex 8 years, 1 month ago
BuddyPress 2.1 introduced three new features that specifically require template updates in order that they function.
@mentions InterfacePassword Strength MeterActivity Show Filters@mentions Auto […]
-
Hugo Ashmore updated the Template Updates 2.7 page, on the BuddyPress Codex 8 years, 1 month ago
In BuddyPress 2.7 we introduce some new features that specifically require template adjustment.
These changes are of importance for theme developers who may have overloaded the templates to the themes […]
- Load More
@hnla
Active 6 years, 4 months ago