YAFLogo

wowikt
  • wowikt
  • 51.8% (Neutral)
  • YAF Forumling Topic Starter
13 years ago
Installed YAF 1.9.4 RC4 on DNN 5.4.2, then upgraded to 5.4.4. Everything works ok.

But there is one problem. When I open page containing YAF it writes in browser page title: - - . When I open some forum it writes: - - - - . Ie, forum and boards titles are doubled in page title. Where can it be corrected?

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
13 years ago
Yes you are right. Looks Like the Code

private void Forum1_PageTitleSet(object sender, ForumPageTitleArgs e)
        {
           BasePage.Title = e.Title + " - " + BasePage.Title;
        }

Is not needed anymore in the File YafDnnModule.ascx.cs

I Updated my Downloads Source & Install (Only 1.94.01 BETA)

http://my-dnn.de/k7PTp