-
Hugo Ashmore replied to the topic Profile pages disappeared after upgrade to 2.2 in the forum How-to & Troubleshooting 9 years, 9 months ago
It’s a combination of issues, The main problem lies with WP and has an update to correct is_page() returning true for pages with ID 0 which BP profile pages need to have.
For the moment to your is_page checks add
&& ! bp_is_user()
-
Hugo Ashmore replied to the topic Pagination links have same href [Resolved] in the forum Creating & Extending 9 years, 9 months ago
Glad to hear issue resolved then, the concerns with notifications are another matter so we’ll close this ticket as resolved.
-
Hugo Ashmore replied to the topic version 2.2.0 and is_page() [Resolved] in the forum How-to & Troubleshooting 9 years, 9 months ago
@r-a-y no I guess I couldn’t get my head around how or why this was happening, get it now, but it’s a pretty horrible issue 🙂
-
Hugo Ashmore replied to the topic Pagination links have same href [Resolved] in the forum Creating & Extending 9 years, 9 months ago
@r-a-y ok well my bad although from recent experience having to work through BP pagination it all seems to originate from same process or WP source and the OP’s issue does sound very similar – not a fun little bit of BP at all!
-
Hugo Ashmore replied to the topic Pagination links have same href [Resolved] in the forum Creating & Extending 9 years, 9 months ago
@r-a-y ok well my bad although from recent experience having to work through BP pagination it all seems to originate from same process or WP source – not a fun little bit of BP at all!
-
Hugo Ashmore replied to the topic Pagination links have same href [Resolved] in the forum Creating & Extending 9 years, 9 months ago
-
Hugo Ashmore replied to the topic How to unify various icons on status textbox? in the forum How-to & Troubleshooting 9 years, 9 months ago
@rosyteddy you are showing custom elements, this is not bp default view for whats-new posting area, you will need to address styles if you want to get these additional aspects displaying nicely.
BP its self cannot style for elements that might be added or for styles where it doesn’t know what the theme in use may add, third party plugins will…[Read more]
-
Hugo Ashmore replied to the topic Can't get to Dashboard in the forum How-to & Troubleshooting 9 years, 9 months ago
When posting in future do not expose your server paths like you have, showing your home directory path and name is a security concern – I’m editing it out for you.
Use FTP or your cpanel file manager to rename BP folder name to force WP to deactivate it on next login attempt that should allow you back in.
-
Hugo Ashmore replied to the topic version 2.2.0 and is_page() [Resolved] in the forum How-to & Troubleshooting 9 years, 9 months ago
@r-a-y what tickets and changes are relevant to this issue? I’ve tracked back and through all I can find on is_page() and can’t locate this last change, this may be a bug with WP but I now have an issue with perfectly legitimate is_page & is_singular() checks on screens/CPT’s slugs that have nothing whatsoever to do with BP and manage loading of…[Read more]
-
Hugo updated the Providing Support at the BuddyPress Forums page, on the BuddyPress Codex 9 years, 9 months ago
Welcome Forum Volunteers
Thank you for taking the time to provide support at the BuddyPress Forums. Please note that the rules and guidelines set up in the WordPress support forums apply here as well. The […]
-
Hugo Ashmore replied to the topic How to hide member page from logout users? in the forum How-to & Troubleshooting 9 years, 9 months ago
This is a question for S2 Member then and you should check it’s extensive documentation on how to block pages, if that proves unsuitable for your purposes then check back here and people can point you in the right direction to write custom functions to make pages private.
-
Hugo Ashmore replied to the topic version 2.2.0 and is_page() [Resolved] in the forum How-to & Troubleshooting 9 years, 9 months ago
Yep dumping an is_page(‘about’) on a single group does return true, I would suggest a thorough trawl through tickets for 2.2 to see what might have changed behaviour if indeed that’s the case other than that a test case of some description so people can see exactly what is attempted and how it breaks, however I suspect in reality the original…[Read more]
-
Hugo Ashmore replied to the topic version 2.2.0 and is_page() [Resolved] in the forum How-to & Troubleshooting 9 years, 9 months ago
‘about’ was simply an example to point out that if I dump that in a BP page it will return false, so that it wouldn’t in your case tends to point to something up with your install, quite what I’m not sure at this stage.
-
Hugo Ashmore replied to the topic version 2.2.0 and is_page() [Resolved] in the forum How-to & Troubleshooting 9 years, 9 months ago
Well you could and probably should be using tags like bp_is_register_page() although logged in BP will or is supposed to redirect to the home page if you try and access a page registered to the BP registration template.
So the issue then is that if you have is_page(‘about’) in that else clause then any bp page you land on would return true for…[Read more]
-
Hugo Ashmore replied to the topic version 2.2.0 and is_page() [Resolved] in the forum How-to & Troubleshooting 9 years, 9 months ago
@tobyhawkins
Not sure how you’re running your checks, where or to what end, but I wouldn’t use is_page() where BP is concerned, but it sort of depends on what exactly your theme is trying to do, BP has template tags such as bp_current_component() & bp_current_action() that can provide very specific checks for screens.This ticket and the links to…[Read more]
-
Hugo Ashmore replied to the topic version 2.2.0 and is_page() [Resolved] in the forum How-to & Troubleshooting 9 years, 9 months ago
@tobyhawkins
Not sure how you’re running your checks, where or to what end, but I wouldn’t use is_page() where BP is concerned, but it sort of depends on what exactly your theme is trying to do, BP has template tags such as bp_current_component() & bp_current_action() that can provide very specific checks for screens.This ticket and the links to…[Read more]
-
Hugo Ashmore replied to the topic version 2.2.0 and is_page() [Resolved] in the forum How-to & Troubleshooting 9 years, 9 months ago
You don’t actually state what the issue is!
There were some issues with is_page a while back that I dimply remember being addressed but wasn’t aware of any current ones.
Do describe the issue so we have a chance to try and replicate.
-
Hugo Ashmore replied to the topic Buddypress user can create a group which already existed in the forum How-to & Troubleshooting 9 years, 9 months ago
There is no code I’m aware of, you would need to write a custom function that hooked in to the group creation hook and ran a check on existing names compared to proposed name and bailed out with an error message if a match found.
-
Hugo Ashmore replied to the topic How can I limit the size of the group avatar? in the forum How-to & Troubleshooting 9 years, 9 months ago
How does the system re-size it to that degree, those aren’t BP defaults – which you can change and which you can also adjust down in size by passing height/width parameters back through the calling avatar functions in templates.
Have you got some custom code at work or a theme that is managing BP avatars ?
-
Hugo Ashmore replied to the topic Buddypress user can create a group which already existed in the forum How-to & Troubleshooting 9 years, 9 months ago
It creates as in the group name, if you look at the slug or machine name, the url you should see it as *-1234 which I presume is the id appended, this behaviour is similar to that which would happen in WP if you created two pages with the same name, your not prevented from doing so but WP needs to be able to reference them so will append ‘-2’ to…[Read more]
- Load More
@hnla
Active 6 years, 4 months ago