-
Hugo Ashmore replied to the topic Adding Members Name to their profile page meta title in the forum How-to & Troubleshooting 12 years, 4 months ago
Not really clear what you’re trying to change, the head title tag, the members account screens bp_is_user, or members directory page title. As standard BP displays the users name on their user account screens or when you visit another users account, if your site isn’t then that’s a theme issue to ask of the authors.
You could use the below to get…[Read more]
-
Hugo Ashmore replied to the topic Removing bp_nav menu item for specific users in the forum How-to & Troubleshooting 12 years, 4 months ago
You should be crashing & burning with:
$bp->loggedin_user[‘id’]It’s an object so should be this:
$bp->loggedin_user->idOr better use:
bp_loggedin_user_id() -
Hugo Ashmore replied to the topic Messages not going into Members' Inboxes in the forum How-to & Troubleshooting 12 years, 4 months ago
That is a sitewide notice, as far as I am aware that never did send emails just posted a notice on site. Oddly I was reading a copule of tickets or a ticket yesterday to understand what had happened in 1.7 and why the message had been fed through to wp_footer (r-a-y had a hand in it I believe 🙂 ) Sure Boone mentioned some historic issue with BP…[Read more]
-
Hugo Ashmore replied to the topic am i doing something wrong ? buddypress in the forum Installing BuddyPress 12 years, 4 months ago
Did you however scan that link I posted earlier on WP permalinks, I’m not sure the solution you have arrived at is a good one but I may stand to be corrected.
-
Hugo Ashmore replied to the topic How do I hide my BuddyPress content from Google? in the forum How-to & Troubleshooting 12 years, 4 months ago
You did of course add a robots.txt text file? Use webmaster tools to give more granular control on the site with Google? Disabled feeds in case they are an issue?
-
Hugo Ashmore replied to the topic am i doing something wrong ? buddypress in the forum Installing BuddyPress 12 years, 4 months ago
Sorry didn’t mean to dismiss the fact you did bother to list your details, we appreciate that, brief explanations of issues are good form though.
Not sure what issue you’re having but possible, if BP is not in WP root, you may need to state the blog id BP is running under but that’s really a MS issue. Is this a MS install ? If so try…[Read more]
-
Hugo Ashmore replied to the topic am i doing something wrong ? buddypress in the forum Installing BuddyPress 12 years, 4 months ago
You don’t really preface all that with a brief description of what is wrong!
Windows for starters is an issue with permalinks, you’ll need to read this for a better understanding:
https://codex.wordpress.org/Using_PermalinksAlthough you say WP was/is working what permalink structure do you have? BP needs anything other than the default set.
-
Hugo Ashmore replied to the topic Registered Members Not Being Added to Members List in the forum How-to & Troubleshooting 12 years, 4 months ago
The usual test please switch to a theme such as twentytwelve and see if issue persists also ensure some activity has taken place, add an update just to be certain the member is picked up on.
WordPress.org-approved BuddyPress themes
Is that a theme name then! helps to perhaps state an actual theme you’re using when this happens.
-
Hugo Ashmore replied to the topic where to get older releases of bp? in the forum How-to & Troubleshooting 12 years, 4 months ago
@praveshraheja Just to let you know that I have removed that link, they’re is only one place to safely download the core BP files and that’s the official repo, please don’t post links like that again.
And that link chouf1 provided is the tag list, that is the full release history from day one.
-
Hugo Ashmore replied to the topic Trouble with some child theme templates in the forum How-to & Troubleshooting 12 years, 4 months ago
exactly if you place members in the top root of your theme BP 1.7 will look for that and assume you are wanting to disable theme compatibility, it’s a means of ensuring backwards compatibility with themes already customised or template packed. BP theme compatibility only allows you to overload files by placing them in my-theme/buddypress/members/…[Read more]
-
Hugo Ashmore replied to the topic CSS Transitions for BP Navigation in the forum Miscellaneous 12 years, 5 months ago
@johnconner
You can pick this gist example set of nav styles apart if it helps:
https://gist.github.com/hnla/5390835 -
Hugo Ashmore replied to the topic checkbox xprofile field – default "checked" in the forum How-to & Troubleshooting 12 years, 5 months ago
Search trac for tickets on the subject I reported on one issue ages back with select options.
As far as I’m aware the ‘default’ in select terms simply means that which appears first or would be selection if simply returned, possibly this needs looking at for checkboxes, but as for behaviour I would expect the intial value to be false or 0 these…[Read more]
-
Hugo Ashmore replied to the topic Tweaking the layout – what is my structure? in the forum Requests & Feedback 12 years, 5 months ago
You don’t mention what theme your using and information like that is important.
But in the meantime why are you trying to use BP in the older bp-default manner, i.e with template pack and folders copied over, is there a particular reason or did you try simply running your theme and letting BP use it’s new theme compatibility mechanism to find it…[Read more]
-
Hugo Ashmore replied to the topic [Resolved] Where is activity stream privacy? in the forum Installing BuddyPress 12 years, 5 months ago
@megainfo was this not perhaps something you could have contributed / returned a patch to core to bolster the work Boone put in for the profile aspect.
It be lovely to see a larger section of the BP coding community helping on trac tickets and the core developers.
Regardless though it’s a useful addition to BP, well done.
-
Hugo Ashmore replied to the topic Twenty Twelve and Buddypress 1.7 in the forum How-to & Troubleshooting 12 years, 5 months ago
Based on that it’s hard to know what’s wrong, did you read / follow that link I gave you. Show us what paths your copied files are in:
/my-theme/
page.php
index.php etc
/my-theme/buddypress/members/index.phpThese files need to be copied over from the /bp-template/bp-legeacy/buddypress/ directory not simply copies of the files you had before…[Read more]
-
Hugo Ashmore replied to the topic [Resolved] New Buddypress Install – Weird Looking Pages in the forum How-to & Troubleshooting 12 years, 5 months ago
(once I heard about every theme compatibility, which is awesome).
However by the look of things you aren’t actually running under the new Theme Compatibility layer.
Your layout under BP pages and lack of theme compat stylesheet suggests you’ve activated the older bp-default theme? If so you don’t want to be if using a custom third party theme or…[Read more] -
Hugo Ashmore replied to the topic Not able to upload image taking from camera, how to fix in the forum How-to & Troubleshooting 12 years, 5 months ago
Not that I know of.
-
Hugo Ashmore replied to the topic Not able to upload image taking from camera, how to fix in the forum How-to & Troubleshooting 12 years, 5 months ago
This is a Camara issue or WP file upload size limitation issue, not a BP one really. First thing is try to avoid uploading images in a raw format from a camara. On the web only deal with what is generally refereed to as ‘Web Ready’ images jpg, gif, png and of a suitable size, then you might need to check what file upload limitations are in effect…[Read more]
-
Hugo Ashmore replied to the topic [Resolved] BuddyPress 1.7 Theming in the forum Creating & Extending 12 years, 5 months ago
Well sorry ‘Dude’ I wrote it took me a half day almost so think 1 minute spent looking for it and posting the link wasn’t too much to ask or expect 😉
-
Hugo Ashmore replied to the topic Why not blogs? in the forum Installing BuddyPress 12 years, 5 months ago
If not MS then how have you let every user post, by simply allowing them to post on the main blog or have you used a plugin to allow user blogs? There is no built in means to show blog posts on a users account screens, that would need to coded, the ‘blogs’ tab in user accounts shows a users MS sites.
- Load More
@hnla
Active 7 years, 2 months ago