-
rosyteddy replied to the topic Help to put Favorit button in blog post page in the forum How-to & Troubleshooting 9 years, 9 months ago
Hi @danbp
This is working perfectly for Buddypics.
I was wondering if it works for Buddypics why it will not work for Blog posts.
So I tried putting the code – it shows Favorit link below blog post but it does not work as it misses a number. If this can be made to work, you can favorit a blog post from both activity stream and the blog post…[Read more] -
rosyteddy replied to the topic Filter members loop in the forum How-to & Troubleshooting 9 years, 9 months ago
Additional idea to this : Exclude “Cancel Friendship Request” from this list if its not ajaxified like above to exlude those to whom request has been sent 🙂
Sorry for the nagging 🙂
Thanks always
-
rosyteddy replied to the topic Guide to Administrator in the forum Installing BuddyPress 9 years, 9 months ago
Also see this page
Spanish (Chile) Español de Chile es-cl es_CL 4.0 95% More
Spanish (Colombia) Español de Colombia es-co es_CO No site 0% More
Spanish (Mexico) Español de México es-mx es_MX 4.1.1 100% More
Spanish (Peru) Español de Perú es-pe es_PE 4.1 99% More
Spanish (Puerto Rico) Español de Puerto Rico es-pr es_PR No site 0…[Read more] -
rosyteddy replied to the topic Guide to Administrator in the forum Installing BuddyPress 9 years, 9 months ago
-
rosyteddy replied to the topic Filter members loop in the forum How-to & Troubleshooting 9 years, 9 months ago
So, this was the plugin idea I posted sometime ago.
In the above, now if you click “Add friend” some ajax trick should show Friendship Request sent
and the row should fade out, and lower names should come up 🙂I do not know ajax tricks and am a bad learner 🙂
Thanks a lot once again @henrywright for this great, great snippet.
-
rosyteddy replied to the topic Filter members loop in the forum How-to & Troubleshooting 9 years, 9 months ago
So, this was the plugin idea I posted sometime ago.
In the above, now if you click “Add friend” some ajax trick should show Friendship Request sent
and the row should fade out, and lower names should come up 🙂I do not ajax tricks and am a bad learner 🙂
Thanks a lot once again @henrywright for this great, great snippet.
-
rosyteddy replied to the topic Filter members loop in the forum How-to & Troubleshooting 9 years, 9 months ago
Wow @henrywright you rock!
Cool! My quick test shows its work perfectly.
How to say thank you.Many, many thanks.
-
rosyteddy replied to the topic Profile features in the forum How-to & Troubleshooting 9 years, 9 months ago
3. See this thread – https://buddypress.org/support/topic/report-user-report-abuse-flag-something/
Mods – can you please see why my reply here just vanished!
Thanks
-
rosyteddy replied to the topic Profile features in the forum How-to & Troubleshooting 9 years, 9 months ago
Hi @mariatrier,
There is the Whats New text box in Profile/Activity page. Now if you enter “I went to a teddy shop with @user1 and @user2” it will show up as “I went to a teddy shop with @user1 and @user2” – the users will also be notified. However unlike FB, the @ will be shown prefixed to the username.
For 3 – yes there are plugins. It will…[Read more]
-
rosyteddy started the topic Help to put Favorit button in blog post page in the forum How-to & Troubleshooting 9 years, 9 months ago
buddypicsincludestemplatesalbumcomments.php
uses this code to show Fav/Unfav button in the post page itself
so that Fav/Unfav can be done like a 2-way switch from
both stream and content page
[Read more]
<?php if ( is_user_logged_in() ) : ?>
<?php if ( !bp_get_activity_is_favorite() ) : ?>
<a href="<?php bp_activity_favorite_link(); ?>" class="fav"… -
rosyteddy started the topic Help to put Favorit button in blog post page in the forum How-to & Troubleshooting 9 years, 9 months ago
buddypicsincludestemplatesalbumcomments.php
uses this code to show Fav/Unfav button in the post page itself
so that Fav/Unfav can be done like a 2-way switch from
both stream and content page
[Read more]
<?php if ( is_user_logged_in() ) : ?>
<?php if ( !bp_get_activity_is_favorite() ) : ?>
<a href="<?php bp_activity_favorite_link(); ?>" class="fav"… -
rosyteddy started the topic Help to put Favorit button in blog post page in the forum How-to & Troubleshooting 9 years, 9 months ago
buddypicsincludestemplatesalbumcomments.php
uses this code to show Fav/Unfav button in the post page itself
so that Fav/Unfav can be done like a 2-way switch from
both stream and content page
[Read more]
<?php if ( is_user_logged_in() ) : ?>
<?php if ( !bp_get_activity_is_favorite() ) : ?>
<a href="<?php bp_activity_favorite_link(); ?>" class="fav"… -
rosyteddy started the topic Help to put Favorit button in blog post page in the forum How-to & Troubleshooting 9 years, 9 months ago
buddypicsincludestemplatesalbumcomments.php
uses this code to show Fav/Unfav button in the post page itself
so that Fav/Unfav can be done like a 2-way switch from
both stream and content page
[Read more]
<?php if ( is_user_logged_in() ) : ?>
<?php if ( !bp_get_activity_is_favorite() ) : ?>
<a href="<?php bp_activity_favorite_link(); ?>" class="fav"… -
rosyteddy started the topic Help to put Favorit button in blog post page in the forum How-to & Troubleshooting 9 years, 9 months ago
buddypicsincludestemplatesalbumcomments.php
uses this code to show Fav/Unfav button in the post page itself
so that Fav/Unfav can be done like a 2-way switch from
both stream and content page
[Read more]
<?php if ( is_user_logged_in() ) : ?>
<?php if ( !bp_get_activity_is_favorite() ) : ?>
<a href="<?php bp_activity_favorite_link(); ?>"… -
rosyteddy replied to the topic Filter members loop in the forum How-to & Troubleshooting 9 years, 9 months ago
Hi @henrywright
Can you make a plugin out of it 🙂
The main problem is how do I get the$ids
array or whatever.This code by Brajesh does that
add_action('bp_ajax_querystring','bpdev_exclude_users',20,2);
[Read more]
function bpdev_exclude_users($qs=false,$object=false){
//list of users to exclude
$excluded_user='24,2,3';//comma separated ids of users… -
rosyteddy replied to the topic Filter members loop in the forum How-to & Troubleshooting 9 years, 9 months ago
Hi @henrywright
Thats nice, very useful.
Can you kindly say the exact file name where such code can be put? It is not clear to me where I put this code.
Can you please, please say how can I have a Member list page ( or any other page) that lists the Members who are not the logged-in user’s friends?
This means that a logged in user can see only…[Read more] -
rosyteddy replied to the topic Filter members loop in the forum How-to & Troubleshooting 9 years, 9 months ago
Hi @henrywright
Thats nice, very useful.
Can you kindly say the exact file name where such code can be put? It is not clear to me where I put this code.
Can you please, please say how can I have a Member list page ( or any other page) that lists the Members who are not the logged-in user’s friends?
This means that a logged in user can see only…[Read more] -
rosyteddy replied to the topic Filter members loop in the forum How-to & Troubleshooting 9 years, 9 months ago
Hi @henrywright
Thats nice, very useful.
Can you kindly say the exact file name where such code can be put? It is not clear to me where I put this code.
Can you please, please say how can I have a Member list page ( or any other page) that lists the Members who are not the logged-in user’s friends?
This means that a logged in user can see only…[Read more] -
rosyteddy replied to the topic Please help to get Permalink work for both BP and Multiuser Blog in the forum How-to & Troubleshooting 9 years, 9 months ago
Thanks @danbp for the detail write-up.
This problem happened with “Categories” only, and nothing else as far as I tested. Not just on localhost, but in live site too which I need to test more.I will follow your words.
One thing if “Before installing BuddyPress, activate pretty permalinks to what you want, EXCEPT default. Save.” is a strict…[Read more] -
rosyteddy replied to the topic Please help to get Permalink work for both BP and Multiuser Blog in the forum How-to & Troubleshooting 9 years, 9 months ago
Thanks @danbp for the detail write-up.
This problem happened with “Categories” only, and nothing else as far as I tested. Not just on localhost, but in live site too which I need to test more.I will follow your words.
One thing if “Before installing BuddyPress, activate pretty permalinks to what you want, EXCEPT default. Save.” is a strict…[Read more] - Load More
@rosyteddy
Active 6 years, 2 months ago