-
Pisanojm started the forum topic Sticky Update in the group How-To and Troubleshooting: 15 years, 2 months ago
Is there anyway to make a “StickY” update.. one that stays at the top of the activity stream for a set amount of time?
-
Pisanojm posted a new activity comment 15 years, 2 months ago
Ray, I’m assuming you mean this code:
function blog_posts_by_default( $query_string ) {
global $bp;
if ( !$query_string )
$query_string = '';if ( ($bp->current_component == BP_ACTIVITY_SLUG || !$bp->current_component) ) {
if ( strpos( $query_string, 'action' ) == 0 )
$query_string .= '&type=activity_update&action=activity_update';
}return…[Read more]
-
Pisanojm posted a new activity comment 15 years, 2 months ago
Not sure… it sounds like you have some type of plugin (registration) or something that is re-directing… try disabling all your plugins except buddypress and see what happens…
-
Pisanojm posted an update 15 years, 2 months ago
@boonebgorges @boonebgorges Boone, I’m looking for a quick code edit to make the default activity stream show “show updates” and not “no filter”… I’m not a coder but can manipulate files and make edits if someone posts them. @r-a-y pointed me to this post, but I can’t figure out how to do what I want… if you have a quick second to explain…[Read more]
-
You basically add Boone’s snippet into your theme’s functions.php file. Give it a shot and see what happens.
-
Ray, I’m assuming you mean this code:
function blog_posts_by_default( $query_string ) {
global $bp;
if ( !$query_string )
$query_string = '';if ( ($bp->current_component == BP_ACTIVITY_SLUG || !$bp->current_component) ) {
if ( strpos( $query_string, 'action' ) == 0 )
$query_string .= '&type=activity_update&action=activity_update';
}return…[Read more]
-
You don’t need to change anything since “activity_update” equates to “Show Updates”. Throw it anywhere in functions.php and see what happens!
Btw, thanks for the nice comment!
-
-
-
-
Pisanojm posted a new activity comment 15 years, 2 months ago
Thanks, but it wasn’t my solution… I’m glad it worked for you!
-
Pisanojm posted a new activity comment 15 years, 2 months ago
whoops, didn’t include the thread link…
-
Pisanojm posted a new activity comment 15 years, 2 months ago
Hi Rob,
The file you need to change is in the plugins/buddypress/bp-groups/ folder called bp-groups-classes.php.
The entire thread discussing what to change is here, including the line numbers… do yourself a huge favor and don’t try to edit the file in a “normal” doc editor like wordpad, etc… download something like pspad freeware editor…[Read more]
-
Pisanojm posted a new activity comment 15 years, 2 months ago
donation sent AND I encourage ALL of the users of these great plugins to take a few minutes and a few dollars and SUPPORT these plugin developers by donating money to their work.
-
Pisanojm posted an update in the group CD BuddyPress Avatar Bubble: 15 years, 2 months ago
This Plugin is AMazing! Exactly what we were looking for. This should be used here on Buddypress.org (Ninjas?) .
Will be sending you a donation…
-
Pisanojm joined the group CD BuddyPress Avatar Bubble 15 years, 2 months ago
-
Pisanojm started the forum topic How to default filter in activity stream in the group How-To and Troubleshooting: 15 years, 2 months ago
Hello all, How do I default the filter in the activity stream from “no filter” to “show updates”? Ideas? Thanks.
-
Pisanojm posted an update in the group W3 Total Cache: 15 years, 2 months ago
Still can’t get the CDN to work with S3 with wp3.0 1.2.5 Can’t create a bucket because of credentials…
-
Pisanojm posted an update in the group W3 Total Cache: 15 years, 2 months ago
enabling the object cache in w3 with bP 1.2.5 wp30, development version of plugin causes private messaging not to work correctly.
-
Pisanojm joined the group W3 Total Cache 15 years, 2 months ago
-
Pisanojm posted an update 15 years, 2 months ago
@blackphantom Peter… when twitter went down today at 12:25 or so PM EST.. the site basically stopped working..although no errors were generated via the plugin… I’m wondering if you can make some sort of time-out function if it doesn’t connect with twitter…. stop the plugin function for “x” amount of minutes until it checks again… or check…[Read more]
-
Pisanojm posted an update in the group How-To and Troubleshooting: 15 years, 2 months ago
-
Pisanojm posted an update in the group Miscellaneous: 15 years, 2 months ago
I’m posting a link to a couple of videos that I just finished basically explaining how we are using Buddypress in Education with our Music Education Professional Learning Network. The BP site is Closed BETA right now and will be a free, but registered user only site. It also gives a good overview of many of the features of buddypress in a…[Read more]
-
Pisanojm posted on the forum topic Peter Please expand/clarify on this option setting in tweetstream. in the group Tweetstream: 15 years, 2 months ago
When I get some free time, I’m going to try and start a faq for you…
-
Pisanojm posted on the forum topic Peter Please expand/clarify on this option setting in tweetstream. in the group Tweetstream: 15 years, 2 months ago
@blackphantom also… still seeing the names missing from some tweet imports in the status updates. you can see this here: http://musicpln.org/picts/tweetstream-user-issue-with-hame.png
or here: http://mustech.net/miscpicts/tweetstreamissue.png -
Pisanojm posted a new activity comment 15 years, 2 months ago
Ok, so after some more digging found your comments here:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/is-wp-supercache-okay-to-use-with-bp/Is WP SuperCache ok? or the same problems… It wasn’t answered on that thread.
What caching do you do? - Load More
@pisanojm
Not recently active
You don’t need to change anything since “activity_update” equates to “Show Updates”. Throw it anywhere in functions.php and see what happens!
Btw, thanks for the nice comment!