Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 13 years ago

Last modified 13 years ago

#2541 closed defect (bug) (fixed)

[patch] Link to Group Forum Directory Shouldn't Appear if Disabled [HAS-PATCH]

Reported by: crashutah's profile crashutah Owned by:
Milestone: 1.5 Priority: normal
Severity: Version:
Component: Forums Keywords:
Cc:

Description

If you have "Disable global forum directory?" set to "Yes" in the BP options, then it shouldn't display a link to the "Group Forum Directory" on line 19 of this file:
\buddypress\bp-themes\bp-default\groups\single\forum\topic.php

Seems like an easy patch if I knew how to call for that BP option.

Attachments (2)

2541.patch (1.7 KB) - added by boonebgorges 14 years ago.
2541-1.patch (2.7 KB) - added by boonebgorges 13 years ago.

Download all attachments as: .zip

Change History (11)

#1 @boonebgorges
14 years ago

  • Component changed from Core to Forums

Good call, John.

@boonebgorges
14 years ago

#2 @boonebgorges
14 years ago

  • Keywords has-patch added
  • Summary changed from Link to Group Forum Directory Shouldn't Appear if Disabled to Link to Group Forum Directory Shouldn't Appear if Disabled [HAS-PATCH]

#3 @paulhastings0
13 years ago

  • Summary changed from Link to Group Forum Directory Shouldn't Appear if Disabled [HAS-PATCH] to [patch] Link to Group Forum Directory Shouldn't Appear if Disabled [HAS-PATCH]

#4 @r-a-y
13 years ago

  • Keywords commit added

Good catch! Any reason why this hasn't been committed?

#5 @DJPaul
13 years ago

  • Keywords has-patch commit removed

Unfortunately the patch is out of date and won't apply to trunk now that pages are used for the top level components.

#6 @DJPaul
13 years ago

To clarify: we'll need to take the "forums" page out of the main navigation menu as well as the links on the individual pages such as the ones addressed in this patch.

#7 @boonebgorges
13 years ago

2541-1.patch modifies tho main nav menu as well. I want feedback from DJPaul before committing, as bp-default's functions.php is more his baby than mine.

#8 @djpaul
13 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [3631]) Hide forum directory from main nav if disabled by admin. Fixes #2541, props boonebgorges

#9 @DJPaul
13 years ago

I modified your patch slightly Boone, and change references throughout BP to use the new bp_forum_directory_is_disabled() function.

Note: See TracTickets for help on using tickets.