-
Roger Coathup replied to the forum topic Temporarily blocking a user, while keeping their data/network in the group How-To and Troubleshooting 12 years, 2 months ago
that should be a fairly simple plugin to write.. adding a suspended user role, and redirecting suspended user sign in / page access to preventing them contributing on the site.
If you don’t find an existing […]
-
Roger Coathup replied to the forum topic WooCommerce and buddypress in the group Miscellaneous 12 years, 2 months ago
Yes, WooCommerce works fine alongside BuddyPress. We use it on http://www.enterprisenation.com/shop
WooCommerce provides a fairly rich API with lots of actions you can hook onto — so, […]
-
Roger Coathup replied to the forum topic Default NAV Menu in the group How-To and Troubleshooting 12 years, 2 months ago
… also confirm whether it works with bp-default theme activated
-
Roger Coathup replied to the forum topic LInk to inbox / sent messages in the group Creating & Extending 12 years, 2 months ago
I think if you change something in your profile, it will update your name… don’t hold me to that though.
There’s a lot of stuff on this site that needs improving.
-
Roger Coathup replied to the forum topic Message wireframes in the group BP-Default 12 years, 2 months ago
You’ve lost me – yes, there are some basic dialogs popping up in facebook, if I’m on a profile and hit send message.
But, there aren’t sliding panels and ‘big’ AJAX features [edit: in messaging section – […]
-
Roger Coathup replied to the forum topic Message wireframes in the group BP-Default 12 years, 2 months ago
messaging doesn’t need (and shouldn’t have) AJAX / sliding panels etc.
That’s fine in the activity stream for short comments, but not appropriate to a messaging (essentially internal mailing) system. It […]
-
Roger Coathup replied to the forum topic LInk to inbox / sent messages in the group Creating & Extending 12 years, 2 months ago
You can build your links using this sort of structure:
$link = bp_loggedin_user_domain() . bp_get_messages_slug() . ‘/inbox’;
-
Roger Coathup replied to the forum topic Profile fields in the group Miscellaneous 12 years, 2 months ago
If you are a PHP developer, you can rework the profile fields (in edit.php ) to use the wp_editor() function.
You’ll also need to take a look at the filters that strip tags from profile fields and set […]
-
Roger Coathup replied to the forum topic BP Photos+tags not working in the group Creating & Extending 12 years, 2 months ago
@erikahrend – we have an album plugin that supports full member tagging of photos – we should have an announcement shortly regarding its release — watch this space!
-
Roger Coathup replied to the forum topic I want to change bp_activity_action – altering the way a post/update is displayed in the group How-To and Troubleshooting 12 years, 2 months ago
Yes, you can do this with filters — If you have a Google on this site, I’m fairly sure there’s threads covering how to do it
-
Roger Coathup replied to the forum topic Activity permarlink does NOT mean to be updated with host address changing? in the group Requests & Feedback 12 years, 2 months ago
activity permalinks are fixed when the activity is created – so, yes, if you change host they will no longer work.
There is a trac ticket (I think) to change this behaviour – you may want to mention on there […]
-
Roger Coathup replied to the forum topic changing URL's in the group How-To and Troubleshooting 12 years, 2 months ago
Give some more information — Which theme are you using? What url does it give in the email? Which url are you being redirected to (and what does the title bar say)?
-
Roger Coathup replied to the forum topic Filtering by user field not working in the group How-To and Troubleshooting 12 years, 2 months ago
It is possible to filter profiles, but you’ll need PHP development skills — It’s not possible directly with ‘out of the box’ BuddyPress
-
Roger Coathup replied to the forum topic Filtering by user field not working in the group How-To and Troubleshooting 12 years, 2 months ago
@rcpessoa – that’s not how those links work – they are not a filtering mechanism.
Instead they do a search across the member profiles for any text that has that value.
It gets applied somewhat […]
-
Roger Coathup replied to the forum topic Questions and Help with coding in the group Creating & Extending 12 years, 2 months ago
You should ask these as separate questions – the first two issues are general WordPress (not BuddyPress), so best asked on the wordpress.org forums.
Post issue 3 as sep question on here, and issue 4 you could […]
-
Roger Coathup replied to the forum topic custom post type – activity stream thumbnail in the group How-To and Troubleshooting 12 years, 2 months ago
which is the standard loop / function for doing it — we all ‘cut & paste’ that one from the same place (although, in our case, we default set thumb to ‘false’, and explicitly call it with true where […]
-
Roger Coathup replied to the forum topic Want to use Rich text editor instead of textarea in profile section? in the group How-To and Troubleshooting 12 years, 2 months ago
You could try editing /profile/edit.php in your theme to use wp_editor() instead of textareas.
Have a Google for guidance on using wp_editor() – it’s the WordPress wrapper around tinymce.
You’ll probably […]
-
Roger Coathup replied to the forum topic custom post type – activity stream thumbnail in the group How-To and Troubleshooting 12 years, 2 months ago
Yes, functions.php (or bp-custom.php)
Neither is safer / better – they do different things. One customises the content, the other just processes the cpt the same way a normal blog post would be processed. It […]
-
Roger Coathup replied to the forum topic Safari and Chrome messed up bbpress layout in the group How-To and Troubleshooting 12 years, 2 months ago
The problem is in your ‘table-layout: fixed’ selector.
Remove that and it sizes correctly. If you didn’t add that selector, and it’s part of the bbpress.css files for the twenty ten theme, then I’d […]
-
Roger Coathup replied to the forum topic custom post type – activity stream thumbnail in the group How-To and Troubleshooting 12 years, 2 months ago
Can’t see why it would be a timing issue if it works fine with a hardcoded ID.
What’s in your $post structure at that point? Have you definitely set a thumbnail for the post in question?
- Load More
@rogercoathup
Active 4 years, 7 months ago