Forum Replies Created
-
In reply to: Send Private Message in HTML
I’ve found by myself 🙂
To send HTML private message, you must add :
[
edited – Please use the ‘code’ button when you post code.
Please note that removing that filter creates a major security risk.
It means user input WILL NOT BE SANITIZED.
So some very bad things can happen to your database.
]
remove_filter( 'messages_message_content_before_save', 'wp_filter_kses', 1);To the bp-custom.php file.
I hope it will helps !
In reply to: Increase search member performanceThanks Shane,
I’ve found a solution, here is my query :
SELECT wp_bp_activity.user_id AS ID FROM wp_bp_activity WHERE wp_bp_activity.type = 'last_activity' AND wp_bp_activity.user_id IN(SELECT user_id FROM wp_bp_xprofile_data WHERE value LIKE '%cancer%' OR value LIKE '%neoplasms%' ) ORDER BY date_recorded DESC LIMIT 0 , 20This is much faster than the previous query 😉
In reply to: Friend Suggestion – Linkedin LikeHi Meg !
Thanks for sharing, unfortunately this plugin only recommands “friends of your friends” which is quite easy to do in SQL.
I’m trying to suggestion members that have a lot of “common friends” which is quite different 🙂
In reply to: Icon Menu Plugin? ,Hi,
I’m the director of Biowebspin.
It’s not a plugin, we code it by ourself (with a lot of CSS).
Bye
In reply to: [Resolved] groups_invite_user do nothingSolution found !
I was calling my script too early.
Now I call it in the footer and no pb 🙂In reply to: Stop friend request after decliningHi there,
Nobody have an issue ?
In reply to: Cache problem ?No one have an idea ?
