browserco
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Compliments] User should set privacy too?Ok, thanks again for extending the privacy feature for members! This plugin is perfect 🙂
Forum: Plugins
In reply to: [BuddyPress Compliments] User should set privacy too?Hi Viruthagiri,
I downloaded the plugin from github and it appears to be working fine except the compliment image and message is missing from the activity post. There is only ‘Browserco has received a compliment from Mariah’ in the activity.
Anyway, thanks a bunch for adding this feature and categories!! It will perfect after activity issue is resolved.
Forum: Plugins
In reply to: [BuddyPress Default Cover Photo] Cover photo gone after updateThanks, it is working again!
Forum: Plugins
In reply to: [BuddyPress Activity Privacy] Warning: Illegal string offset 'id'…I fixed it myself!
For anyone else having this issue, please remove the single quotes from id on line 355.
Change this:
$activity_id = $retval[0]['id'];To this:
$activity_id = $retval[0][id];Forum: Plugins
In reply to: [BuddyPress Activity Privacy] New update breaks all links on my siteSorry for late reply, can i email you the url of my site as it is not ready for public viewing?
Forum: Plugins
In reply to: [GDMylist] I want other members to see what I favorite. Is this possible?Also, in future release can you add ability to create multiple lists per user? I would like members to have different lists for different category if they choose. Thanks again!