-
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.
-
Hugo updated the Component API page, on the BuddyPress Codex 9 years, 8 months ago
This page documents the Component API (Application Programming Interface) available to BuddyPress plugin developers, and how to use it.
This article assumes you have already read Creating a Plugin, which gives […]
-
Hugo updated the Skeleton Component page, on the BuddyPress Codex 9 years, 8 months ago
Archived file. Good only up to BP 1.5 version
Please refer to component-api for current post BP 1.5 Component api guide.The BuddyPress Skeleton Component is a plugin you can install to use as an example […]
-
Hugo Ashmore replied to the topic Consolidate Profile TABS? in the forum Creating & Extending 9 years, 8 months ago
bp-themes isn’t any longer a part of the BP core package, try and reference everything from bp-legacy which are actually the theme compatibility templates used by BP.
The function works in a similar fashion to the WP menu in terms of how the items are built, fundamental difference from the existing approach is that the sub-menus are actually…[Read more]
-
Hugo Ashmore replied to the topic [Resolved] hiding "whats-new-form" in member activity but NOT in Groups in the forum How-to & Troubleshooting 9 years, 8 months ago
> Can you confirm that means that all users can still post comments in all group threads,
And how did your tests turn out? Really it’s a question best answered by testing the outcome on a development or staging server, but yes this process will leave only groups activity posting working.
You need to edit the files where the whats new post form…[Read more]
-
Hugo Ashmore replied to the topic Consolidate Profile TABS? in the forum Creating & Extending 9 years, 8 months ago
@backpackersunion
You could perhaps have a look at replacing the current default nav for this BP WP style nav, haven’t looked at this for a while but should still function: -
Hugo Ashmore replied to the topic How do I remove textarea resize without editing the js script? in the forum How-to & Troubleshooting 9 years, 8 months ago
I would avoid
overflow: hidden
on that element.You could try #whats-new-options[style] {min-height: 56px;}
-
Hugo Ashmore replied to the topic Comments in Activity Stream don't link to Comments in blogs Problem in the forum Requests & Feedback 9 years, 8 months ago
>BUT the time stamp does this
Exactly! So the issue is not that it doesn’t link to but that it could link to better! If the read more link doesn’t link to the comment maybe that could be raised as an issue to be addressed.
-
Hugo Ashmore replied to the topic Comments in Activity Stream don't link to Comments in blogs Problem in the forum Requests & Feedback 9 years, 8 months ago
@clivoo I may not have followed the issue correctly but comments made in a post get synced to activity stream, they get placed as a comment under the the activity entry for that post and the activity entry for that comment does link directly to the post comment using the page anchor principle /#comment-one
-
Hugo Ashmore replied to the topic Profile Page Not Loading Correctly in the forum How-to & Troubleshooting 9 years, 8 months ago
You need to do some debugging.
You do not explain if you’re using custom BP templates, if not then there’s no point looking for errors in the template files as we would have spotted them by now.If you’re missing sidebars then it’s more than likely a fatal error being thrown by some plugin or piece of custom code.
Turn on wp_debug in your…[Read more]
-
Hugo Ashmore replied to the topic website and buddypress in the forum Installing BuddyPress 9 years, 8 months ago
You need to provide more information such as theme in use, plugins etc.
This is more than likely theme related, using a premium theme that doesn’t play nicely with BP, you can test this by activating one of the WP default themes and seeing if issue persists, if it does disable any plugins not required for a basic WP/BP site.
-
Hugo Ashmore replied to the topic What happens when the WP user is deleted? in the forum How-to & Troubleshooting 9 years, 8 months ago
Why are you not simply using S2 member conditional tags to ensure logged in users can’t perform certain actions around the site like activity updating, accessing groups, posting forum topics, creating posts, you should be able to restrict their activity quite easily until such time as they renew subscription.
-
Hugo Ashmore replied to the topic overriding height of whats-new-options in the forum How-to & Troubleshooting 9 years, 8 months ago
Those inline styles are added via JS, you’ll need to overload the BP JS file in the same way you have the CSS and edit the values, they’re near the top of the file.
-
Hugo Ashmore replied to the topic Title page removed users and groups in the forum How-to & Troubleshooting 9 years, 8 months ago
The issues are being worked through on that trac ticket, but aren’t straightforward, the resolution should be included in the next release of BP, not sure that much can be done in advance of that by way of temp fixes but if something can be figured out we’ll post it here.
-
Hugo Ashmore replied to the topic Can't seem to get BP 2.2's Post Types Activities working in the forum How-to & Troubleshooting 9 years, 8 months ago
Did you check this aspect I mentioned a while back?
>and your template show filter is current i.e uses ‘bp_activity_show_filters()’
-
Hugo Ashmore replied to the topic Can't seem to get BP 2.2's Post Types Activities working in the forum How-to & Troubleshooting 9 years, 8 months ago
@petervandoorn NP there was no offence taken 🙂 more a concern in stating something was wrong, which can be a little black or white, and where it wasn’t necessarily wrong but different things work or are needed in different circumstances.
I wish I could remember what corrected the issue when I encountered the no show in the filter, just in case…[Read more]
-
Hugo Ashmore replied to the topic Remove formating from buddypress.js in the forum How-to & Troubleshooting 9 years, 8 months ago
> this seems like fairy dust
Tend to agree, however it’s not necessarily core functionality it’s located in the templates directory and as such you can overload the file and any file there to your child theme and edit as you see fit, check the codex for explanations of the template hierarchy.
-
Hugo Ashmore replied to the topic Asking me for activation code when trying to log into wordpress in the forum How-to & Troubleshooting 9 years, 8 months ago
>After reading what you said about I looked at the ‘Activation’ drop down and it was set to login so I think that is where I went wrong.
I suspected it was – that was confusing WP. For the moment set activation simply to a new blank regular wp page named ‘activation’.
-
Hugo Ashmore replied to the topic Asking me for activation code when trying to log into wordpress in the forum How-to & Troubleshooting 9 years, 8 months ago
@studdlypig
The admin user or primary user that is setup when a wordpress site installed is always able to login directly, and it’s initally only that user that can activate plugins i.e BuddyPress so I’m not sure why you are having trouble with activation requests. /wp-login.php should allow the admin to login regardless of whether BP is activated…[Read more] -
Hugo Ashmore replied to the topic Asking me for activation code when trying to log into wordpress in the forum How-to & Troubleshooting 9 years, 8 months ago
@studdlypig
The admin user or primary user that is setup when a wordpress site installed is always able to login directly, and it’s initally only that user that can activate plugins i.e BuddyPress so I’m not sure why you are having trouble with activation requests. /wp-login.php should allow the admin to login regardless of whether BP is activated…[Read more] - Load More
@hnla
Active 6 years, 4 months ago