Registering and any field links me to a forum thread!?!?

surfsup

Well-known member
Strangest thing ever, we are a big board and have the latest update etc.

When anyone tries to register, and click in any of the text fields it automatically links to a thread.

My site here

Why is this happening and what can we do to fix it?
 
Here's your problem:

Code:
<li class="panel Notice DismissParent notice_5"><div class="baseHtml noticeContent">Dear Guest, Download your copy of TMF Clean Informer Magazine-  <a href="[URL='http://xenforo.com/community/view-source:http://www.truckmountforums.com/threads/tmf-clean-informer-1-issue-download-your-copy.38610/']http://www.truckmountforums.com/threads/tmf-clean-informer-1-issue-download-your-copy.38610/[/URL]">Visit here for more details</a</div>

Your closing tags are wrong. (coming from the notice pop-up)
 
Here's your problem:

Code:
<li class="panel Notice DismissParent notice_5"><div class="baseHtml noticeContent">Dear Guest, Download your copy of TMF Clean Informer Magazine-  <a href="[URL='http://xenforo.com/community/view-source:http://www.truckmountforums.com/threads/tmf-clean-informer-1-issue-download-your-copy.38610/']http://www.truckmountforums.com/threads/tmf-clean-informer-1-issue-download-your-copy.38610/[/URL]">Visit here for more details</a</div>

Your closing tags are wrong. (coming from the notice pop-up)
Genies! LOL, code is fixed. :D
 
Top Bottom