-
Hugo Ashmore replied to the topic [Resolved] Buddypress Pages Post ID in the forum How-to & Troubleshooting 11 years, 1 month ago
sorry extended my response above.
You may need to explain why you want or need post_meta for a bp page, there wouldn’t be any would there?
-
Hugo Ashmore replied to the topic [Resolved] Buddypress Pages Post ID in the forum How-to & Troubleshooting 11 years, 1 month ago
What’s the problem?
BP pages are not strictly posts they use the_content() to simply pass through BP data, they are a sort of faux post.
Why do you need a class there, there are plenty of class tokens to hook onto.
-
Hugo Ashmore replied to the topic javascript precedence in the forum Ideas 11 years, 1 month ago
? Call your own functions.php overload the bp class or as mentioned please open a trac ticket if you believe this is an issue, as the matter will receive attention there whereas on the support forum it won’t necessarily.
-
Hugo Ashmore replied to the topic Group Pages in BP revert back to my Home Page template instead of an Archive in the forum How-to & Troubleshooting 11 years, 1 month ago
No you start with the theme authors as themes play the most significant part, BP works just fine with WP default theme series.
I would remove that login from public view you may also want to ensure the pass is changed. Best not to leave site access unless requested by someone.
-
Hugo Ashmore replied to the topic PHP Errors in the forum Requests & Feedback 11 years, 1 month ago
@keiser-media As mentioned above please update the ticket then. The forum isn’t the place for this kind of thing, it won’t necessarily come to the attention of the core devs whereas tickets will do, also anyone is welcome to provide patches to help the project along.
-
Hugo Ashmore replied to the topic Layout is to narrow in the forum How-to & Troubleshooting 11 years, 1 month ago
@proculinar
Your theme sets a very narrow width for a generic instance of ‘article.post’ it later changes that to be wider if a single post or page class is on the body tag, this isn’t ideal!You will need to add a ruleset like this:
.buddypress article.post {width: 100%;}
Try and locate that after the other article.post rulesets which are…[Read more]
-
Hugo Ashmore replied to the topic Layout is to narrow in the forum How-to & Troubleshooting 11 years, 1 month ago
42 minutes?? Please do not bump posts until at least ~24 hours has passed 42 minutes is definitely far far too soon to be bumping your thread seeking help. please remember this forum is not a service nor is it a paid for service, threads are entirely answered by a volunteer community. The forums purpose is to attempt to lend some support for BP…[Read more]
-
Hugo Ashmore replied to the topic Customising text outputted by bp_members_pagination_count() in the forum How-to & Troubleshooting 11 years, 1 month ago
grab one from trunk to be safe?
-
Hugo Ashmore replied to the topic i cant get to the backend of my site in the forum Installing BuddyPress 11 years, 1 month ago
You’ll need to provide a little more detail than that. ‘tab’ ? what do you mean by tab, what theme are you using .
have you actually tried a manual url? /wp-login.php ? or /wp-admin/
-
Hugo Ashmore replied to the topic i cant get to the backend of my site in the forum Installing BuddyPress 11 years, 1 month ago
closed – Duplicate.
-
Hugo Ashmore replied to the topic Customising text outputted by bp_members_pagination_count() in the forum How-to & Troubleshooting 11 years, 1 month ago
Well I could find it and appeared to be able to change it.
-
Hugo Ashmore replied to the topic Child site blog posts in activity stream in the forum How-to & Troubleshooting 11 years, 1 month ago
And have you enabled ‘Site Tracking’ in BP settings?
-
Hugo Ashmore replied to the topic Tag Cloud – set number of tags in the forum How-to & Troubleshooting 11 years, 1 month ago
Examine your themes sidebars, functions.php and plain old widgets to try and fathom where the tagcloud is being set from if it’s custom i.e not just the WP widget and you can find it then you should be able to pass it args as in the link above but equally editing a core theme file will suffer same fate as any ‘core’ file that can be updated so…[Read more]
-
Hugo Ashmore replied to the topic Registration Process in the forum How-to & Troubleshooting 11 years, 1 month ago
You’ll need to look at the core function that filter ‘bp_core_signup_send_validation_email_message’ belongs to to see what has been missed in the return;.
-
Hugo updated the groups_get_groupmeta() page, on the BuddyPress Codex 11 years, 1 month ago
Function to get custom group meta.
If you don’t pass a meta_key it returns ALL meta data associated with that group_id.Returns String or Array of Meta Values.
Odd Behavior: If you pass no meta key to get […]
-
Hugo Ashmore replied to the topic Tag Cloud – set number of tags in the forum How-to & Troubleshooting 11 years, 1 month ago
Please never advise people edit core files. Core files must never be edited as you may cause unintended issues to develop and changes will be overwritten on update.
The code Henry showed is how one displays a tag cloud in template files https://codex.wordpress.org/Function_Reference/wp_tag_cloud
The question is how your theme is handling this,…[Read more]
-
Hugo Ashmore replied to the topic Can someone please fix the page for the Buddypress Template Pack Plugin? in the forum Installing BuddyPress 11 years, 1 month ago
@cc-cailin It’s stated at the very top of the WP plugin forum page you link to!! the statement reads ‘please don’t use’
This was the whole point of all the work that went into BP 1.7 for theme compat. Please read those links provided so you understand how things work now, it’s also worth following the BP blog and even bpdevel site to keep up to…[Read more]
-
Hugo Ashmore replied to the topic activity stream gone in the forum How-to & Troubleshooting 11 years, 1 month ago
never ever spaces never ever caps, *nix has never allowed spaces in file names it is only MS Windows/DOS that broke that rule; names in *nix are case sensitive so File.php is different from file.php
-
Hugo updated the functions.php page, on the BuddyPress Codex 11 years, 1 month ago
You’ve probably heard a lot of talk about a theme’s functions.php file on the BuddyPress forums or WordPress forums.
So what is it?
functions.php is a file in your theme’s folder where you can add a bunch of […] -
Hugo updated the Template Hierarchy page, on the BuddyPress Codex 11 years, 1 month ago
Prologue
BuddyPress 1.7 introduced universal theme compatibility making it easier for WordPress theme designers to work with BuddyPress.What this means is if you are on a BuddyPress page, BuddyPress will look […]
- Load More
@hnla
Active 6 years, 4 months ago