Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Issues w/Calendar after Poll Mod Install
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

cooldirk
Starting Member

17 Posts

Posted - 01 April 2004 :  03:07:08  Show Profile
All is good except this one problem I am having. I have went over my altered files at least three times installing the calendar events mod and poll mod. When i actually go into an event i, the display is all whacked out as shown here: http://vulgari.no-ip.info/images/err_pic.jpg

Here are a rundown of my forum's details:
Snitz Forums 2000 Version 3.4.03
Active Users 4.0.17
New Events Calendar Mod for 3.4.03
Poll Mod v2.0
David's Portal Mod v1.1
Site Integration Mod v1.2 (not enabled)

Links to:
topic.asp- http://vulgari.no-ip.info/forum/topic.txt
forum.asp- http://vulgari.no-ip.info/forum/forum.txt

I think that should do it.

Thanks in advance to Davio.

cooldirk
Starting Member

17 Posts

Posted - 02 April 2004 :  10:17:15  Show Profile
bump
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 02 April 2004 :  16:02:17  Show Profile
Find line 1050 - 1052 in your topic.asp file. Cut it and paste it after line 1117.

Before:
'####################################### Poll Mod ##################################
'# Remember to remove the &_ from the end of the line above.                       #
'# Find the following code in your file and comment out or remove it:              #
'###################################################################################
	'		"                      <td valign=""top"" height=""100%""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """><span class=""spnMessageText"" id=""msg"">"
	If IsEvent = "1" Then 
		%> <!-- #include file="cal_topic.asp" --> <% 
	End If

	'if Request.QueryString("SearchTerms") <> "" then
After pasting it:
else
	Response.Write "                      <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """><span class=""spnMessageText"" id=""msg"">"
	If IsEvent = "1" Then 
		%> <!-- #include file="cal_topic.asp" --> <% 
	End If
	if Request.QueryString("SearchTerms") <> "" then
		Response.Write	SearchHiLite(formatStr(Topic_Message))
	else

Support Snitz Forums
Go to Top of Page

cooldirk
Starting Member

17 Posts

Posted - 02 April 2004 :  18:35:23  Show Profile
I will give it a try. Thank you. That has been driving me nutz. See the spin? nutz, snitz...heh

Update:

Well, it didnt work. It ended up giving me an error somewhere else on the page, I think line 1250 or something and prevented users from checkin out the topic so I just copied an orginal topic.asp to the directory to prevent downtime.

I know people can get it to work. I am just gonna make a decision whether I want polls, or calendar, until I can figure out how to get them to live happily together. Preciate the effort.

Edited by - cooldirk on 04 April 2004 04:09:46
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.26 seconds. Powered By: Snitz Forums 2000 Version 3.4.07