-
David Dean replied to the forum topic 1.2.8 – Minor Issue in the group BP Group Hierarchy 12 years, 11 months ago
@3dperuna – thanks for catching this! I’ll see if I can handle this condition more gracefully in the next release.
-
David Dean replied to the forum topic Group Hierarchy Breadcrumbs in the group BP Group Hierarchy 13 years ago
You can use the
bp_group_hierarchy_breadcrumbs()
function to display this.The documentation incorrectly says that this function RETURNS this text, when in fact it ECHOES it.
-
David Dean replied to the forum topic Feature suggestion: Members inherit groups in tree in the group BP Group Hierarchy 13 years ago
Unfortunately, this requirement wouldn’t suit a lot of setups, so it doesn’t really make sense to go in the plugin. I can’t give a full response at the moment, but here’s something to get you started:
You […]
-
David Dean replied to the forum topic Limiting # of subgroups in the group BP Group Hierarchy 13 years ago
No code change is necessary, although you will need to put some code in your functions.php file, or create another plugin to handle the limits.
You can hook the
bp_group_hierarchy_available_parent_groups
[…] -
David Dean replied to the forum topic Error with 1.2.7 and latest version of BP in the group BP Group Hierarchy 13 years ago
I’ve never seen that one! Does the path in the error message not include slashes, or is the forum just stripping them out? If it doesn’t, that could be a part of the problem.
-
David Dean replied to the forum topic Disable joining top-level groups in the group BP Group Hierarchy 13 years ago
You can set the top-level groups as private, and if they have public members, users will be able to “traverse” them to get to their members.
The other modifications you’ve mentioned could take advantage of […]
-
David Dean posted an update in the group BP Group Hierarchy 13 years ago
Sorry for being MIA, everybody! I didn’t realize that Forum posts are no longer showing up in the Activity feed, so I thought things were just really quiet. 🙂
-
David Dean replied to the forum topic Error with languages in BP Hierarchy 1.2.6 in the group BP Group Hierarchy 13 years, 1 month ago
@goranrudling – I’ve fixed the problems you mentioned. Thanks so much for taking the time to explain these issues rather than just posting the CodeStyling Localization output. I’m still getting used to the […]
-
David Dean replied to the forum topic Error with BP Group Hierarchy 1.2.4 and BP 1.5 in the group BP Group Hierarchy 13 years, 1 month ago
@imjscn I think I ran into the bug you described; it has been fixed in the newest version. Please give it a try and let know what you find! 🙂
-
David Dean replied to the forum topic Error with BP Group Hierarchy 1.2.4 and BP 1.5 in the group BP Group Hierarchy 13 years, 2 months ago
Glad to hear things are working for you now. 🙂
-
David Dean replied to the forum topic Error with BP Group Hierarchy 1.2.4 and BP 1.5 in the group BP Group Hierarchy 13 years, 2 months ago
Were you able to use Genesis, 1.2.3, and BP 1.5-RC2 together without seeing this issue?
From the text of that error, it looks like the theme doesn’t have the required template files for BuddyPress. That’s […]
-
David Dean replied to the forum topic Group Tree Filtering in the group BP Group Hierarchy 13 years, 2 months ago
@imjscn you could use the
bp_has_groups_hierarchy
function (works just likebp_has_groups
) with an argument key ofparent_id
, it’ll fill the groups “loop” with children of the group you passed. You can […] -
David Dean replied to the forum topic Group Tree Filtering in the group BP Group Hierarchy 13 years, 2 months ago
@imjscn – that sounds like the
Member Groups
tab to me. Are you looking for something different, or just for it to be moved to the first tab / front page? -
David Dean replied to the forum topic Group Tree Filtering in the group BP Group Hierarchy 13 years, 2 months ago
Your first question – about filtering the group tree display – is possible by editing the files in the “templates” folder. You shouldn’t actually edit those, as they’ll get overwritten by updates, but instead […]
-
David Dean posted an update in the group BP Group Hierarchy 13 years, 2 months ago
@_dorsvenabili you can send it to david at generalthreat dot com
Thank you so much for taking the time to translate the plugin and contribute it back! 🙂
-
David Dean replied to the forum topic Plugin's translation in the group BP Group Hierarchy 13 years, 2 months ago
Hi @_dorsvenabili ! Thanks so much for taking the time to translate this! 🙂
I posted a .pot file along with the most recent version. Please let me know if there’s anything I can do to help.
-
David Dean replied to the forum topic Restrict Top Level Groups not working in the group BP Group Hierarchy 13 years, 2 months ago
I’ve been working on a clean way to do it. BP 1.5 includes a feature to hide the “Create a Group” button, and I can hook into that, but for BP 1.2, and for users who might go straight to the create URL, it’s […]
-
David Dean replied to the forum topic Blank Admin Page in the group BP Group Hierarchy 13 years, 2 months ago
@mrjarbenne I think it was a short open tag issue.
IIRC, this is the relevant […]
-
David Dean replied to the forum topic Restrict Top Level Groups not working in the group BP Group Hierarchy 13 years, 2 months ago
@mrjarbenne thanks for bringing this up! Is this screenshot from an install where the user has NO eligible parent groups? I haven’t accounted for […]
-
David Dean replied to the forum topic Unable to show group mods, with this plugin activated. in the group BP Group Hierarchy 13 years, 3 months ago
This is a bug in BuddyPress 1.2.x.
$mods
is supposed to be a property of theBP_Groups_Group
object, not theBP_Groups_Template
object, but it isn’t declared.https://buddypress.trac.wordpress.org/ticket/3097
Here’s […]
- Load More
@ddean
Active 2 years, 6 months ago