Forum navigation links broken

Forum navigation links broken

This question is answered

These are the links at the top of the page like "Forums >> Community Server 2.1 >> Bugs and issues".  Somehow I inadvertenly dragged and dropped with the mouse while viewing one of our forum pages and changed something in the page content.  Since then the link to the forum group contains the text that got pasted into the page content and consequently doesn't work.  The page title in the browser title bar was also affected.  Would anyone happen to know where this content is stored so I can try to fix it?  I'm guessing it's somewhere in the SQL server database since it doesn't look like any of the files I have access to on the web server got modified going by the file dates.  Thanks.

Unfortunately we are stuck with this version of CS as that's what our web hosting service offers.

Here's the URL to the forum: http://flywestwind.com/communityserver/forums/default.aspx

Verified Answer
  • Looks like you've modified something in the page header.  Somewhere in the Control Panel (most likely in the Site Settings section) there should be an option to customise the content of the HEAD element.  You must have pasted this html into that head element.  Find that option and remove

            <div style="background: white">
    <a href="http://www.flywestwind.com">WestWind Airlines Home Page</a>
    </div>

    from it.  Unfortunantly I dont' have access to CS2.1 atm so can't be more specific over where to look.

All Replies
  • Looks like you've modified something in the page header.  Somewhere in the Control Panel (most likely in the Site Settings section) there should be an option to customise the content of the HEAD element.  You must have pasted this html into that head element.  Find that option and remove

            <div style="background: white">
    <a href="http://www.flywestwind.com">WestWind Airlines Home Page</a>
    </div>

    from it.  Unfortunantly I dont' have access to CS2.1 atm so can't be more specific over where to look.

  • Thanks, that was the fix!  The site name got part of the raw header (the home page link in the upper left corner) pasted into it.