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
 Poll Mod Installation: Basic Questions
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

Fitz
Starting Member

26 Posts

Posted - 23 April 2005 :  21:30:30  Show Profile
1st let me apologize for being such a newbie.

I DLed and extracted the latest Poll Mod for the latest version of Snitz forums, which I'm running. I uploaded the dbs_poll_mod.asp file and ran update as the Admin. I'm still adding the lines to all of the files, but the next step in the README has me confused. It says,
quote:
After you have added the poll mod code to your files, go to setup.asp so that the new
applications variables can be loaded.


Does this mean execute it through my browser? In other words type in my browser http://www.mydomain.com/forum/setup.asp and hit "Enter"?

Thanks all!

Fitz

Edited by - Fitz on 23 April 2005 21:41:34

Classicmotorcycling
Development Team Leader

Australia
2085 Posts

Posted - 23 April 2005 :  21:47:56  Show Profile
Yes Fitz, that is correct. You then simply go to your forum again.

Cheers,

David Greening
Go to Top of Page

Fitz
Starting Member

26 Posts

Posted - 23 April 2005 :  21:49:01  Show Profile
Thanks, and I only to wait about 3 minutes for your reply. Have a beer on me. Thanks again!

Fitz
Go to Top of Page

hans_
Junior Member

Czech Republic
161 Posts

Posted - 25 April 2005 :  04:23:27  Show Profile  Visit hans_'s Homepage
I uploaded the dbs_poll_mod.asp and where can i found the changes for files:
active.asp
admin_forums.asp
admin_home.asp
config.asp
default.asp
forum.asp
inc_func_common.asp
inc_header.asp
inc_iconfile.asp
pop_config_help.asp
pop_delete.asp
pop_help.asp
post.asp
post_info.asp
search.asp
topic.asp

I added a severals days ago the Avatar MOD, the desriprion of changes was perfect described inside the readme file.
In readme file for Pool MOD cant find it.
http://www.snitzbitz.com/mods/details.asp?Version=All&mid=76
MOD Version: 2.0.7

Thank you

I am still learning.
Sorry for my stupid questions (sometimes) and bad English.

Edited by - hans_ on 25 April 2005 05:45:03
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 25 April 2005 :  05:43:38  Show Profile
huh? Are you asking a question? You need help with something?

Support Snitz Forums
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 25 April 2005 :  16:27:33  Show Profile
Thanks I know what my readme file says.

The changes are in each file. For example, in the active.asp file, do a search for "Poll Mod" and you will find the changes you need to add to your active.asp file.

Do this for all the files in the zip.

And it is spelt Poll Mod. Not Pool Mod ok?

Support Snitz Forums
Go to Top of Page

hans_
Junior Member

Czech Republic
161 Posts

Posted - 26 April 2005 :  01:46:58  Show Profile  Visit hans_'s Homepage
Davio
Sorry for my errors in my poor English Pool is something other

I see now where find changes.
E.g. shall i put in my orifinal active.asp isn't it?

'############# Poll Mod #################
		IsPoll = allActiveTopics(fIS_POLL,RowCount)
		if IsPoll = 1 then
			pollLink = "poll=1&"
		else
			pollLink = ""
		end if
	'########################################




quote:
Originally posted by Davio

Thanks I know what my readme file says.

The changes are in each file. For example, in the active.asp file, do a search for "Poll Mod" and you will find the changes you need to add to your active.asp file.

Do this for all the files in the zip.

And it is spelt Poll Mod. Not Pool Mod ok?


I am still learning.
Sorry for my stupid questions (sometimes) and bad English.
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 26 April 2005 :  16:48:55  Show Profile
Yes. That's what you need to do. There are more than one changes in each file. So continue to search for the words "Poll Mod" and you should find all the changes.

Support Snitz Forums
Go to Top of Page

hans_
Junior Member

Czech Republic
161 Posts

Posted - 27 April 2005 :  05:40:27  Show Profile  Visit hans_'s Homepage
I am back, I made all changes in file like described - i hope right.

After making the steps in your readme file, the forums runs with pool.

In Admin Options i set it Polls: On: yes.

But i have problem i cant see the a "New Poll" link on the forum.asp and topic.asp.

My login is as Admin.

Where could be a problem.
´´´´´´´´´´´´´´´´´´´´´´
What is mean with this in your readme file: "If you don't see it, edit your forum properties and make sure the poll
permissions are set to "Allow Members" or "Admin/Moderator Only"."

Where can i find this setting?

Thank you for you great work.

By me fail this final step - to create poll.


quote:
Originally posted by Davio

Yes. That's what you need to do. There are more than one changes in each file. So continue to search for the words "Poll Mod" and you should find all the changes.


I am still learning.
Sorry for my stupid questions (sometimes) and bad English.

Edited by - hans_ on 27 April 2005 07:17:56
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2085 Posts

Posted - 27 April 2005 :  08:14:55  Show Profile
You need to go to default.asp of your forum, and edit the property of the forum(s) where you would like to see polls in. In there is where you select to allow polls, who can create the polls and so on. I hope this helps..

Cheers,

David Greening
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 27 April 2005 :  14:30:51  Show Profile
Post a link to a txt version of your post.asp file.

Support Snitz Forums
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 27 April 2005 :  15:41:14  Show Profile
You haven't added the poll mod code to your post.asp file hans_.

Support Snitz Forums
Go to Top of Page

hans_
Junior Member

Czech Republic
161 Posts

Posted - 27 April 2005 :  16:04:51  Show Profile  Visit hans_'s Homepage
Damm, thank you a lot, i will check it.

Regards hans_
quote:
Originally posted by Davio

You haven't added the poll mod code to your post.asp file hans_.


I am still learning.
Sorry for my stupid questions (sometimes) and bad English.
Go to Top of Page

hans_
Junior Member

Czech Republic
161 Posts

Posted - 27 April 2005 :  17:38:07  Show Profile  Visit hans_'s Homepage
After 2 days it runs all.
I had also bugs in other 3 files, what i edited byself.
I will test it and than go!

Thanks guys!

I am still learning.
Sorry for my stupid questions (sometimes) and bad English.
Go to Top of Page

hans_
Junior Member

Czech Republic
161 Posts

Posted - 28 April 2005 :  09:45:28  Show Profile  Visit hans_'s Homepage
I am back again.
I tested the forum with poll Mod, all runns. But...
It was on the webserver under name "forum_poll"
000000000000000000000
After my test i renamed my life forum with folder name "forum" to "forum_old" and renamed forum_poll to forum.
´´´´´´
I changed any file, but if i go to the Forum Properties, where was the setting for polls, I see the old version - without Poll setting.
Why?
I tried to delete all cache and close and open browser, but it not helped.
ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ
Than I renamed the new forum with Poll Mod forum to forum_poll.

And all runs again.
ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ
Plz. What shall I do to get the functionality with folder name forum?

Thanks a lot.

I hope You understand my problem.

I am still learning.
Sorry for my stupid questions (sometimes) and bad English.
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 28 April 2005 :  12:05:59  Show Profile
Try going to setup.asp after you renamed the folder. This happens because of all the global variables. The variables for the forum are set, based on the folder they are in.

Support Snitz Forums
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 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.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07