-
Roger Coathup replied to the forum topic Want to create smarts fields in Registration like facebook !!! in the group How-To and Troubleshooting 13 years, 1 month ago
jqueryui has an autocomplete widget you can work with (or have a look at the older autocomplete plugin that’s used already in BuddyPress for usernames e.g. when you send a message). […]
-
Roger Coathup started the forum topic Remove inappropriate warning messages in admin in 1.5 in the group How-To and Troubleshooting 13 years, 1 month ago
I use activity items / loops, but I don’t want a dedicated page showing site wide activity.
In 1.5 though, if I remove / don’t set the ‘activity’ page, I get ‘plagued’ by a warning message in […]
-
Roger Coathup replied to the forum topic Message replies are sent twice in the group How-To and Troubleshooting 13 years, 1 month ago
ok, we are experiencing the same problem on one of our client sites
-
Roger Coathup posted on the forum topic Replace Activity Stream blog excerpt with the_excerpt in the group How-To and Troubleshooting 13 years, 4 months ago
You need to create / edit the bp activity item for that post directly in your gravity forms filter.. As you are not saving / updating the post, so missing the default bp hook that does the activity admin for you
-
Roger Coathup posted on the forum topic Replace Activity Stream blog excerpt with the_excerpt in the group How-To and Troubleshooting 13 years, 4 months ago
A couple of points:
1. You are passing the post_id into your my_set_post_thumbnail() function – so don’t know why don’t just use that, rather than doing a get_post with that id, and then trying to use the […]
-
Roger Coathup posted on the forum topic Replace Activity Stream blog excerpt with the_excerpt in the group How-To and Troubleshooting 13 years, 4 months ago
@tindell – this is one of several areas where the BuddyPress core API embeds too much markup and presentation, causing a consequent problem for developers.
If you look at my solution on page 1 of this thread, you have the […]
-
Roger Coathup posted on the forum topic Need static pages with BuddyPress in Community section in the group How-To and Troubleshooting 13 years, 4 months ago
@katemgilbert – just noticed this. We built helloecoliving.com.
For that site, BuddyPress is installed on the main blog, not a sub-blog.
It just takes a little bit of work in your theme to create a separate tab / page for […]
-
Roger Coathup posted on the forum topic Trying to change slug of Group Tab. Tried 3 different ways still no good? in the group How-To and Troubleshooting 13 years, 4 months ago
Bp-default .. Not no-default! Auto-correct spelling!
-
Roger Coathup posted on the forum topic Trying to change slug of Group Tab. Tried 3 different ways still no good? in the group How-To and Troubleshooting 13 years, 4 months ago
Which theme are you using? Does it work (with attempt one) if you switch to no-default theme?
If not, did you cut and paste the line? You may have incorrect type of quotes. Try typing line from scratch in editor
-
Roger Coathup posted on the forum topic members directory pagination and "order by" not working. in the group How-To and Troubleshooting: 13 years, 4 months ago
This is often a problem with the Javascript code (from the default theme) requiring a very specific div naming and layout structure. If you change (improve and simplify) the default themes’s html in your theme, then the Javascript for managing the ordering / sorting will no longer work correctly.
-
Roger Coathup posted on the forum topic How to make a country drop down list in profile field in the group How-To and Troubleshooting: 13 years, 7 months ago
In early BP versions, there used to be a few handy pre-populated profile fields – including a country list (I think).
Would be nice to have them back. As @djpaul suggests, some SQL and a bit of plugin coding should do the trick…. Paul: is there a nice schematic of the xprofile tables available?
-
Roger Coathup posted on the forum topic Replace Activity Stream blog excerpt with the_excerpt in the group How-To and Troubleshooting: 13 years, 7 months ago
Timing! I suspect the thumbnail is getting created by your plugin after the BuddyPress activity create hook.
-
Roger Coathup posted on the forum topic Replace Activity Stream blog excerpt with the_excerpt in the group How-To and Troubleshooting: 13 years, 7 months ago
@tindell: adding the excerpt should be straightforward – around line 32 in my pastebin code (from page 1), after you’ve assigned the thumbnail to the activity_content – you’ll need to do something like: (for standard WP excerpt): $activity_content .= $post->post_excerpt; (for BP excerpt): $activity_content .= bp_create_excerpt…[Read more]
-
Roger Coathup posted a new activity comment 13 years, 7 months ago
Please add this question in the forum thread rather than pm
Cheers, Roger
-
Roger Coathup posted on the forum topic Replace Activity Stream blog excerpt with the_excerpt in the group How-To and Troubleshooting: 13 years, 7 months ago
@leoplaw – apologies for the late heads up – BP builds / stores all the activity records when the activity happens, not when you want to display them. So, all old activity will be as per the software you had running when the activity happened. If you want to process old activity and update them, you […]
-
Roger Coathup posted on the forum topic Changing default tab in the settings menu in the group How-To and Troubleshooting: 13 years, 8 months ago
@mercime – yes, we had already had to adopt the solution of writing our own version of bp_core_add_settings_nav() – similarly to your suggestion.
Unfortunately, this doesn’t answer why bp_core_new_nav_default() doesn’t work with the settings menu.
-
Roger Coathup posted a new activity comment 13 years, 8 months ago
We’ve haven’t had any problems with it – it seems to be working fine on plain vanilla BuddyPress sites, and also in conjunction with s2memberPro
-
Roger Coathup started the forum topic Changing default tab in the settings menu in the group How-To and Troubleshooting: 13 years, 8 months ago
Can’t get bp_core_new_nav_default() function to work for the settings menu. Any thoughts would be appreciated. ———– I’ve tried using the bp_core_new_nav_default() function to change the default tab in settings to notifications, but it doesn’t appear to have any effect on the menu: function settings_default_subnav() { global $bp;…[Read more]
-
Roger Coathup posted on the forum topic Changing default_subnav_slug for Activity in the group How-To and Troubleshooting: 13 years, 8 months ago
… unfortunately, we’ve not been able to get this to work with the settings menu… will post separately
-
Roger Coathup posted on the forum topic ”BuddyPress is an absolute beast to theme” – Feedback from WooThemes? in the group Requests & Feedback: 13 years, 8 months ago
We’ve built a lot of sites on BuddyPress now… if I’d time to write about it, I’d unfortunately probably be agreeing with woothemes. There’s a lot of great functionality ‘hidden’ in BuddyPress, but the API / template tags need some serious work – especially removing all the html they unnecessarily throw in – design & […]
- Load More
@rogercoathup
Active 4 years, 7 months ago
okay, no worries I’ve added it into the thread.