Hi @ericaeide,
In the activity stream, you will see a select options at the right of comment,favorite,…delete button of each activity.
Check the screenshoots
http://wordpress.org/plugins/buddypress-activity-privacy/screenshot-6.png?r=743145
Hi meg@info
I have this same problem, it looks like your screenshoot but if I change some previous activity privacy it doesn’t actually changes. Any idea?
Thanks for your time!
P.S. All the activities tested were made after installing your plugin.
same here, how cam i make change and setting. I choose from the drop down from any activity and nothing happens
Hi all,
sorry to not answer in time.
I was fix the problem in the version 1.1.1, it was due the jquery .on event.
Only bp-activity-privacy.js was updated.
Regard,
Mounir
Hi meg@info
I just tried it and it doesn’t change the privacy options, this is what I get in Chrome’s console:
Uncaught ReferenceError: bp_get_cookies is not defined bp-activity-privacy.js?ver=3.5.2:13
Maybe is just me with this error?
Hi @andres Felipe,
bp_get_cookies() is buddypress js function defined in buddypress.js if you use a template pack theme, or global.js if you use a child theme.
In the plugin i load the bp-activity-privacy.js at the footer of theme, like this i make sure that all js files are loaded. I realy dont know where come your problem,
Can you please check your theme or the loading order of your js files.
bp-activity-privacy.js must be loaded after gloabal.js or buddypress.js.
Thanks.
Hi meg@info and thanks for your quick reply. Actually I use template pack with bp 1.6.5 because I’m having a problem with bp 1.7, not child theme, just the parent theme with template pack and a little of css
This is the load order for my js files
Thanks for your time!
Hi again @andres Felipe, and thanks for detail,
bp_get_cookies() was introduced in buddypress since 1.8, and i was used it in the last update, sorry i was make an update for the plugin to fix it.
hope the version 1.1.2 work without problem 🙂
Really? thanks a lot man!!!