-
hnla posted on the forum topic Make Standard Buddypress Theme Header Width Static, Not Fluid in the group How-To and Troubleshooting: 15 years, 7 months ago
You have to be a little more liteeral then as to what you have been trying – sorry not wanting to come across too … but do need things explained in coding terms i.e reference actual elements, perhaps show the the snippets of code pertaining to the attempts, is this a child theme? does it […]
-
hnla posted on the forum topic Make Standard Buddypress Theme Header Width Static, Not Fluid in the group How-To and Troubleshooting: 15 years, 7 months ago
If you state a value then unless it’s zero it must have a unit, 900 what? banana skins, doughnuts, or perhaps px, em, %
-
hnla posted on the forum topic Make Standard Buddypress Theme Header Width Static, Not Fluid in the group How-To and Troubleshooting: 15 years, 7 months ago
No nothing will if you don’t describe a unit!
-
hnla posted on the forum topic show custom field in bp_group_the_member loop in the group How-To and Troubleshooting: 15 years, 7 months ago
Shouldn’t need to have to perform a while loop in a members loop, it should be much easier than that bp_member_profile_data(‘field=Company Name’) if(bp_get_member_profile_data( ‘field=Company Name’ ) == ’special’) Something along those lines. Over the last day or two there have been a few posts on the subject of profiles, and all the info one could […]
-
hnla posted on the forum topic blog sturcture in the group Miscellaneous: 15 years, 7 months ago
You’ll need to create three new custom loops then and feed the category to the loop as a parameter. I would check the WP codex as that will guide you on creating WP loops and feeding parameters to them.
-
hnla posted on the forum topic Nav Bar Menu Items Help in the group How-To and Troubleshooting: 15 years, 7 months ago
I’ve responded to this in the plugin group. To some extent What you are asking for is already available on the standard BP menu – and at this time I wouldn’t probably advise using the adminbar plugin as it checks for WP 3.0 and then uses the newer menus these new menus have two huge […]
-
hnla posted on the forum topic How do I create links on the nav bar? in the group Add All Nav Links to BP Adminbar: 15 years, 7 months ago
Probably first question is do you in fact need to be using this plugin and not simply restyling the default main BP menu links or keeping the adminbar plugin running for the ability to customise it but not hidding the main menu. Originally the idea – at least from my perspective with what I was […]
-
hnla posted on the forum topic Profile types in the group How-To and Troubleshooting: 15 years, 7 months ago
Adding the required selection options means that each user has to select a given type (a default option should also be considered?) This selection will be displayed on the users profile, but what you now have is a means of checking against something specific. The code above would or should allow you to run specific […]
-
hnla posted on the forum topic Admin content control for hidden groups in the group How-To and Troubleshooting: 15 years, 7 months ago
@helijussila
Yes activity is not viewable despite super admin access to hidden groups, I had a feeling I’d seen a ticket on this, and just ran across it again:
https://trac.buddypress.org/ticket/2602So upgrading to 1.2.6 should sort the issue out,
-
hnla posted on the forum topic problem with custom field radio button in the group How-To and Troubleshooting: 15 years, 7 months ago
very probably not, so ignore my comments and start to pull that code together and throw it up to the forum if/when you get stuck and we’ll help get it as it’s needed 🙂 P.S probably best to start a new post though?
-
hnla posted on the forum topic problem with custom field radio button in the group How-To and Troubleshooting: 15 years, 7 months ago
Yes but the point is that one can’t simply state that they haven’t got sufficient knowledge and use that as a reason that those that do should therefore write the code for them; think about it. We all had to start somewhere and gain that knowledge it wasn’t handed to us. If some posts don’t […]
-
hnla posted on the forum topic BP advertises "WordPress Blogging" .. but how? in the group How-To and Troubleshooting: 15 years, 7 months ago
Yes you would grant users ‘Contributo’r or ‘Author’ privileges to write on the main blog, what I do is add links for certain user capabilities to the adminbar so there is an easy route to the create new post & pages screens.
-
hnla posted on the forum topic problem with custom field radio button in the group How-To and Troubleshooting: 15 years, 7 months ago
To get you started create three new profile fields for users to complete, probably radio button choices, the users will select one of these at signup? make the selection obligatory. Now in the members profile loop you will use a simple check to determine which field has been returned or selected by the user and […]
-
hnla posted on the forum topic problem with custom field radio button in the group How-To and Troubleshooting: 15 years, 7 months ago
maybe you could write full code? here are several topics on this question, but as I see, those who have done it do not want to share their result. @janismo please take care not to come across as treating this support forum as though it was a service with some sort of obligation on the part of the […]
-
hnla posted on the forum topic problem with custom field radio button in the group How-To and Troubleshooting: 15 years, 7 months ago
Edit// just saw your last post- not sure how that slipped past 🙂 so you are using xprofile field data and so yes your first example won’t work I think you’re on the right track now and it is easier if in a members loop. There was a post earlier today discussing this. Have a […]
-
hnla posted on the forum topic problem with custom field radio button in the group How-To and Troubleshooting: 15 years, 7 months ago
Where do you get/set the variable $account_type from?
-
hnla posted on the forum topic adding gravatar hovercard to a member profile page in the group Creating & Extending: 15 years, 7 months ago
Cool

sorry couldn’t resist, was going to place a Borrat quote as well but they’re all too rude! – I’ll remove the hot link later.
-
Hugo Ashmore replied to the topic How to grab xprofile data? in the forum How-to & Troubleshooting 15 years, 7 months ago
Try:
if (bp_get_profile_field_data('field=thefield'))
or
if (bp_get_profile_field_data('field=thefield') == 'string') -
hnla posted on the forum topic How to grab xprofile data? in the group How-To and Troubleshooting: 15 years, 7 months ago
Try:
if (bp_get_profile_field_data('field=thefield'))
or
if (bp_get_profile_field_data('field=thefield') == 'string') -
hnla posted on the forum topic install WordPress MU and BP, can't signup with new blog in the group Installing BuddyPress: 15 years, 7 months ago
Just have: No can’t create a blog from the initial registration page, but yes can create a blog once signed in which is pretty telling really. You do not have a clean install at work here it is a modified one, remove any and ALL mods made, any plugins that might be messing things up, […]
- Load More
@hnla
Active 7 years, 9 months ago