-
onyx808 started the forum topic Whats going on? in the group How-To and Troubleshooting 13 years, 4 months ago
everytime I do a search here it redirects me to the homepage… there is only 20 topics on support.. site is acting wierd…
-
onyx808 posted on the forum topic Filtering out Activity Stream stuff in the group How-To and Troubleshooting: 13 years, 5 months ago
@justbishop the one lastest update where? in the activity or profile pages?
-
onyx808 posted on the forum topic Filtering out Activity Stream stuff in the group How-To and Troubleshooting: 13 years, 5 months ago
@justbishop if you put it in the fuctions.php it will filter sitewide… so I guess you will have to put it in the activity loop…
-
onyx808 posted on the forum topic conditional statement based on a returned field value outside of loop in the group How-To and Troubleshooting: 13 years, 5 months ago
@DJPaul any idea of how to pass the user id too? I been trying but fail so far…
tried&user_id=' . bp_displayed_user_id()
global $bp;
bp_is_member()
….. nothing seems to work =( -
onyx808 posted on the forum topic conditional statement based on a returned field value outside of loop in the group How-To and Troubleshooting: 13 years, 5 months ago
@DJPaul any idea why this would not work on the activity page?
-
onyx808 posted on the forum topic conditional statement based on a returned field value outside of loop in the group How-To and Troubleshooting: 13 years, 5 months ago
Sorry actually works on all pages but the activity page…not sure why is not working in the activity page… ;(
-
onyx808 posted on the forum topic conditional statement based on a returned field value outside of loop in the group How-To and Troubleshooting: 13 years, 5 months ago
@hnla its only working on the profile page… but not in the other pages… any idea how to get it to work on all pages?
-
onyx808 started the forum topic xfields content? in the group How-To and Troubleshooting: 13 years, 5 months ago
hey guys,
Ok here is what I been thinking. how can I display different sidebars or other content depending on xfields?
for example if the xfield for city = LA it will display “LA sidebar” ??? -
onyx808 posted on the forum topic Filtering out Activity Stream stuff in the group How-To and Troubleshooting: 13 years, 5 months ago
have you tried something like this?
function filtering_activity_default( $qs ) {
if ( empty( $qs ) && empty( $_POST ) ) {
$qs = ‘action=activity_update’;
}return $qs;
}
add_filter( ‘bp_ajax_querystring’, ‘filtering_activity_default’, 999 );in the functions.php of your theme… this filters everything and only outputs the activity updates
-
onyx808 posted on the forum topic Huge apologies – I'm back! in the group BuddyPress Like: 13 years, 5 months ago
this is great! any time frame??
-
onyx808 joined the group BuddyPress Like 13 years, 5 months ago
-
Marcos Nobre posted an update 13 years, 6 months ago
@DJPaul @DJPaul could you take a look at the question I posted here? http://cleverness.org/2011/01/27/updated-buddypress-user-roles-code/
-
onyx808 started the forum topic Willing to pay $$ for different type of user registration in the group How-To and Troubleshooting: 13 years, 6 months ago
hey guys,
Im willing to pay $ as long as its reasonable… for adding a second type of user to the registration page where this second type of user has a different profile page than the others…
Any takers?
-
onyx808 started the forum topic Notifications (Number) in the group How-To and Troubleshooting: 13 years, 6 months ago
Hey guys, I have the notifications in my navigation bar and its working fine, the problem is that when I get more than 1 notification it only shows the number (1) even if I have 3 friends request in the navigation shows “Notifications 1” is there a fix so if I had 3 friend request […]
-
onyx808 posted on the forum topic Removing Activity Reply Scroll in the group How-To and Troubleshooting: 13 years, 6 months ago
but to answer that question I think you will have to disable the javascript that is creating that effect on the page…
-
onyx808 posted on the forum topic Removing Activity Reply Scroll in the group How-To and Troubleshooting: 13 years, 6 months ago
scrolling is better than just pushing… my thoughts…
-
onyx808 posted on the forum topic skipping homepage? in the group BuddyPress Private Community: 13 years, 6 months ago
@NipponMonkey any help?
I figured out that if you put the http://www.domain.com works fine but if you just type domain.com it redirects to domain.com/register
Help!
-
onyx808 posted on the forum topic Top Friends? in the group Creating & Extending: 13 years, 6 months ago
anyone?
-
onyx808 posted on the forum topic buddypress support for thumbnail? in the group How-To and Troubleshooting: 13 years, 6 months ago
the “add featured thumbnail” option on the editing screen doesnt show up… its wierd because it works on my local machine but not on the server…
-
onyx808 started the forum topic skipping homepage? in the group BuddyPress Private Community: 13 years, 6 months ago
Hey guys I have the fallowing configuration MM_BUDDYPRESS_PRIVATE_COMMUNITY::$ALLOWED_URIS = Array( ”, ‘/register’); the first empty ” it suppose to allow the homepage but when someone types the url in the browser they getting redirected to the register page, if you delete the register from the url it works fine.. it seems like its skiping the […]
- Load More
@onyx808
Active 5 years, 3 months ago