joergb
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Does it work with groups deactivated?I’m having the same question and just found the answer in an older thread:
https://www.ads-software.com/support/topic/work-with-site-wide-forums
According to this thread, it’s not possible. Not sure if this is still up to date, though.
Forum: Plugins
In reply to: [BP Favorite Plus] php error with new versionAfter analyzing the differences to the prior version, I found a solution to the problem that works for me. Here’s how (without any guarantee, so make sure to backup first!):
1. In the Admin Panel, go to the Edit PlugIn page where you can see the PHP code.
2. Copy the PHP code in a text editor where you can see the line numbers.
3. Add a new line between line number 92 and 93 and paste the following code in: “if(count($u_avatars)) { ” (without the quotation marks)
4. In the empty line number 106 (after adding the above line, before it was line number 105), paste the following code in: “}” (again, without the quotation marks)
5. Copy the PHP code back into the Browser page and refresh the file
6. Try it out – the error should be gone now.
Hope that helps!
Forum: Plugins
In reply to: [BP Favorite Plus] AJAX Refresh possible after clicking Favorite?Hello, is this really “resolved”? I’m using version 1.8, how can I realize an AJAX refresh?
Forum: Plugins
In reply to: [BP Favorite Plus] php error with new versionSame problem here. Maybe we can identify the Plug-In in conflict if you share your other active plug-ins. Here are mine:
– BP Login Redirect
– BuddyPress (of course)
– BuddyPress Members Only
– Confirm User Registration
– Disable Feeds
– Hide Title
– PhpSword Favicon Manager
– rtMedia for WordPress, BuddyPress and bbPress
– SG CachePress
– Widget Logic
– WordPress All In One Admin BarForum: Plugins
In reply to: [BP Favorite Plus] Plugin only works for post activities, not other typesMust have been a Theme issue – now it shows up for all activities.