Forum Replies Created
-
I’ve been looking for a solution and found a lot of dead ends….
Possible hook. Though Not sure if it works.
https://buddypress.trac.wordpress.org/browser/tags/1.5/bp-themes/bp-default/functions.php#L112There is this unanswered post
https://buddypress.org/support/topic/how-to-disable-join-group-option-on-public-group/Yep, that resolves this problem. It looks VERY new. Very NICE! Awesome! Tried it, and it works GREAT! Now I just need to add the shortcode to my custom plugin then whitelist it! I found it when I started searching for hooks. I found the top post, and that had a forum post from a guy that had another post in the dv plugin. I got lucky 🙂
Hey @shanebp, Thanks for the help! I know its hard to know EVERYTHING, but I did want to inform you of a solution that does work. Just in case someone else asks! Shortcodes make sense for information that might get updated. It allows users to insert their own. Perfect.
Thanks!
Valid (upto date) Plugin Found: https://wordpress.org/plugins/dv-shortcode-whitelist/
External Reference: https://buddypress.org/support/topic/filter-on-activity-stream-content/
I need to do something for it. Even if it is to add a filter afterwords. It could be an HTML tag or a shortcut with []. I don’t care. I do care that it has attributes and that I can access the user ID of the poster.
Lets figure that I would be willing to write code for this. Is there a hook that might help me? Is there somewhere that processes this input that one can be added?
Ive got the same question… hmmm.