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
 Basic pre-moded forum?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

nickw
Junior Member

Ireland
193 Posts

Posted - 27 May 2003 :  04:12:13  Show Profile
Hi Guys,

After 4 hours of trying and retrying last night, I could not get the "Poll Mod" Installed. THe problem is that I have already got the Active Users, and Mikes File Attachement Mod installed, and adding the Poll Mod is very difficult.

So, here is my question....

Has anyone got a forum with these mod's already installed, but not with much else. (I Like Serverhackers, but it is overkill for our site)?

Or... is anyone willing to modify the code so that I can get this Poll Mod working? If not, no problem...

Cheers,

Nick

Nick

Edited by - nickw on 27 May 2003 04:12:35

nickw
Junior Member

Ireland
193 Posts

Posted - 27 May 2003 :  08:24:59  Show Profile
OK Scratch that!

I now have this forum running with the Active Users, Poll Mod and Mikes File Attachment...

However, I do have one last problem..., if someone can help???

If you go to the forum http://www.ifsd.ie/forum - you will see that since adding the Poll Mod, the File attachement mod is now "up at the top" of the post, or reply.... Can anyone help me get that back to where it should be?

Cheers,

Nick
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 27 May 2003 :  11:09:51  Show Profile
It is requesting a username and password to enter the forum. Either turn off Require Registration in your admin options, Email Configuration, or give us a username or password we can use to enter your forum.

Support Snitz Forums
Go to Top of Page

nickw
Junior Member

Ireland
193 Posts

Posted - 27 May 2003 :  11:53:18  Show Profile
Yep... OK,

User: snitz
Password: snitz

Cheers,

Nick
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 27 May 2003 :  15:00:13  Show Profile
Post a link to a txt file of your post.asp page. And I will probably need a link to the instructions for the File Attachment mod so I can see where the code needs to be in the file.

Support Snitz Forums
Go to Top of Page

nickw
Junior Member

Ireland
193 Posts

Posted - 27 May 2003 :  15:13:12  Show Profile
Hi Davio, Thanks for this...

Here is the post.asp http://www.ifsd.ie/post.txt

I do not have the instructions for Mikes Mod anymore, but it is on Snitzbitz.com

Thanks again...

Nick
Go to Top of Page

nickw
Junior Member

Ireland
193 Posts

Posted - 28 May 2003 :  11:35:28  Show Profile
Anything further Davio?

Nick.

Nick
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 28 May 2003 :  12:26:10  Show Profile
On line 1200 of your file, you will find this bit of code:

Response.Write " <a href=""#"" onClick=""window.open('pop_upload_new.asp','Uploading','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=440,height=310');""><acronym title=""Upload an Image File..."">" & getCurrentIcon(strIconPaperClip,"","") & "</a> <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>Insert an Image File</acronym><br /></font>" & vbNewLine

Highlight the line, press Ctrl + X (that will cut it and place it in your clipboard). Scroll down to line 1236, you will find this bit of code:
else
	Response.Write "<td bgColor=""" & strPopUpTableColor & """> </td>" & vbNewLine & _
        	line 1236 "<td bgColor=""" & strPopUpTableColor & """>" & vbNewLine
end if
Create a new line after line 1236, and press Ctrl + V (that will paste the code).

Now go down to line 1241, create a new line after it, and paste the same code (Ctrl + V) on that line. Your code should look something like this:
else
		Response.Write "<td bgColor=""" & strPopUpTableColor & """> </td>" & vbNewLine & _
        		"<td bgColor=""" & strPopUpTableColor & """>"& vbNewLine
		Response.Write	"		<a href=""#"" onClick=""window.open('pop_upload_new.asp','Uploading',...
	end if
else
	Response.Write "<td bgColor=""" & strPopUpTableColor & """> </td>" & vbNewLine & _
        	"<td bgColor=""" & strPopUpTableColor & """>" & vbNewLine
	Response.Write	"		<a href=""#"" onClick=""window.open('pop_upload_new.asp','Uploading',...
end if
The lines is red is what you just added. I just shortened the line in my post so it won't make this topic scroll very long.

That's it.

Support Snitz Forums
Go to Top of Page

nickw
Junior Member

Ireland
193 Posts

Posted - 28 May 2003 :  12:37:19  Show Profile
THANK YOU!!!

Fixed forever (well until the next Mod anyway).

Genius!

Nick
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.29 seconds. Powered By: Snitz Forums 2000 Version 3.4.07