-
hnla posted on the forum topic How to show custom profile fields in a template file? in the group How-To and Troubleshooting: 15 years, 8 months ago
@dorothysulzmann You are now running two concurrent threads on the same subject, please don’t. Why have you not simply continued in the original thread? this practice causes confusion and wastes resources. Did you actually try my half baked example? where did you get the example above from? Please continue this in the original thread where my […]
-
hnla posted on the forum topic How to show custom profile fields in a template file? in the group How-To and Troubleshooting: 15 years, 8 months ago
@dorothysulzmann Not sure I understand your statement ” can’t find anything to help”? what is you other thread about then? and if the help that you are getting in that thread isn’t working why haven’t you posted back to that thread. We can’t magic up code for you we can help you in the right direction, […]
-
hnla posted on the forum topic Version 2.1 is here… hurray! in the group Add All Nav Links to BP Adminbar: 15 years, 8 months ago
Are you using the bp-default theme or a custom one?
-
hnla posted on the forum topic Version 2.1 is here… hurray! in the group Add All Nav Links to BP Adminbar: 15 years, 8 months ago
If you are using WP 3.0.1 then you need to create menus to add to the available regions set for the adminbar; have you done that? The older style wp_list_pages isn’t designed to be activated if WP 3.0.1 is detected
-
hnla posted on the forum topic listing members in the group How-To and Troubleshooting: 15 years, 8 months ago
bp_member_profile_data will echo out as the example in the file shows to get a field you would do: bp_member_profile_data( ‘field=business type’) if I wanted to see what a particular member had for that field then I might use: bp_get_member_profile_data() and do something like:
$member_business_type = bp_get_member_profile_data('field=business…[Read more] -
hnla posted on the forum topic Cannot run BuddyPress on Freehostia.com server w/ WordPress 3.01 in the group Installing BuddyPress: 15 years, 8 months ago
Ask them if they can increase the php script memory limit, in fact ask then but also report back here how much is allocated, if they can’t or won’t and this is the issue there may be other ways around the issue.
-
Hugo Ashmore posted a new activity comment 15 years, 8 months ago
🙂 missed this, yep thought the same, then felt guilty, why? *shrug* .Thought we might have been surprised. on a certain other forum I would have taken a different tac
-
hnla posted on the forum topic Safe Mode Off and JS Infection Issue in the group How-To and Troubleshooting: 15 years, 8 months ago
That infection? what infection is that then? There are a thousand ways a server can be compromised, it might be possible that having ‘Safe Mode’ on helps to prevent one possible avenue, but you would probably be better off running a well configured Mod_Security module. As I wrote above I wouldn’t put a huge amount […]
-
hnla posted on the forum topic Getting the activity feeds "view" link template file correct for custom themes in the group How-To and Troubleshooting: 15 years, 8 months ago
No doubt 🙂 Depending on how one has customised things though adding the markup your theme uses may trigger descendent selector rulesets.
Dimly recall chat about dumping the file altogether which sounds like best course of action.
-
hnla posted on the forum topic Getting the activity feeds "view" link template file correct for custom themes in the group How-To and Troubleshooting: 15 years, 8 months ago
Broadly speaking? It’s an odd file that permalink.php one 🙂 You will probably need to compare it to the markup for a file such as members/index.php or some similar main template file for your theme. permalink.php has very little markup apart from calling the get_header() and get_footer() in between that you simply have a ul […]
-
hnla posted on the forum topic Safe Mode Off and JS Infection Issue in the group How-To and Troubleshooting: 15 years, 8 months ago
If you want to run with PHP Safe Mode on then do but you will need to understand what it does and why it does it in order that you can manage the file upload issues. It was always? acknowledged as a fundamentally flawed approach to try and add server security for shared host environments […]
-
hnla posted on the forum topic Change single tab colour in the group How-To and Troubleshooting: 15 years, 8 months ago
makes me cry 🙁 instantly start looking for rule conflicts and badly constructed descendant selector sets 🙂
-
hnla posted on the forum topic Change single tab colour in the group How-To and Troubleshooting: 15 years, 8 months ago
And with sufficient weight for the element it should be possible to remove the improperly and too often used ‘!important ‘ 🙂
You could also add the ruleset in a style tag via a function and add_action wp_head; that adds specificity via the cascade precedence and also won’t be cached by the browser. -
Hugo Ashmore posted a new activity comment 15 years, 8 months ago
That’s cool, was looking at that page , and will have a play around when I have a minute. Thanks for that rich
-
hnla posted on the forum topic Using Radio Buttons vs. Multiple Checklist for Registration in the group Third Party Components & Plugins: 15 years, 8 months ago
Pop a link back to the ticket if you can and some of us may try and take a look, IE did historically have some horrendous show stopping issues with form controls causing it to return wrong values or no value at all. Be surprised though if those IE bugs transposed to IE8 but then […]
-
hnla posted on the forum topic Using Radio Buttons vs. Multiple Checklist for Registration in the group Third Party Components & Plugins: 15 years, 8 months ago
Radio Buttons are not multiple items though if one is selected the others are supposed to be deselected if they correctly share the same name, or have I missed the point?
-
Hugo Ashmore posted a new activity comment 15 years, 8 months ago
That is truly excellent, it’s going to be an invaluable reference. My next little task was going to be to try and remove the activity ‘delete’ link for all but site admins and this reference should make that a lot easier, actually was thinking of trying to hack your edit activity plugin as it seems the natural marriage of actions 🙂
-
hnla posted on the forum topic Rotating Banner Job for Buddypress in the group Third Party Components & Plugins: 15 years, 8 months ago
@mrbeno I did mention the jobs board in passing in this comment 🙂
https://buddypress.org/community/groups/creating-extending/forum/topic/desperate-need-for-easy-custom-banner-plug-in-not-just-code-banners/#post-69517 -
hnla posted on the forum topic What happened to the BuddyPress Job-Board Group? in the group Creating & Extending: 15 years, 8 months ago
It was started last Wednesday as a stop gap temporary solution , hopefully to be replaced in time with something more purpose built.
-
hnla posted on the forum topic Forums Page not Working Properly in the group How-To and Troubleshooting: 15 years, 8 months ago
@nuprn1 if anyone had a right to 🙂 The theme query raised needs re-enforcing over and over, the trouble for any plugin author or for that matter theme writter as it works in reverse to is that the plugin author has to rely on the theme writer adding in the requisite hooks to the theme without […]
- Load More
@hnla
Active 7 years, 10 months ago
the edit plugin actually piggybacks on that same filter
http://etivite.com/groups/buddypress/hooks/apply_filters/bp_activity_delete_link
(so if you use it, just set the proper priority)
`add_filter( ‘bp_activity_delete_link’, ‘bp_edit_activity_add_edit_link’, 1, 2 );`
That’s cool, was looking at that page , and will have a play around when I have a minute. Thanks for that rich