dvdviper
Starting Member
1 Posts |
Posted - 27 December 2008 : 05:37:39
|
Hi all,
I have installed the content display mod and i am using my home page to display the topics. I have managed to integrate so that displays the posts but when the link is clicked I get the error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'getCurrentMsgIcon'
/lakes/forum/newsleftmenu.asp, line 855
Here is the section in question:
if Topic_Status < 2 then Response.Write " " & getCurrentIcon(getCurrentMsgIcon(Topic_MsgIcon),"","hspace=""3"" align=""absmiddle""") & "<font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>Posted - " & ChkDate(Topic_Date, " : " ,true) & "</font><br>" & vbNewline ' added <br>
This only happens when the link is clicked. If you want to see the error then my test site is at www.hitech-solutions.co.uk/lakes
Thanks for any help< |
|