-
Roger Coathup replied to the forum topic Registration Page Has Prepoulated Full Name Field! HELP in the group How-To and Troubleshooting 12 years, 4 months ago
I’m pretty sure this came up recently, and the core team had been unable to replicate — @djpaul was this something you were looking at?
-
Roger Coathup replied to the forum topic When creating a new group I want to co-create three user fields. in the group Creating & Extending 12 years, 4 months ago
an outline solution (there are lots of areas where you’d have to work to implement it):
When a group is created, you could write a hook that creates a corresponding xprofile field group […]
-
Roger Coathup replied to the forum topic register new users and missing pages in the group How-To and Troubleshooting 12 years, 4 months ago
Did you complete the BuddyPress setup wizard in wp-admin? Including creating the pages?
For new users, you need to enable new user registrations in wp-admin settings
-
Roger Coathup replied to the forum topic How To Modify the Member's Base Profile Template in the group How-To and Troubleshooting 12 years, 4 months ago
You’ll find the various files in the members/single folder. member-header.php and home.php are ones you should start with
-
Roger Coathup replied to the forum topic Modifying the Query in Blog listings and adding a new dropdown list in the template. in the group How-To and Troubleshooting 12 years, 4 months ago
@jason — It’s something that could be built, but it’s a reasonable chunk of development work, which would need some thought and investigation.
I doubt anyone on the forum has done anything like this wrt […]
-
Roger Coathup replied to the forum topic Multisite Blogging Update to Main Site Activity Stream? in the group How-To and Troubleshooting 12 years, 4 months ago
I suggest you post follow up as a separate question so people don’t miss it. We tend to switch off the admin bar, so I’m not sure what’s available on there.
-
Roger Coathup replied to the forum topic BuddyPress issue since upgrading WordPress in the group How-To and Troubleshooting 12 years, 4 months ago
You’ll probably need to upgrade your BuddyPress version for compatibility with the latest version of WordPress.
Unfortunately, a number of look / feel aspects typically change when you upgrade BuddyPress […]
-
Roger Coathup replied to the forum topic What script file is do_action( 'bp_after_sidebar_me' ) located in? in the group How-To and Troubleshooting 12 years, 4 months ago
Then you need to add an action that hooks in the function you want to run:
add_action ( ‘bp_after_sidebar_me’, ‘my_function’ );
If you read the link I gave earlier, it explains how this action whole process works.
-
Roger Coathup replied to the forum topic Buddypress+BBpress needs Help on my site in the group BP Jobs Board 12 years, 4 months ago
dynamic_sidebar () is a WordPress core function for pulling in a sidebar that you’ve configured in wp-admin… settings.. menus.
It’s the standard way of doing menus in a WordPress site, but is another thing […]
-
Roger Coathup replied to the forum topic Buddypress+BBpress needs Help on my site in the group BP Jobs Board 12 years, 4 months ago
@zulugogogo – let us know how you get on with @mercime ‘s assistance.
If you need further help building your site, e.g. with your forums, and adding new functionality – feel free to drop us a line […]
-
Roger Coathup replied to the forum topic Have Buddypress and BBpress – this site needs HELP in the group Gallery 12 years, 4 months ago
Try posting on the Jobs Board on this site, not the gallery: https://buddypress.org/community/groups/bp-jobs-board/
Also, explain what it is you want doing with your site, some details about the work required, […]
-
Roger Coathup replied to the forum topic How To Get Admin Updates of All Site Activity in the group How-To and Troubleshooting 12 years, 4 months ago
There’s no built in switch to do this, but it is quite easy to code –
You’d need to hook onto the bp_activity_add action, and use the messages_new_message() function to send the email to the admin.
-
Roger Coathup replied to the forum topic Creating custom new page help. I get Page not Found after Search. in the group How-To and Troubleshooting 12 years, 4 months ago
For details on adding a search form to a page, check out this documentation on WordPress.org.
https://codex.wordpress.org/Creating_a_Search_PageTo add your page to the main nav menu, visit Appearance.. Menus […]
-
Roger Coathup replied to the forum topic Multisite Blogging Update to Main Site Activity Stream? in the group How-To and Troubleshooting 12 years, 4 months ago
Yes, this is standard behaviour with BuddyPress on a multisite install.
Enable site tracking in your BuddyPress settings.
-
Roger Coathup replied to the forum topic Do these Features Exist somewhere? in the group Requests & Feedback 12 years, 4 months ago
Looks like @djpaul and I posted simultaneously!
-
Roger Coathup replied to the forum topic Do these Features Exist somewhere? in the group Requests & Feedback 12 years, 4 months ago
@ndugger I don’t know of a plugin that supports these permissions — so, you’d would need to get your hands dirty in the PHP code. I would suggest assigning WordPress user roles to members, and then in the […]
-
Roger Coathup replied to the forum topic What script file is do_action( 'bp_after_sidebar_me' ) located in? in the group How-To and Troubleshooting 12 years, 4 months ago
it’s not a function itself… it’s a call to the do_action() function, passing ‘bp_after_sidebar_me’ as the parameter. The call is being made in sidebar.php in the bp-default template folder.
You can find […]
-
Roger Coathup replied to the forum topic What script file is do_action( 'bp_after_sidebar_me' ) located in? in the group How-To and Troubleshooting 12 years, 4 months ago
@frank13 — there is no specific script for a do_action ( ‘abc123’ );
You have to register functions (hooks) that are invoked by the do_action — check out these pages from the WordPress Codex for more […]
-
Roger Coathup replied to the forum topic Link To Profile, Messages, Friends, and Settings in the group Creating & Extending 12 years, 4 months ago
To learn about template files in WordPress, your best starting point is the WordPress docs: https://codex.wordpress.org/Template_Hierarchy
-
Roger Coathup replied to the forum topic Registration Age date Problem in the group Creating & Extending 12 years, 4 months ago
Don’t post duplicates.
If you don’t understand, or are unable to carry out the advice given, please say so on the original thread: […]
- Load More
@rogercoathup
Active 4 years, 7 months ago