-
Hugo Ashmore replied to the topic Dynamic profile fields in the forum How-to & Troubleshooting 12 years, 5 months ago
@4ella one bump is sufficient!
@henrywright-1I think this is going to have attendant issues difficult to deal with. Gravity forms allows for forms with repeater fields and you can then tie submissions into existing functionality but profile fields are going to be hard to deal with, if they aren’t created. The repeater fields are created via JS…[Read more]
-
Hugo Ashmore replied to the topic [Resolved] Visual bug in registration page in the forum How-to & Troubleshooting 12 years, 5 months ago
Waiting for asnwers.
And did you do as I suggested and contact the theme author? I note you gloss over my comments.
You reference a second screen shot yet I see none? When I visit those links you’ve added I see no registration page, just a page that has no content being generated just empty markup elements, the site does not look as though it…[Read more]
-
Hugo Ashmore replied to the topic [Resolved] No page title? (in the browser bar) in the forum How-to & Troubleshooting 12 years, 5 months ago
This is theme or plugin related BP filters into the wp_title() quite correctly normally, e.g on the activity directory it would read ‘Activity Stream Directory | BP 1.7 – the browser’
-
Hugo Ashmore replied to the topic [Resolved] Visual bug in registration page in the forum How-to & Troubleshooting 12 years, 5 months ago
It’s not a bug as such but either a lack of correct properties for a ruleset or malformed markup, however without knowing what code is involved it’s not really possible to help, also this is a custom theme and therefore not really something this forum can deal with.
I suggest contacting the theme author for help on this.
The issue is suggestive…[Read more]
-
Hugo updated the Building a Child Theme page, on the BuddyPress Codex 12 years, 5 months ago
[Updated for BuddyPress 1.5.2]
This approach to child themeing based on bp-default is largely superseded by BP 1.7 theme compatibility which allows for any theme to run BP templates within it’s theme and child […]
-
Hugo Ashmore replied to the topic child theme integration in the forum How-to & Troubleshooting 12 years, 5 months ago
But that was the point of BP 1.7, theme compatibility. The codex is your friend, have a look through it for info on working with theme compatibility.
-
Hugo Ashmore replied to the topic Duplicate profile field names in the forum How-to & Troubleshooting 12 years, 5 months ago
I guess in some respects the easiest option might have been to label:
‘Work email’
‘Home email’
and perhaps in a profile or list /address one would sort of automatically label in that fashion.There is also bp_get_profile_group_name() or similar name so you could do work == bp_profile_get_group_name() but that would only make sense in a loop really.
-
Hugo Ashmore replied to the topic Adding submenu to nav menus in the forum How-to & Troubleshooting 12 years, 5 months ago
You currently can’t really do this, but you could look at re-factoring the markup to use the newish (added in 1.7) bp_nav_menu() which provides a true nested ul construct and in a similar fashion that WP handles menus.
You can see an example test case I ran up using the function and re-factoring templates:
https://github.com/hnla/hnla-bp-nav-menu -
Hugo Ashmore replied to the topic How to disable the pages I author from showing up on every page? in the forum How-to & Troubleshooting 12 years, 5 months ago
I would advise you disable buddypress for the moment as there’s something very wrong with it, it doesn’t appear to be working in that custom theme correctly. You probably need to ask the theme authors about what is happening.
-
Hugo Ashmore replied to the topic How to disable the pages I author from showing up on every page? in the forum How-to & Troubleshooting 12 years, 5 months ago
You really need to explain just how you have customised things here. This is the standard members public profile, yet you are displaying a far from standards view, it looks like a mix between activity stream and base profile, and yes it loaded extremely slowly.
Please explain just what that page shows and how you’re going about doing that as I…[Read more]
-
Hugo Ashmore replied to the topic Add Custom Setting to Buddypress Settings in the forum Creating & Extending 12 years, 5 months ago
Reason you ought to write as a plugin for own use is while you should offer the code through trac for consideration for adding to core there is no guarantee it will be accepted so if it’s that necessary for you safer to keep running as a plugin until such time as it’s merged into core.
-
Hugo Ashmore replied to the topic Complete list of all BuddyPress pages in the forum How-to & Troubleshooting 12 years, 5 months ago
If you have a list Henry create a new page in the codex, leave it as a draft if you’re unsure or want feedback and one of can look it over – anyone can add pages the docs team is very ad hoc any entries to the codex welcomed but possibly edited here and there 🙂
-
Hugo Ashmore replied to the topic Complete list of all BuddyPress pages in the forum How-to & Troubleshooting 12 years, 5 months ago
The file directories give you a good idea or are as good a ref as any, ones that can catch you out are /members/single/ where you need to remember that there are two nuisance files 🙂 plugins.php & settings.php which have their own full structure (are not template_parts) or that need to be considered.
-
Hugo Ashmore replied to the topic BP-Default fonts in the forum How-to & Troubleshooting 12 years, 5 months ago
Edit// oops too slow posting, beaten to it 🙂
testbp.org is using the twentythirteen theme thus working in theme compat mode. Check the WP 2013 theme functions.php file to see how they have added embedded fonts using the Google service ( Source sans pro is not a generally available machine font – helvetica is a fairly standard machine font…[Read more]
-
Hugo Ashmore replied to the topic Notify group members doesn't work. in the forum How-to & Troubleshooting 12 years, 5 months ago
There’s the weekly digest plugin by Boone, other than that it’s down to your user account settings > notifications
-
Hugo Ashmore replied to the topic Members listing always using page.php!!?? in the forum How-to & Troubleshooting 12 years, 5 months ago
The codex is your friend, always have a quick check there for any docs that may help.
https://codex.buddypress.org/developer/theme-development/a-quick-look-at-1-7-theme-compatibility/
-
Hugo Ashmore replied to the topic Notify group members doesn't work. in the forum How-to & Troubleshooting 12 years, 5 months ago
There’s a ticket on this subject the matter came up a fair while back. It’s always worth checking through trac to see if an issue has been raised.
The radio buttons should not have been radios but a single checkbox, no the option does not stay selected as it isn’t meant to, the changes being referred to are those made on that screen only and the…[Read more]
-
Hugo Ashmore replied to the topic Change avatar template notice bug – Tester needed in the forum How-to & Troubleshooting 12 years, 5 months ago
That’s what Trac is partly for though, raise an issue , steps to create, ask for feedback 2nd-opinion.
-
Hugo Ashmore replied to the topic BuddyPress Scalability in the forum Installing BuddyPress 12 years, 5 months ago
are you sure? 300,000 that is one heck of a lot of groups not sure that I can think of any circumstance where one could ever need that many or how one would ever find anything – might help describing how this works on the site – as for scaling really not sure but I would be expecting it to start slowing things down somewhat.
-
Hugo Ashmore replied to the topic A potential security issue with avatar uploads in the forum Requests & Feedback 12 years, 5 months ago
If you think you’ve found a security issue it really should be reported privately to a core dev.
I don’t think this is an issue, looking at upload avatar functions, but perhaps could use some hardening. Open a ticket.
- Load More
@hnla
Active 7 years, 4 months ago