-
Hugo Ashmore replied to the topic FATAL ERROR: BuddyPress 2.2.3 – Security Release in the forum Installing BuddyPress 9 years, 7 months ago
The issue is known and being looked into and a correction doubtless will be pushed out very soon, for the moment as John James says roll back to previous version if you have encountered this issue:
edit// Remove link to 2.2.2.1 zip should have been 2.2.3 ~hnla -
Hugo Ashmore replied to the topic FATAL ERROR: BuddyPress 2.2.3 – Security Release in the forum Installing BuddyPress 9 years, 7 months ago
The issue is known and being looked into and a correction doubtless will be pushed out very soon, for the moment as John James says roll back to previous version if you have encountered this issue:
edit// Remove link to 2.2.2.1 zip should have been 1.2.3 ~hnla -
Hugo Ashmore replied to the topic FATAL ERROR: BuddyPress 2.2.3 – Security Release in the forum Installing BuddyPress 9 years, 7 months ago
The issue is known and being looked into and a correction doubtless will be pushed out very soon, for the moment as John James says roll back to previous version if you have encountered this issue:
https://buddypress.trac.wordpress.org/changeset/9765/tags/2.2.2.1?old_path=&format=zip -
Hugo Ashmore replied to the topic Title in the forum Requests & Feedback 9 years, 7 months ago
Technically you’re on the wrong forum, you have no instance of BuddyPress running only bbPress and they are two different plugins.
You might try any of the Title tag plugins out there such as Yoast WP SEO also look at how your theme is handling the title tag in the header and search the WP codex for any guides on filtering the WP title tag to…[Read more]
-
Hugo Ashmore replied to the topic Need help with CSS for group members list in the forum How-to & Troubleshooting 9 years, 7 months ago
Look for properties like clear: left; or clear: both; or maybe one of those elements which should be floated isn’t, if floated has something given width: 100%, or margins greater than the overall space can accommodate.
-
Hugo Ashmore replied to the topic wal post are not starting from start hard to describe look at img in the forum How-to & Troubleshooting 9 years, 7 months ago
Have you got these errors though with a standard WP theme and no additional plugins running? This is most likely an issue between theme or a plugin interacting with how BP performs and causing the issue/s; we could look and probably find some work around for the padding issue however the other issue is a problem with the @mentions interface and…[Read more]
-
Hugo Ashmore replied to the topic wal post are not starting from start hard to describe look at img in the forum How-to & Troubleshooting 9 years, 7 months ago
@svend-rugaard While it’s great of Henry to try and see what the issue is, please bear in mind there is a limit to the extent of help we can offer on what is a themeing issue with a third party theme and to some extent lies more with the theme to perhaps help out with.
-
Hugo Ashmore replied to the topic Need help with CSS for group members list in the forum How-to & Troubleshooting 9 years, 7 months ago
I don’t see where you modified width and height but if you mean the elements in the li items were dropping through the bottom then really BP should be stating ‘overflow: hidden; on the li element not ‘auto’
To over rule that (the BP rules) you would need something like:
#buddypress ul.list-item li { overflow: hidden; }
-
Hugo Ashmore replied to the topic "Friends Only" custom filter – codex incomplete? in the forum Creating & Extending 9 years, 7 months ago
Come on guys, please throw us a few crumbs here, this is so frustrating.
First crumb, this is an open source volunteer driven app, all aspects such as the codex get worked on with what ever free time is available.
Second crumb, Being community driven means that the project moves at a pace that is dictated by that community and all have the…[Read more] -
Hugo Ashmore replied to the topic Chat plugin? in the forum How-to & Troubleshooting 9 years, 7 months ago
@rosyteddy, you do keep saying BP is free, and imply or state “so nothing will change”, actually look at the amount of development that is carried out in the core development teams free time, frankly it’s phenomenal, BP improves at an incredible pace. Some functionality may rightly be never forthcoming, WP is an app that relies a lot on plugins to…[Read more]
-
Hugo updated the bp_get_template_part Filter page, on the BuddyPress Codex 9 years, 7 months ago
Use bp_get_template_part() when you want to filter a BuddyPress template part. You will need to pass your function three arguments ( $templates, $slug, $name ). The example below will swap out the activity.php […]
-
Hugo Ashmore replied to the topic Volunteer for BuddyPress in the forum Requests & Feedback 9 years, 7 months ago
@ripozzo The best approach is to get as familiar with BP as possible, running local development installs of BP that you can play around with, reading the current codex guides, then helping out on the forum answering any questions you can. Answering forum questions is a great way to get really familiar with BP as it gets you rooting around in BP…[Read more]
-
Hugo Ashmore replied to the topic Custom theme update after BP update in the forum How-to & Troubleshooting 9 years, 7 months ago
We have started to include pages in the codex that reference any changes to the template files for a given release, as said though the templates seldom do change but when they do we’ll attempt to highlight those changes and to dhow what code changes might need to be effected.
-
Hugo Ashmore replied to the topic [Resolved] Pages, no titles. created continually when BP activated – TrueThemes in the forum How-to & Troubleshooting 9 years, 7 months ago
Try adding it to your functions.php file in your theme or child theme, if that doesn’t work or still not 100% sure check with the themes support who’ll be best placed to advise.
-
Hugo Ashmore replied to the topic Activity page template? in the forum Creating & Extending 9 years, 8 months ago
Closing this thread as the question is being answered on a similar question by the OP:
https://buddypress.org/support/topic/could-somebody-please-exaplain-the-basics-of-modifying-the-activity-templates/ -
Hugo Ashmore replied to the topic does wpzonbuilder work with buddypress in the forum Installing BuddyPress 9 years, 8 months ago
Haven’t a clue, what’s wpzonbuilder?
-
Hugo Ashmore replied to the topic [Resolved] Pages, no titles. created continually when BP activated – TrueThemes in the forum How-to & Troubleshooting 9 years, 8 months ago
I have update the thread title to something a little more descriptive of the issue, than ‘problem after updating’
I do not see confirmation of the results when switching to a WP theme like twentyfifteen or disabling of plugins, we do need requests like those followed please so we can begin to narrow down where the issue lies.
-
Hugo Ashmore replied to the topic Create custom div around existing divs in the forum How-to & Troubleshooting 9 years, 8 months ago
That’s bbPress not BuddyPress, different plugins, different templates.
iirc you need to look in bbpress/templates/default/bbpress
But asking on the appropriate forum will probably get better results.
-
Hugo Ashmore replied to the topic Page Layout of Member profile in the forum How-to & Troubleshooting 9 years, 8 months ago
Can you first check the codex for guides, we provide the sort of information your asking for there.
-
Hugo Ashmore replied to the topic Custom Component's Page goes AWOL in the forum Creating & Extending 9 years, 8 months ago
That codex page had been edited at some point and the api example removed, checking it proved not to be worthwhile pulling up a revision copy though so page is suspended for review, sorry about that.
For the moment this page exists but will too be in need of review:
- Load More
@hnla
Active 6 years, 4 months ago