-
Roger Coathup replied to the forum topic BuddyPress 1.6.1 in the group Miscellaneous 13 years, 10 months ago
@susan — backup before any update! Then, worst case, you can restore from the backup if anything goes wrong.
-
Roger Coathup replied to the forum topic Can you check if this is intended activity stream behaviour in BP 1.6 please? in the group How-To and Troubleshooting 13 years, 10 months ago
@rossagrant — I think it’s a site by site, use case by use case, issue. I don’t think one or the other approach should be forced. Would be nice if the core functions for blog post updates / edits provided a […]
-
Roger Coathup replied to the forum topic Can you check if this is intended activity stream behaviour in BP 1.6 please? in the group How-To and Troubleshooting 13 years, 10 months ago
@rossagrant – if you want to keep the bumping of posts on edit, you should be able to hook on to the edit_post or pre_post_update actions, and modify the datetime of the corresponding activity item.
Be careful […]
-
Roger Coathup replied to the forum topic Request: Twitter Bootstrap Responsive Theme in the group Requests & Feedback 13 years, 10 months ago
Switching to a theme on the basic Bootstrap grid is one thing.
I think the original poster is also wanting to change all the dynamic AJAX / jQuery based elements on BuddyPress to the Bootstrap jQuery […]
-
Roger Coathup replied to the forum topic Different forms or different fields for different membership types in the group Creating & Extending 13 years, 10 months ago
With custom coding you can cook up any sort of registration form you’d like.
register.php is the main PHP file you’d need to look at – it has the registration form in it. Hook your custom fields in […]
-
Roger Coathup replied to the forum topic How to implement user notifications to template without admin bar in the group How-To and Troubleshooting 13 years, 10 months ago
@davidkooo – BuddyPress adds the notification bar using the function bp_members_admin_bar_notifications_menu() (in buddypress/bp-members/bp-members-adminbar.php).
If you take a look at that function, you can […]
-
Roger Coathup replied to the forum topic GRA4 – BuddyPress plugin or replacement? in the group Third Party Components & Plugins 13 years, 10 months ago
Their site is based on Elgg
-
Roger Coathup replied to the forum topic How does this forum work?! in the group Miscellaneous 13 years, 10 months ago
It’s just this site that doesn’t work.
http://testbp.org works a bit better, but I still don’t think there’s any searching of forums on there.
-
Roger Coathup replied to the forum topic email notify in the group How-To and Troubleshooting 13 years, 10 months ago
@ale_ba – not on this site unfortunately.
-
Roger Coathup replied to the forum topic What is the code for current logged in Member in the group How-To and Troubleshooting 13 years, 10 months ago
Yes, it’s standard WordPress – did you Google?
https://codex.wordpress.org/Function_Reference/get_currentuserinfo
If you want their BP paths (profile URL) etc. then: […]
-
Roger Coathup replied to the forum topic Show posts written by user on profile in the group Creating & Extending 13 years, 10 months ago
Two solutions — simple link in profile header vs. profile tab
For the first: just add a link to the author archive (standard WordPress) for the displayed user in the member-header file.
For the second – […]
-
Roger Coathup replied to the forum topic How to display your friends, and your own activity only in the output of the activity stream instead in the group How-To and Troubleshooting 13 years, 10 months ago
@shawn38 –
If no one comes back with an example, and you need to hire a developer to help write the code, you can try on the Jobs board on this site.
-
Roger Coathup replied to the forum topic Where is functions for do_action ? in the group How-To and Troubleshooting 13 years, 10 months ago
This will tell you about hook and action programming in WordPress: https://codex.wordpress.org/Plugin_API
The do_action() calls are there for you to add your own hook functions, and in some cases will also […]
-
Roger Coathup replied to the forum topic How to display your friends, and your own activity only in the output of the activity stream instead in the group How-To and Troubleshooting 13 years, 10 months ago
If you have a look in the code for bp_has_activities(), you can
see how it’s implemented scope searching internally, and then create your own version:e.g. for scope=friends, it builds an array of the […]
-
Roger Coathup replied to the forum topic How to display your friends, and your own activity only in the output of the activity stream instead in the group How-To and Troubleshooting 13 years, 10 months ago
Have a look at the scope parameter to bp_has_activities() – supports just-me and friends
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
-
Roger Coathup replied to the forum topic How can I have a different activity-loop.php called into buddypress depending on the users role? in the group How-To and Troubleshooting 13 years, 10 months ago
Yes, have a look at custom activity loops here: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/
Then in your theme templates you can use any WP functions to check the current user’s role, […]
-
Roger Coathup replied to the forum topic Is there a way to mark a Text Widget only visible with Firefox? in the group How-To and Troubleshooting 13 years, 10 months ago
This question has nothing to do with BuddyPress.
Please ask on the RocketTheme, or a basic CSS / HTML forum. Or simply search ‘IE conditionals’ in Google
-
Roger Coathup replied to the forum topic How to change activation email text? in the group How-To and Troubleshooting 13 years, 10 months ago
For translations – you need to work with language files (I assume welcome pack supports these @djpaul).
See this for further information: […]
-
Roger Coathup replied to the forum topic How to change the appereance of the members/profile page? in the group Creating & Extending 13 years, 10 months ago
also, take a look at https://codex.buddypress.org/theme-development/
-
Roger Coathup replied to the forum topic How to change the appereance of the members/profile page? in the group Creating & Extending 13 years, 10 months ago
It depends what theme you are using, but typically:
/members/single folder has all the individual PHP files for the profile pages
/_inc/css folder has all the CSS files - Load More
@rogercoathup
Active 6 years, 2 months ago