-
David Dean replied to the forum topic Hiding Sub-Groups from the Groups page? in the group BP Group Hierarchy 12 years, 10 months ago
I haven’t used Gantry or RocketTheme, but it sounds like you should copy the
tree
folder out of thetemplates
folder. -
David Dean replied to the forum topic Hide Group List – Getting Failed to load the requested template error in the group BP Group Hierarchy 12 years, 10 months ago
Can you provide any info on your setup?
WP / BP / plugin versions?
Does this occur with the bp-default theme?
Any other plugins running?
Is there anything unusual about your install (e.g. moved wp-content […] -
David Dean replied to the forum topic Hiding Sub-Groups from the Groups page? in the group BP Group Hierarchy 12 years, 10 months ago
This is what you get if you select to display the group tree and hide the flat list of groups.
I can look into a shortcode, but no promises on an ETA. 🙂
-
David Dean replied to the forum topic Plugin breaking groups URL in the group BP Group Hierarchy 12 years, 10 months ago
Sure – david at generalthreat dot com
-
David Dean replied to the forum topic Plugin breaking groups URL in the group BP Group Hierarchy 12 years, 10 months ago
@imacg – thanks! The DB error is really helpful. Are you saying you get a white screen on all non-group pages, and that the DB error you posted is recorded? Or is that one just recorded upon activation?
As far […]
-
David Dean replied to the forum topic Plugin breaking groups URL in the group BP Group Hierarchy 12 years, 10 months ago
@tomraff – can you provide some more details on your setup? Is this a new install? Any other plugins in use? Also, can you provide any error log messages you can find?
-
David Dean replied to the forum topic Plugin breaking groups URL in the group BP Group Hierarchy 12 years, 10 months ago
That must be it.
The column should be: bigint(20) default 0.I’m not really sure how it’s happening, but the change in prefix is a great clue. I’ll dig around in the activation code and see what I can find. […]
-
David Dean replied to the forum topic Plugin breaking groups URL in the group BP Group Hierarchy 12 years, 10 months ago
Thanks for the response! Can you check your
wp_bp_groups
table and confirm that there’s aparent_id
column? -
David Dean replied to the forum topic Plugin breaking groups URL in the group BP Group Hierarchy 12 years, 10 months ago
Is anyone still having this problem?
-
David Dean replied to the forum topic WP_DEBUG and WP_DEBUG_DISPLAY in the group BP Group Hierarchy 12 years, 10 months ago
Thanks for catching this! A fix has been added to the development version and will be included in the next release.
-
David Dean replied to the forum topic Restrict Top Level Groups not working in the group BP Group Hierarchy 12 years, 10 months ago
If you make a hidden root group, you’d probably hook
bp_before_directory_groups_list
and use it to overwrite thebp_has_groups()
loop with one that looks for children of your hidden group.That way, other […]
-
David Dean replied to the forum topic Function to return current group slug (even if in group sub levels) in the group BP Group Hierarchy 12 years, 10 months ago
You can use
$group->true_slug
to skip the path info and just get the group slug for a subgroupYou could also use
basename({whatever you are using to get the slug})
-
David Dean replied to the forum topic I have 200+ groups and this loads slow in the group BP Group Organizer 12 years, 11 months ago
Not really. The entire group tree has to be loaded for it to work, and caching will have minimal effect. However, the slowness you’re seeing on drag and drop is the result of Javascript re-calculation, so it […]
-
David Dean replied to the forum topic Plugin breaking groups URL in the group BP Group Hierarchy 12 years, 11 months ago
I can’t reproduce this issue. Can you provide any more details? If possible, turn on debugging and post the “BP Group Hierarchy” lines.
-
David Dean replied to the forum topic Restrict subgroup levels in the group BP Group Hierarchy 12 years, 11 months ago
@volpv – I’m not really sure that the “Group Listing + ActiveGroup/Popular Group” is but, if it is what I think it is, you’d have to modify some BuddyPress core files.
You can use the Group Navigator widget […]
-
David Dean replied to the forum topic Group Hierarchy Breadcrumbs in the group BP Group Hierarchy 12 years, 11 months ago
@johnnymestizo – can you provide an example of the “rubbish link” that is being generated? That would be helpful in troubleshooting.
-
David Dean replied to the forum topic Group Events Error in the group BP Group Hierarchy 12 years, 11 months ago
Hi @gg565 – does the URL for group events appear to be correct?
-
David Dean replied to the forum topic "Optional" mandatory groups in the group BuddyPress Mandatory Groups 12 years, 11 months ago
I think there are some registration plugins that will do what you’re looking for. With a quick search I found:
https://buddypress.org/community/groups/buddypress-registration-groups-1/
You could use a […]
-
David Dean replied to the forum topic Sub Group slug not changed in the group BP Group Hierarchy 12 years, 11 months ago
You can change it by changing the declaration of
$this-slug
inextension.php
. This should accomplish what you’re looking for.I’m not sure whether there would be any problems to arise from changing it, […]
-
David Dean replied to the forum topic Sub Groups (0) should not exist in the group BP Group Hierarchy 12 years, 11 months ago
If there are no sub groups, only those authorized to create sub groups will see the sub group tab. Otherwise, how would they add sub groups? 🙂
If you have authorized “Anyone” to create subgroups, that tab […]
- Load More
@ddean
Active 2 years, 6 months ago