-
Roger Coathup replied to the forum topic Some pages not reading CSS properly in the group How-To and Troubleshooting 12 years, 3 months ago
Your pages are reading the CSS perfectly correctly.
It’s your templates that need adjusting – you’ve installed a photo plugin, and not rewritten the templates to work with your theme.
You may find a kindly […]
-
Roger Coathup replied to the forum topic How to create new dynamic menu including BP links? in the group Creating & Extending 12 years, 3 months ago
.. and here’s a write up on how to use hooks (or in this case filters), to add your dynamic menu item:
http://stackoverflow.com/questions/10644384/dynamic-url-in-wordpress-navigation
Obviously, you’ll have […]
-
Roger Coathup replied to the forum topic How to create new dynamic menu including BP links? in the group Creating & Extending 12 years, 3 months ago
The ‘dynamic’ links, e.g. to a members profile, require PHP (to work out the path to the current member). You can’t add links that include PHP using the built-in WordPress nav menu system.
You’ll either […]
-
Roger Coathup replied to the forum topic Forum Default instead of Activity Default in Groups in the group How-To and Troubleshooting 12 years, 3 months ago
p.s the article I got the code from is: http://wpnyc.org/groups/buddypress-troubleshooting-and-support/forum/topic/changing-default-tab-for-groups/ — see comments for the 1.5 version
-
Roger Coathup replied to the forum topic Forum Default instead of Activity Default in Groups in the group How-To and Troubleshooting 12 years, 3 months ago
Hi Zoe,
you can try this code: http://pastebin.com/UDXwYxYf
Placing it in your bp-custom.php file in /plugins
I haven’t tried it, and am a bit uncomfortable with the hard coded component names, but it’s […]
-
Roger Coathup replied to the forum topic how to get fields from the profile information with bp_member_profile_data in the group How-To and Troubleshooting 12 years, 3 months ago
ok… as I guess you know, modifying the core code isn’t a good solution!
Am not sure why your original code isn’t working, as the later $r = wp_parse_args( $args, $defaults ); call should overwrite user_id […]
-
Roger Coathup replied to the forum topic bbpress wordpress plugin in the group How-To and Troubleshooting 12 years, 4 months ago
It appears you are already getting lots of support re: this question over on bbPress forums. Where, they’ve pointed out that you have your urls configured incorrectly.
You also appear to have explained on […]
-
Roger Coathup replied to the forum topic bp_profile_field_data( 'field= … doesn't work in the group How-To and Troubleshooting 12 years, 4 months ago
@PJ – not sure why the function isn’t working for you — have you got the field name correct?
Paste your code in this thread, and someone might be able to spot what you are doing wrong.
-
Roger Coathup replied to the forum topic bp_profile_field_data( 'field= … doesn't work in the group How-To and Troubleshooting 12 years, 4 months ago
@modemlooper – the new function I’ve given handles array data types, so you don’t have to write any of your own conditional code to catch and process array types.
You should switch your code to use […]
-
Roger Coathup replied to the forum topic Recipients list when "friend connections" is not checked" in the group How-To and Troubleshooting 12 years, 4 months ago
I haven’t tried it myself, but according to in file comments, you should be able to get autocomplete to use all members (rather than just friends), by defining the constant:
BP_MESSAGES_AUTOCOMPLETE_ALL […]
-
Roger Coathup replied to the forum topic bp_profile_field_data( 'field= … doesn't work in the group How-To and Troubleshooting 12 years, 4 months ago
Try bp_member_profile_data() instead.
The documentation in the code is incorrect and as you’ve noticed bp_profile_field_data() doesn’t work for the complex data types.
-
Roger Coathup replied to the forum topic How do I replace website text with images? in the group How-To and Troubleshooting 12 years, 4 months ago
You can replace text with images in your CSS files.
There are a variety of techniques you can use. It’s not really a BuddyPress question, and you’d be better looking them up in a guide to CSS, or on some CSS […]
-
Roger Coathup replied to the forum topic Enterprise Nation: a 64,000 member BuddyPress site in the group Gallery 12 years, 4 months ago
@elangley – BuddyPress is used to provide the backbone for member accounts on Enterprise Nation. Customised activity stream loops are also used (e.g. clicking on discussions a sidebar option from some pages) […]
-
Roger Coathup replied to the forum topic How can I find my topic in the group Requests & Feedback 12 years, 4 months ago
@djpaul – has anything changed recently, as the ‘Load More’ AJAX in my profile activity stream no longer works for me. Pretty sure, this was functioning correctly a couple of weeks back. Without this, it makes […]
-
Roger Coathup replied to the forum topic link to profile tabs in the group Miscellaneous 12 years, 4 months ago
The correct way to do is using the function:
bp_loggedin_user_domain()
See, these other recent threads: […]
-
Roger Coathup replied to the forum topic JavaScript in WordPress Admin doesn't work in the group How-To and Troubleshooting 12 years, 4 months ago
That sort of problem is typically caused by a plugin clash.
Have you definitely tried with all plugins (except BuddyPress) removed, and using the bp-default theme, and nothing being loaded in your bp-custom.php […]
-
Roger Coathup replied to the forum topic ConstantContact not appearing on BuddyPress registration in the group How-To and Troubleshooting 12 years, 4 months ago
Does Constant Contact claim to be BuddyPress compatible / integrate with BuddyPress registration?
It’s not something I’ve seen them advertise — are you integrating it using a plugin that claims to support […]
-
Roger Coathup replied to the forum topic Activity Link Redirecting to Home Page in the group How-To and Troubleshooting 12 years, 4 months ago
Hey Abbie,
given the other redirect problem was caused / fixed by an amend in your wp-config file, it would be a good idea to include the content of that file in this thread. Also include contents of your […]
-
Roger Coathup replied to the forum topic Please help: Warning: in_array() expects parameter 2 to be array, null given in… in the group How-To and Troubleshooting 12 years, 4 months ago
The problem is in a 3rd party plugin that you are using — it hasn’t been updated for nearly 2 years.
You will be best to ask on the support forums for the […]
-
Roger Coathup replied to the forum topic Is there a shortcode for usernames? in the group How-To and Troubleshooting 12 years, 4 months ago
If there’s a shortcode for WordPress for this, it should work for BuddyPress, as it’s the same name system underneath.
It’s something one would normally do in a template file, rather than a shortcode in page content.
- Load More
@rogercoathup
Active 4 years, 7 months ago