-
crashy11 replied to the topic Buddypress and S2 member Activity problem in the forum How-to & Troubleshooting 11 years, 4 months ago
Ah, what can I do, I hope in new version of buddypress there will be option to turn off activity for certain account.
It could be done with custom post type, but then again you need to integrate some code, because when you make post with custom post type, posts are not showing in category they supposed to show.
Custom post types doesn’t show in…[Read more]
-
crashy11 replied to the topic Buddypress and S2 member Activity problem in the forum How-to & Troubleshooting 11 years, 4 months ago
Yes that could work with shortcodes, but You need to put content every time you make post between that shortcode.
-
crashy11 replied to the topic Buddypress and S2 member Activity problem in the forum How-to & Troubleshooting 11 years, 4 months ago
I tried to put your code and changed user login but its not working.
echo 'Username: ' . $current_user->user_login . "n";
echo 'User ID: ' . $current_user->ID . "n";
This situation could be done with custom post type, but another problem is that posts are not showing in category that you mark.
I found on this forum someone had similar problem…[Read more]
-
crashy11 replied to the topic Buddypress and S2 member Activity problem in the forum How-to & Troubleshooting 11 years, 4 months ago
Ok thank You I will try and let you know.
What I am trying to accomplish is this. I created couple of categories by membership levels (1,2,3). I restricted those categories in S2 members options so only user that have certain level of membership can see posts in those category.
Now problem is, when I create post for example for category level 3,…[Read more]
-
crashy11 replied to the topic Buddypress and S2 member Activity problem in the forum How-to & Troubleshooting 11 years, 4 months ago
Hey, can you please tell where I should place that code you posted?
I am trying to exclude one username from activity stream since with that account I will make posts that are based on different membership levels. Or as I wrote on beginning just exclude all blog posts from activity stream.
I tried to do it with custom post types, it doesn’t show…[Read more]
-
crashy11 replied to the topic Buddypress and S2 member Activity problem in the forum How-to & Troubleshooting 11 years, 4 months ago
I tried to add this code to bp-custom.php but it seems that doesn’t work, does anyone maybe have new code?
Code is used to exclude one user activity from buddypress activity stream.<?php
add_action(“plugins_loaded”,”bpdev_init_sm_mode”);
function bpdev_init_sm_mode(){
global $current_user;
if(is_user_logged_in()) {…[Read more] -
crashy11 replied to the topic Buddypress and S2 member Activity problem in the forum How-to & Troubleshooting 11 years, 4 months ago
I think I can do it with custom post type, but now I have problem that posts from custom post type are not showing in category.
-
crashy11 replied to the topic Buddypress and S2 member Activity problem in the forum How-to & Troubleshooting 11 years, 4 months ago
Hi, is that hard to make? Can I do that by myself maybe?
-
crashy11 started the topic Buddypress and S2 member Activity problem in the forum How-to & Troubleshooting 11 years, 4 months ago
Hello,
I got one question, I integrated S2 member plugin with buddypress, but I got one problem. I have different types of membership levels (example: level 1, level 2, level 3), when I make post from admin account or another account that I created (editor) every membership level see that post in activity, even level subscribers which are not…[Read more]
@crashy11
Not recently active