How do I change the default Forums title?

Posted by Community Admin on 03-Aug-2018 08:35

How do I change the default Forums title?

All Replies

Posted by Community Admin on 21-Jul-2012 00:00

When I drag a forums module onto the page it has the title "Forums". How do I edit this title?

Posted by Community Admin on 24-Jul-2012 00:00

Hi Mark,

Since we use resources for the labels throughout Sitefinity, you will need to navigate to the section called Interface and Labels located under the Administration node.

In the control template the title is displayed as:

<asp:Literal Text="<%$Resources: ForumsResources, ForumsTitle %>" runat="server" />


So you will need to search for the ForumsTitle. After you find it, you can change it to whatever you want. However keep in mind that you need to restart the application in order for the changes to take effect.

Please consider the attached screenshots.

Regards,
Victor Velev
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed