-
zamoose posted on the forum topic Is ajax on Buddypress different of ajax on WordPress? in the group Creating & Extending: 13 years, 6 months ago
I too noticed this, as it no longer works in WordPress 3.2 betas.
-
zamoose joined the group Creating & Extending 13 years, 6 months ago
-
zamoose posted on the forum topic How do I detect whether I’m on a BuddyPress page? in the group How-To and Troubleshooting: 14 years, 3 months ago
Awesome! Works like a charm.
-
zamoose posted on the forum topic How do I detect whether I’m on a BuddyPress page? in the group How-To and Troubleshooting: 14 years, 3 months ago
No, that doesn’t work, bp_is_page() requires an argument in order to function.
-
zamoose posted on the forum topic How do I detect whether I’m on a BuddyPress page? in the group How-To and Troubleshooting: 14 years, 3 months ago
The following alteration of my code seems to work in the cases that I’ve tested thus far: if ( is_page() && ( $bp->current_component == ” ) ) { I’m unsure as to whether this is an empty string or a null value for all instances, so I don’t think an is_null() call would be appropriate. […]
-
zamoose started the forum topic How do I detect whether I’m on a BuddyPress page? in the group How-To and Troubleshooting: 14 years, 3 months ago
Howdy, I’m trying to work sub-menus into my theme but am running into issues when navigating to BuddyPress pages (as opposed to standard WP pages, posts, etc.). Basically, what I want to do is have pages (where appropriate) display a sub menu, ala: http://skitch.com/zamoose/d12ns/about-us-delta-sigma-theta-sorority-inc-south-jersey-alumnae-chapter…[Read more]
-
zamoose posted on the forum topic Private group RSS? in the group How-To and Troubleshooting: 14 years, 5 months ago
*sigh* Not what I wanted to hear. There are ways to password-protect RSS feeds. Anything that could be done in that respect, perhaps?
-
zamoose started the forum topic Private group RSS? in the group How-To and Troubleshooting: 14 years, 5 months ago
Is it possible to enable RSS feeds for private groups? When I attempt to navigate to http://host/groups/groupname/feed/ from either a web browser or using Thunderbird’s RSS reader functionality, I get “http://host/groups/groupname/feed/ is not a valid feed.”
This is a fairly major issue for a subset of my users.
-
zamoose joined the group How-To and Troubleshooting 14 years, 5 months ago
@zamoose
Active 8 years, 3 months ago