Is it possible to change the name of the forum, it is currently displayed as "Forum" when the page is called. I would like to change "Forum" to something else, such as "Private Forum." Is this possible through the Advanced Forum config UI?

I have come across two older threads discussing the issue (Drupal core forum) but neither have really presented a simple, GUI means of changing the name.

http://drupal.org/node/92701
http://drupal.org/node/175784

Suggestions appreciated

Comments

Michelle’s picture

Status: Active » Closed (won't fix)

This is handled by core. I believe it's the name of the taxonomy vocabulary but I'm not 100% sure. It's not something that would be added to AF's settings.

Michelle

Todd Young’s picture

You can easily turn it off in CSS, if that helps you:

.page-forum #page-title {
  display: none;
}
Todd Young’s picture

I changed the vocabulary name and nothing seems to have freaked out. The new name now appears in most places, but not all - like the forum list. It still says "Forums" above my categories. But the page titles and breadcrumbs have the new term, which is nice.

Todd Young’s picture

Update, years later:

I just ran across the same topic while trying Advanced Forums for the first time in three+ years ;^) It seems that changing the display name of the taxonomy term does indeed change the page title on the forum page, unlike before.

Happy chatting!