-
Roger Coathup replied to the forum topic Customizing Javascript in BuddyPress in the group How-To and Troubleshooting 12 years, 3 months ago
If you want to add additional Javascripts — use wp_enqueue_script() to load them.
Put your wp_enqueue_script() calls in your theme’s functions.php file.
[Edit: and of course, remember to upload your […]
-
Roger Coathup replied to the forum topic how to modify core buddypress in the group How-To and Troubleshooting 12 years, 3 months ago
You can use the filter bp_get_group_join_button to modify the class.
Have a read up on WordPress filters and actions.
You can put your filter in bp-custom.php or functions.php.
That said, I’m not sure […]
-
Roger Coathup replied to the forum topic BuddyPress editor – math formulas in the group BuddyPress Media 12 years, 3 months ago
@hasselblad96 – are you referring to the group description field?
The default template for group creation, uses a standard form text area — you could explore reworking this template to use the wp-editor which […]
-
Roger Coathup replied to the forum topic Changing Activity Stream Time & Date in the group How-To and Troubleshooting 12 years, 3 months ago
You add the filter (and associated hook) in your functions.php file. You don’t modify any of the core files.
‘hook’ the filter onto one of those hooks that bp_insert_activity_meta provides – e.g. […]
-
Roger Coathup replied to the forum topic how to display groups as gallery? in the group How-To and Troubleshooting 12 years, 3 months ago
@qrahaman – thanks for the feedback. We used Buddyvents on a few projects at the time, but more recently have been working with Modern Tribe’s Event Manager plugin.
-
Roger Coathup replied to the forum topic Replacing activity feed Comments Favorite and Delete text links with images (buttons) in the group How-To and Troubleshooting 12 years, 3 months ago
@thirstcard — image replacement techniques for small pieces of text like this are used throughout the web (find a modern website that doesn’t do it somewhere or other) — Google is not going to punish you for […]
-
Roger Coathup replied to the forum topic Change url somehow for admin's profile? in the group How-To and Troubleshooting 12 years, 3 months ago
@modemlooper – I missed where you made that point?
-
Roger Coathup replied to the forum topic Change url somehow for admin's profile? in the group How-To and Troubleshooting 12 years, 3 months ago
@synergywp – I understand where you are coming from re: visibility of username in the url and the consequent reduction in site security.
It’s a fundamental part of the way BuddyPress sets up the URL structure, […]
-
Roger Coathup replied to the forum topic how to display groups as gallery? in the group How-To and Troubleshooting 12 years, 3 months ago
Do you mean like this:
http://stuconnect.co.uk/groups/#.UDqEIUJAjyU
It’s not a code snippet or plugin. To achieve this affect, we just made some simple changes to the groups-loop /entry.php template to […]
-
Roger Coathup replied to the forum topic BP Ajax and Javascript? in the group How-To and Troubleshooting 12 years, 3 months ago
@FIQ – assume you are meaning a jQuery event, equivalent to something like a document.ready() that fires on Ajax load. Pretty sure there are some default jQuery events ready to AJAX activity.. can’t remember […]
-
Roger Coathup replied to the forum topic How to remove a tab from profile ? in the group How-To and Troubleshooting 12 years, 3 months ago
@shemada – to do this properly, you need to use the bp_core_remove_nav_item() function.
Add a call to it in your theme’s functions.php file passing in the ID of the Events nav item.
If you Google on here […]
-
Roger Coathup replied to the forum topic Wireframe collections in the group BP-Default 12 years, 3 months ago
I agree with @FIQ to some degree here.
BP shouldn’t need CSS – leastways the core [edit: components] shouldn’t. CSS is presentation and belongs in themes.
This is pretty much the point that <a href='https://buddypress.org/community/members/johnjamesjacoby/' […]
-
Roger Coathup replied to the forum topic Replacing activity feed Comments Favorite and Delete text links with images (buttons) in the group How-To and Troubleshooting 12 years, 3 months ago
@thirstcard – Henry, as Tammy suggests — CSS can address this for you; It’s a little more complex than just setting background.
Have a Google on CSS Image Replacement Techniques — there are several […]
-
Roger Coathup replied to the forum topic After each upgrade my child theme is deactivated and I lose all widgets from my sidebars. in the group How-To and Troubleshooting 12 years, 3 months ago
If you are sure the option field in the db for your sidebars isn’t corrupted, then it may be a clash in the way you’ve named (id’d) them, or perhaps in where you have your hook to create them.
It’s impossible […] -
Roger Coathup replied to the forum topic BuddyPress ecommerce plugins in the group How-To and Troubleshooting 12 years, 3 months ago
The plugin is 3rd party, not from Woo. It’s owned by Sven, with a lot of the code developed by Boris. But thanks for the advice @modemlooper.
It’s easy enough to rework it.
-
Roger Coathup replied to the forum topic Filtering Activity Stream in the group How-To and Troubleshooting 12 years, 3 months ago
@megainfo – my outline solution from the other threads is:
“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 […] -
Roger Coathup replied to the forum topic Filtering Activity Stream in the group How-To and Troubleshooting 12 years, 3 months ago
@shawn38. @djpaul @hnla @nuprn1 @pollyplummer
Did you make reference in the plugin to where you took your code from?
It’s really bad practice to take other developer’s code and not credit them.
-
Roger Coathup replied to the forum topic Filtering Activity Stream in the group How-To and Troubleshooting 12 years, 3 months ago
You can also look at the original plugin that Shawn has copied his code from: http://wpmu.org/create-a-better-community-experience-with-the-new-buddypress-friends-only-activity-stream-plugin/
There are also […]
-
Roger Coathup replied to the forum topic How is it that BuddyPress has no provision for member photo galleries in the group How-To and Troubleshooting 12 years, 3 months ago
@sooskriszta – we should have an announcement shortly on a new photo solution for BP – that as you recognise should and does leverage the built in WP capability
-
Roger Coathup replied to the forum topic Remove Automatic Links in Profile in the group How-To and Troubleshooting 12 years, 3 months ago
@davidkooo – which theme are you using? I noticed one ‘off the shelf’ theme was adding additional profile field links – in which case you’d have to strip them in your templates as well.
- Load More
@rogercoathup
Active 4 years, 7 months ago