-
Hugo Ashmore replied to the topic Warning message under groups>group one>Members in the forum Installing BuddyPress 11 years ago
And what results if you switch to a known working theme?
https://buddypress.org/support/topic/basic-troubleshooting-tips/This sounds like a theme issue due to reference to
-
Hugo Ashmore replied to the topic Shortcode use in profile fields in the forum How-to & Troubleshooting 11 years ago
You could do this by adding a conditional check around the tr markup in the while loop that generates the field name and data
while ( bp_profile_fields() ) : bp_the_profile_field();
With that check in place you would then remove the
bp_the_profile_field_value()
function and replace it with something likeecho do_shortcode( '[myshortcode…
[Read more] -
Hugo Ashmore replied to the topic remove CSS underline from links (bp default theme) in the forum Creating & Extending 11 years ago
@mehdi-w The ruleset example does work as originally given you and placed where suggested, so if it isn’t then you either have a modified theme which you haven’t informed us of or you have added the ruleset incorrectly, sadly as you provide no information as to what you attempt each time we are just stabbing at solutions for you.
-
Hugo Ashmore replied to the topic Codex (conditional) template tag page MIA in the forum Requests & Feedback 11 years ago
@henrywright-1 Thanks for fielding.
I have removed those links, as Henry says the codex is currently undergoing general review and update.
Checking the revision history on that page showed me those links were added two years ago, and there is no corresponding page I can find, I suspect what was actually intended was that those links be inline…[Read more]
-
Hugo Ashmore replied to the topic 1.9 Beta testing in the forum Showcase 11 years ago
Not sure of the problem, but it sounds plugin related if only happens when posting to social networks, so may not necessarily be a BP issue, but with possible issues with BP betas please post to https://buddypress.trac.wordpress.org/ using your user account login with full steps to reproduce; posting in the support forum will just get lost.
-
Hugo Ashmore replied to the topic Buddypress template conflict in the forum Showcase 11 years ago
That page looks fine. You’ll need to define what you mean by “templates look messed up” and whether that’s in a specific browser.
-
Hugo Ashmore replied to the topic Adding Dynamic Profile Link to Main Menu Item in the forum How-to & Troubleshooting 11 years ago
In BP 1.9 there are now built in BP account screen links that can be added to WP menus.
-
Hugo Ashmore replied to the topic Call to undefined function bp_is_my_activity() – Codex article in the forum How-to & Troubleshooting 11 years ago
@henrywright-1 no the article is new at least for this current codex project and as with all pages we welcome comments and suggestions, it’s a basic set of guidelines designed to keep some uniformity to pages and submissions
I looked for that function but it doesn’t exist and the activity loop filters it’s loop if it sees bp_displayed_user_id()…[Read more]
-
Hugo Ashmore replied to the topic Call to undefined function bp_is_my_activity() – Codex article in the forum How-to & Troubleshooting 11 years ago
@henrywright-1 thanks for spotting that, the whole aspect of auditing the codex pages for outdated references is a very slow & laborious one.
In the codex guide page I added I left two snippets of code at the bottom to be used to add flags to the top of pages if issues are spotted, but equally yes if you’re confident that somethings wrong or…[Read more]
-
Hugo Ashmore replied to the topic Upgrade from 1.2.8 to 1.8.1 ISSUE in the forum Installing BuddyPress 11 years ago
When you do anything like upgrading an app and you’re not 100% familiar with the process you MUST read the documentation, looking for any guides or instructions to follow.
You are attempting to update a really outdated version of BP, and you cannot do a straight jump to the latest stable:
Read this page and link to upgrade process for 1.2…[Read more]
-
Hugo Ashmore replied to the topic [Resolved] no support on wordpress latest version in the forum How-to & Troubleshooting 11 years ago
You need to follow up with your hosts, BP does not contain any nasties and this sounds like a false / positive from some form of scanning software your hosting provider uses, but you never did answer the question where you obtained BP from in the original failed attempts.
-
Hugo updated the BP_ENABLE_MULTIBLOG page, on the BuddyPress Codex 11 years ago
This page is incomplete or needs checking and verifying or updating.
BP_ENABLE_MULTIBLOG
is a BuddyPress constant that, when defined astrue
, allows your BuddyPress content to be displayed on any site in your […] -
Hugo updated the Enqueueing Scripts or Styles only when your plugin needs it page, on the BuddyPress Codex 11 years ago
-
Hugo Ashmore commented on the post, BuddyPress 1.9 Beta 1 is now available!, on the site BuddyPress.org 11 years ago
And just to add to the new widgets list; now also available is a ‘Sitewide Notices’ widget. This widget, when activated, will automagically disable the default sitewide notices overlay in preference of the widget display.
-
Hugo Ashmore started the topic Basic Troubleshooting Tips in the forum How-to & Troubleshooting 11 years ago
These are a few basic steps one can take to trying to resolve issues you may be having with your BP enabled site.
Theme layout issues:
Buddypress works in theme compatibility mode for the vast majority of available themes, however some premium themes can have proprietary templating processes which interfere with the normal WP loop which BP…[Read more] -
Hugo Ashmore replied to the topic Buddypress pages break the theme, where do I start? in the forum How-to & Troubleshooting 11 years ago
The first place to start is with the BuddyPress documentation ( Codex ) Read the following two pages to familiarise yourself with BP theme compatibility and how to use custom files, if that isn’t sufficient to correct your issues you may have a theme that does not play properly with the WP template process and has a custom process for dealing with…[Read more]
-
Hugo Ashmore replied to the topic bp-legacy in bp-templates in the forum Creating & Extending 11 years ago
Don’t be confused by the term ‘Legacy’ those files in that directory section are the format for template files working under BP’s new theme compatibility layer, use those for any custom mmods you need to make copying them to a theme/child theme in a directory named either ‘community’ or ‘buddypress’ and observing the folder structure within that…[Read more]
-
Hugo Ashmore replied to the topic Error to add new group in the forum Installing BuddyPress 11 years ago
It’s not good form to post a question in another thread it causes confusion. In your other threads I did mention basic trouble shooting so can you confirm you have tried deactivating your custom theme and trying with one known to work and that all components are activated and have pages existing for BP to…[Read more]
-
Hugo Ashmore replied to the topic bp-custom.php vs. functions.php in the forum How-to & Troubleshooting 11 years ago
bp-custom.php does run as Paul advised earlier, nothing has changed I ran some test code in one yesterday so know there’s no issues.
There must be something else occurring as both those defines work.
-
Hugo Ashmore replied to the topic Buddypress pages show default sidebar only in the forum How-to & Troubleshooting 11 years ago
That has been advised two posts up, please re-read and read the links. Creating a custom file named buddypress.php which is a copy of your themes page.php file will allow you to modify the markup directly so you can specify named get_sidebar() calls to include a new sidebar template file for BP screens only, however bear in mind how your theme…[Read more]
- Load More
@hnla
Active 6 years, 4 months ago