-
Korhan Ekinci posted on the forum topic cubepoints plugin shows real name in the group BuddyPress Usernames Only: 14 years, 3 months ago
Hi,
Thanks for the code @r-a-y
I just wanted to link the top users to their profile page and hacked this line:
$html .= ‘<a href="”>’.$data.’ (‘.cp_formatPoints((int) $data).’)’;
ok, the link did not display. bp_member_permalink() in between href=””
but somehow the links don’t work. Is there something i am missing?
-
Korhan Ekinci joined the group BuddyPress Usernames Only 14 years, 3 months ago
-
Korhan Ekinci posted on the forum topic Display one status update in activity stream per user in the group How-To and Troubleshooting: 14 years, 3 months ago
is there no one with such interest?
-
Korhan Ekinci started the forum topic Display one status update in activity stream per user in the group How-To and Troubleshooting: 14 years, 3 months ago
I have wp 3.0 and latest bp. I like to display only one status update per member in activity stream. For example if member x posts status update “status-update1” and than posts “status-update2”, i like to display the latest one “status-update2” only in the activity stream home page. Off course in the profile page of […]
-
Korhan Ekinci posted on the forum topic WP Facebook Autoconnect Avatar Superseding uploaded avatar in the group How-To and Troubleshooting: 14 years, 4 months ago
@JordashTalon, how did you get it to work? I have wp 3 and latest bp with default bp theme. I am working on this for the past 3 days and no success!
-
Korhan Ekinci posted on the forum topic Facebook Connect with Buddypress in the group Third Party Components & Plugins: 14 years, 4 months ago
Thanks @el_terko. It worked for the first login and never after.
When i login it through wp-facebook, it logs in and then after 3 seconds automatically logs out.
-
Korhan Ekinci posted on the forum topic Facebook Connect with Buddypress in the group Third Party Components & Plugins: 14 years, 4 months ago
Thanks for your help @r-a-y.
I will try to contact Justin Klein and hopefully he can help me. I will post here if something new comes up.
-
Korhan Ekinci posted on the forum topic Facebook Connect with Buddypress in the group Third Party Components & Plugins: 14 years, 4 months ago
when i try to login using fb, i get “page not found” for: “/wp-content/plugins/wp-fb-autoconnect/_process_login.php”
Yes, all files of the plugin are uploaded.
I checked the box in plugin settings: “Show full log on error”
there is nothing shown -
Korhan Ekinci posted on the forum topic Facebook Connect with Buddypress in the group Third Party Components & Plugins: 14 years, 4 months ago
Actually, i do use the bp default theme.
It directs to:
/wp-content/plugins/wp-fb-autoconnect/_process_login.php -
Korhan Ekinci posted on the forum topic Facebook Connect with Buddypress in the group Third Party Components & Plugins: 14 years, 4 months ago
Thanks @r-a-y. I tried working on this plugin and could not get it to work on my website. I get “page not found” when i try to login through fb-autoconnect. I have a single blog with activity stream only (no groups, no forums). I use “fb like” plugin and just in case disabled it and still […]
-
Korhan Ekinci started the forum topic Facebook Connect with Buddypress in the group Third Party Components & Plugins: 14 years, 4 months ago
Hi,
Isn’t there a plugin yet for the latest BP and WP for users to loging (register) through Facebook connect?
I tried all the plugins out there and nothing seems to work!
-
Korhan Ekinci joined the group Third Party Components & Plugins 14 years, 4 months ago
-
Korhan Ekinci posted on the forum topic Status Update & Blog Comments Only in Activity Stream in the group How-To and Troubleshooting: 14 years, 4 months ago
@nuprn1 thanks so much! I tested it and works!
Just one thing though, activity stream now shows comments of registered users only (which is ok), but for example anyone can post comment to my blog, is there a possibility that anonymous users comments also appear in the activity stream?
-
Korhan Ekinci posted on the forum topic Status Update & Blog Comments Only in Activity Stream in the group How-To and Troubleshooting: 14 years, 4 months ago
Any ideas please?
-
Korhan Ekinci started the forum topic Status Update & Blog Comments Only in Activity Stream in the group How-To and Troubleshooting: 14 years, 4 months ago
Hi, I am using latest WP and BP. I want to include blog comments (from main blog) and status updates in my activity stream. I have this filter to only show status updates in my activity stream which is added in my child theme’s function.php file: function my_custom_query_filter( $query_string ) { $query_string .= ‘&action=activity_update’; return […]
-
Korhan Ekinci posted on the forum topic Updates Only in Activity Stream in the group How-To and Troubleshooting: 14 years, 4 months ago
And to hide the dropdown filter box here is what i added in my child theme’s style.css:
#activity-filter-select { display: none; }
-
Korhan Ekinci posted on the forum topic Updates Only in Activity Stream in the group How-To and Troubleshooting: 14 years, 4 months ago
Hello, Thnx Roger. I did make some research and found this post: https://buddypress.org/community/groups/creating-extending/forum/topic/how-to-add-per_page35-without-messing-up-load-more-link/ Since I also have this code in my activity-loop.php: php if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) ) ) : Thanks to @Boone : htt…[Read more]
-
Korhan Ekinci started the forum topic Updates Only in Activity Stream in the group How-To and Troubleshooting: 14 years, 4 months ago
I have the latest WP and BP installed.
I just want to show member updates in my activity stream and nothing else. And i don’t want the dropdown filter box to show at all.
How can this be done.
Thanks already for your help.
-
Korhan Ekinci joined the group How-To and Troubleshooting 14 years, 4 months ago
@korhanekinci
Active 4 years, 10 months ago