-
Roger Coathup replied to the forum topic hook to delete account ? in the group How-To and Troubleshooting 12 years, 1 month ago
What function is stop()?
If you want to end the PHP execution try die() instead.
-
Roger Coathup replied to the forum topic hook to delete account ? in the group How-To and Troubleshooting 12 years, 1 month ago
Are you sure you have your hook setup correctly, and that you are definitely calling the delete account code?
the bp_core_delete_account() function calls on to wp_delete_user() and should in all certains call […]
-
Roger Coathup replied to the forum topic Getting array of all members in the group How-To and Troubleshooting 12 years, 1 month ago
If it’s just first and last names for your drop down – you can fetch those from the default WordPress fields / calls.
Is ‘role’ stored as an xprofile field or are you mapping across to WordPress roles? If […]
-
Roger Coathup replied to the forum topic What is "i0.wp.com"? in the group Miscellaneous 12 years, 1 month ago
@hnla – the problem we looked at yesterday – I noticed the domain name. If you check the trac ticket it’s because the image isn’t publicy accessible (as we’d suspected).
-
Roger Coathup replied to the forum topic Check to see if user is logged in with custom php page in the group How-To and Troubleshooting 12 years, 2 months ago
Look at the WordPress functions
Is_user_logged_in and get_currentuserinfo -
Roger Coathup replied to the forum topic Members directory code in the group BP-Default 12 years, 2 months ago
@karmatosed – comment was not any reference to you — it’s a direct reply to something Paul posted (see earlier in the thread), and is a comment about the way frameworks based on the language work from an end […]
-
Roger Coathup replied to the forum topic Members directory code in the group BP-Default 12 years, 2 months ago
Unless you are not explaining the issue well enough, I don’t see what the problem is.
Any LESS / SCSS compiler generates the CSS for you (and creates the files automatically), which you can then pass to your […]
-
Roger Coathup replied to the forum topic Members directory code in the group BP-Default 12 years, 2 months ago
@djpaul – Who would be changing the minified CSS file? The only people generating the default CSS file for committal (and released with a version of BP) would be the core devs.
You’d be supplying the end user […]
-
Roger Coathup replied to the forum topic Members directory code in the group BP-Default 12 years, 2 months ago
It’s the way Twitter bootstrap, Zurb Foundation, 320 and up, Compass, etc. provide the files.
It’s up to the user / developer how they work on their own site — if they want to use SCSS they can, if they want […]
-
Roger Coathup replied to the forum topic Members directory code in the group BP-Default 12 years, 2 months ago
@djpaul – the LESS or pref SCSS compiler (e.g codekit) produces CSS files for you — you then include the CSS files in the theme (along with the original SCSS / LESS).
Given you have the CSS files for […]
-
Roger Coathup replied to the forum topic What mod is being used in the group Third Party Components & Plugins 12 years, 2 months ago
it’s custom code.
Advertise on the jobs board on this site if you need a similar system building: https://buddypress.org/community/groups/bp-jobs-board/
-
Roger Coathup replied to the forum topic Activity Stream and custom User Profiles in the group Creating & Extending 12 years, 2 months ago
Yes, you can do this, but you need to write PHP code.
Have a look at some of the actions that are invoked when profile fields are saved, and hook on to those. It’s a little complicated because you aren’t […]
-
Roger Coathup replied to the forum topic How to get a-z (alphabetic) links on member list? in the group How-To and Troubleshooting 12 years, 2 months ago
You could code this, but it would require strong dev skills. It’s not supported by the built in bp_has_members() search parameter.
[Edit: the solution would probably involve a search on wp_users first […]
-
Roger Coathup replied to the forum topic Need some help regarding bp AJAX – masonry grid reload in the group Creating & Extending 12 years, 2 months ago
You need to look at global.js
If you look for the calls to bp_filter_request you can find the sections where all screen filter requests are handled
If you copy / edit global.js into your own theme, make […]
-
Roger Coathup replied to the forum topic Members directory code in the group BP-Default 12 years, 2 months ago
suggest rather than writing raw CSS, you work in LESS, or better still SASS — will make it much easier to work with BP styling — supporting factoring out into different files / template, easier separation of […]
-
Roger Coathup replied to the forum topic BP Profile Menu – How do you change the position of the menu tab in the group Miscellaneous 12 years, 2 months ago
@karmatosed – dynamic menu links is a generic WP issue, not something specific to BP
-
Roger Coathup replied to the forum topic profile field group idea in the group Requests & Feedback 12 years, 2 months ago
which is the second time you’ve created a duplicate of this same question:
-
Roger Coathup replied to the forum topic images don't show up in activity stream in the group How-To and Troubleshooting 12 years, 2 months ago
Are you posting from front end or wp-admin?
-
Roger Coathup replied to the forum topic Bebop – BuddyStream Alternative ? Yes – this one looks like a winner in the group Creating & Extending 12 years, 2 months ago
Any idea why the plugin is creating its own user_meta and options tables, and not using the standard WordPress tables for this?
-
Roger Coathup replied to the forum topic BuddyPress Conditional Profile Fields available now? in the group Requests & Feedback 12 years, 2 months ago
This is far from ‘BASIC’, and also impractical from an interface perspective – for your specific requirement: 50 States each having say 50 cities, equates to 50 x 50 = 2,500 drop down controls you’d have to […]
- Load More
@rogercoathup
Active 4 years, 7 months ago