That was my thought too. . . When I installed the Poll Mod, the include for "cal_topic.asp" was displaced.
I've experimented with moving the include file within the poll mod but no joy.
Here's the section of topic.asp with the poll mod that contains the cal_topic.asp (at about line 27). And here is the Complete modified topic.asp file (at line 1084).
I'm hoping that the
If blnEvent Then %> <!-- #include file="cal_topic.asp" --> <%
can just be moved to an appropriate place within the file.
Could you or someone take a look and let me know if that's the case?
Since Polls and Events play well with each other on my forum, you should be able to see where it should be. There are some other things I've added, but I don't think they affect the area you're dealing with.
And its to maintain the consistancy of having the icons and date posted "above" the calendar icon and posted text. (as the calendar mod was originally designed and shown in the first post)
I think I got it. Modified Poll Mod to accomodate Event Calendar section here.
Poll Mod is testing for "if IsPoll" several times. The include file was displaced by this testing process but belongs somewhere in that section of code.
It seems to be working for me now, but can you check it to see what I may have missed?