How do I change the default Forums title?
When I drag a forums module onto the page it has the title "Forums". How do I edit this title?
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