-
kizinko replied to the topic 404 Errors on all pages in the forum How-to & Troubleshooting 11 years, 5 months ago
SOLUTION: I know this is an old post, but I figured I’d share that I found a solution in case anyone else stumbles across this thread. The solution that worked for me was simply re-saving my permalink structure at Settings > Permalinks.
Not sure if other permalink structures will have issues, but mine is set to “/%postname%”.
-
kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting 13 years, 3 months ago
I have been trying a bunch of stuff, but I’m not even sure if I’m doing it right. Does this look right to you?
if ( $bp->current_component != $bp->activity->slug || $bp->current_component != $bp->members->slug || is_null($bp->current_component) […]
-
kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting 13 years, 3 months ago
Well, thank you anyway for trying. Does anyone else have any ideas?
-
kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting 13 years, 3 months ago
No such luck.
I replaced
if ( $bp->current_component != $bp->activity->slug )
with
if ( $bp->current_component != $bp->activity->slug || $bp->current_component == $bp->members->slug )
and the individual user activity […] -
kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting 13 years, 3 months ago
Just realized that the code above works on an individual user’s activity stream (e.g. …/members/*username*/activity/groups/). It hides the activity from the group I want to hide, but I don’t want to hide it from here. I actually […]
-
kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting 13 years, 3 months ago
Hey,
I tried the following code from your post above, but it still isn’t working. đ The activity from the group I’m trying to hide is still showing up on the home page.
‘
function bp_my_activity_filter( $a, $activities […] -
kizinko replied to the forum topic Removing group subnav items in the group How-To and Troubleshooting 13 years, 3 months ago
You can hide it using CSS.
#members-personal-li {display:none;}
-
kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting 13 years, 3 months ago
Ok, so I definitely typed code in those back ticks from the post above, but it didn’t show up. The code without the php tags surrounding it is:
while ( bp_activities() ) : bp_the_activity();
if(bp_get_group_name() != ‘Failed […] -
kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting 13 years, 3 months ago
Ok, so I finally got the code to do something without breaking the site, but it did the opposite of what I need. It still shows the posts on the home page for the group that I’m trying to hide, but the activity stream for that […]
-
kizinko started the forum topic BuddyPress.org – can't edit or delete posts in the forum in the group How-To and Troubleshooting 13 years, 3 months ago
Hey, is anyone else having this problem? I am unable to edit or delete posts on buddypress.org. I have been able to in the past, so I am guessing it is an issue created by the latest wordpress update.
-
kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting 13 years, 3 months ago
Hello modemlooper,
Thanks for your response. I still canât quite get it to work though. I am not very good with PHP yet, so I assume it is my terrible coding. Here is how I tried to incorporate it into /buddypress/bp-themes/bp-default/activity/activity-loop.php: […]
-
kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting 13 years, 3 months ago
while ( bp_activities() ) : bp_the_activity();
if(bp_get_group_name() != âFailed Sundaysâ )
include( locate_template( array( ‘activity/entry.php’ ), false ) )
endif;
endwhile;What am I doing wrong?
-
kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting 13 years, 3 months ago
Hello modemlooper,
Thanks for your response. I still can’t quite get it to work though. I am not very good with PHP yet, so I assume it is my terrible coding. Here is how I tried to incorporate it into /buddypress/bp-themes/bp-default/activity/activity-loop.php:
[…]
-
kizinko replied to the forum topic BP style help needed please in the group How-To and Troubleshooting 13 years, 3 months ago
First thing, you need a child theme if you haven’t already created one. Doing a quick search online should find directions on how to do it if you need.
Second, In that child theme you need a CSS file to make changes to your […]
-
kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting 13 years, 3 months ago
*bump again* :-/
-
kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting 13 years, 3 months ago
*bump*
-
kizinko replied to the forum topic How to edit a post in buddypress in the group How-To and Troubleshooting 13 years, 3 months ago
Are you referring to a post in the activity feed or to a WordPress post being displayed in BuddyPress?
Do you want to edit the content or the style of the post?
-
kizinko replied to the forum topic Changing text colors in bp-default theme. in the group How-To and Troubleshooting 13 years, 3 months ago
Yes, what wilfil said will change the link color to a darker blue, but if you want more control over how dark it will be you can replace the word “blue” in his code “a {color:blue !important;}” to a hexadecimal value.
After […]
-
kizinko started the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting 13 years, 3 months ago
Hello, I need to know if it is possible to hide or remove activity in the main activity stream from certain groups while keeping them set as public groups? If you want an in-context look, my site is http://sunday-fundays.com. […]
-
kizinko posted on the forum topic WP dashboard broke when I selected the option to enable bbPress forums in the group How-To and Troubleshooting 13 years, 4 months ago
I was able to find the file causing the issue after renaming the /buddypress/ folder to /buddypress-abc/.
After gaining access to the admin board I started deleting files one at a time and found that if I delete bp-forums.php […]
- Load More
@kizinko
Active 4 months, 3 weeks ago