YAFLogo

midwestSS
  • midwestSS
  • 100% (Exalted)
  • YAF MVP Topic Starter
15 years ago
ok this may seem weird

i like to have the shoutbox on the admin page.. why? cuz i can monitor who is on, and if its a hacker just hittin the page like mad, watch the IPs.etc.

i put this on the top of the admin page

<%@ Register TagPrefix="YAF" TagName="ShoutBox" Src="../controls/ShoutBox.ascx" %>

and it blows up on the admin page when i go to render it in the browser.

doing the exact same thing on 1.9.3 works fine.

Sponsor
midwestSS
  • midwestSS
  • 100% (Exalted)
  • YAF MVP Topic Starter
15 years ago
nevermind.. figured it out.. ~ instead of ... on


<%@ Register TagPrefix="YAF" TagName="ShoutBox" Src="~/controls/ShoutBox.ascx" %>