angslycke
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Members Only] Forums allowed to show but not topicsThanks! My issue is the opposite however, I’d like to block access to the /forums/ part for guest users. I believe this is a bug since I haven’t opened that URL manually.
Forum: Plugins
In reply to: [BuddyPress Members Only] Forums allowed to show but not topicsDid you ever implement this? I bought BP Members Only Pro today and it works as expected but the URL /forums/ is open to guest users. Individual forum topics are not open. Can’t find out how to disable this. Have no checkboxes ticked for guest users in “Buddypress Members Only Components Settings”.
Forum: Plugins
In reply to: [Invite Anyone] Invitation is sent but no emailDo you have the BuddyPress Global Search plugin? There’s a known conflict with that and sending invites.
https://ww.wp.xz.cn/support/topic/global-search-conflict?replies=2
Forum: Plugins
In reply to: [Invite Anyone] Global Search ConflictWould be great if this could be fixed since Global Search is an awesome plugin for every BuddyPress site. There’s another thread about a conflict, perhaps this is the same issue?
https://ww.wp.xz.cn/support/topic/conflict-with-buddypress-global-search
Forum: Plugins
In reply to: [Invite Anyone] Conflict with Buddypress Global SearchHi!
I’m having the same issue, could you post some details on how to rename the autocomplete function? Thanks!
Same issue here. Unable to access wp-admin at all after upgrade to latest version. Only fix is renaming the plugin directory via FTP and thus deactivating the plugin.
Forum: Plugins
In reply to: [Nav Menu Roles] Support for entire menu in one go…I’m not sure about performance effects since WordPress does so many things and checks anyway. Probably it wouldn’t be noticeable. It is a lot easier to manage though!
Forum: Plugins
In reply to: [Nav Menu Roles] Support for entire menu in one go…Hi!
Love this plugin, but right now I’m only looking to change entire menus like Noahj and found this small plugin. Also excellent stuff! Check it out:
http://www.cozmoslabs.com/11911-wordpress-plugin-for-dynamic-menus-based-on-logged-in-status/
Forum: Plugins
In reply to: [Buddypress Auto Group Join] Plugin automatically activates new usersMy apologies, upon further investigation this issue seems to persist even though I activated this plugin. Will have to keep looking for the solution to this issue.
Forum: Plugins
In reply to: [BuddyPress Pending Activations] Plugin automatically activating new users?My apologies, on further investigation deactivating this plugin didn’t change this unwanted behaviour so I’ll have to keep searching for the reason. Sorry!
Found this plugin which solved my problem:
Forum: Plugins
In reply to: [BuddyPress Global Search] Feature requests@buddyboss Thanks! Really appreciate your quick implementation of this. Will download the new version right away!
Forum: Plugins
In reply to: [WP-Polls] Change vote after votingThanks for your answer Lester! This would be a really useful feature though, I think that some people will be frustrated if they can’t change their answer and that may be bad for user experience. I only let registred users vote and with that option it should be pretty safe to let users change their vote, right?
Forum: Plugins
In reply to: [New User Approve] Does it work with Buddypress?Thanks for your answer Josh. Would love BuddyPress support, looking forward to it!
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Removing dateHaving the same problem with the shortcode. Ended up hiding the date with CSS.
Use this CSS and insert it into your stylesheet (preferably in a custom.css in your child theme for best practice).
.rpwe-time display: none; }