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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Sticky Topic Mod v1.0
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 5

Nathan
Help Moderator

USA
7664 Posts

Posted - 31 December 2001 :  23:36:33  Show Profile  Visit Nathan's Homepage
If you need any help. Feel free to ask.

Also, if you want to point at the snitz exchange as a demo site you can

 Nathan Bales - Romans 15:13
---------------------------------

Snitz Exchange | Mod Resource
Go to Top of Page

xMANIGHTx
Junior Member

Italy
191 Posts

Posted - 03 January 2002 :  15:40:11  Show Profile  Visit xMANIGHTx's Homepage
How is it going on?

Distractly yours... manight@audiopro.it
Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 05 January 2002 :  13:36:02  Show Profile
does it work with previous version?

____
e? - Online Life and Design Culture-new!!
Go to Top of Page

Old Ager
New Member

Italy
59 Posts

Posted - 05 January 2002 :  14:04:57  Show Profile  Visit Old Ager's Homepage  Send Old Ager an ICQ Message
I'm not absolutely sure, but it should. Especially since I used HuwR's original code as the foundation for this MOD. If you test it on an older version, please post the results here.

Old Ager
Go to Top of Page

xMANIGHTx
Junior Member

Italy
191 Posts

Posted - 05 January 2002 :  14:30:43  Show Profile  Visit xMANIGHTx's Homepage
quote:

I am currently making icons that will indicate a topic is sticky so you don't have to add the "sticky" text in the topic subject line. should have those done soo with the updated code.

after that, i will definitely look at adding a checkbox for the admin/moderator to make a topic sticky when they create them.

Old Ager



Do you think those will be minor changes so that we can install the current version and eventually add them when you relase the code?

Distractly yours... manight@audiopro.it
Go to Top of Page

Old Ager
New Member

Italy
59 Posts

Posted - 06 January 2002 :  06:26:43  Show Profile  Visit Old Ager's Homepage  Send Old Ager an ICQ Message
The icon changes should be fairly minor and not too difficult to add if you've already installed the mod. I'll clearly mark the new code in the readme.txt so you'll know exactly what must be done to add the new icons.

Old Ager
Go to Top of Page

xMANIGHTx
Junior Member

Italy
191 Posts

Posted - 06 January 2002 :  06:53:38  Show Profile  Visit xMANIGHTx's Homepage
Ok I hope the checkbox tooo will be easy to implement. I'm going to install your mod right now, waiting for good news... thanx

Distractly yours... manight@audiopro.it
Go to Top of Page

ewt
Starting Member

7 Posts

Posted - 07 January 2002 :  13:50:10  Show Profile
quote:

I am currently making icons that will indicate a topic is sticky so you don't have to add the "sticky" text in the topic subject line. should have those done soo with the updated code.

after that, i will definitely look at adding a checkbox for the admin/moderator to make a topic sticky when they create them.


I am eagerly awaiting completion of both of these features; please let us know when they are finished!

Go to Top of Page

Raichelle
Junior Member

370 Posts

Posted - 08 January 2002 :  00:45:43  Show Profile
i tried installing this on 3.1 sr4 but am getting this error when i try to make a topic sticky a window pop up for me to login with this error


Make This A Sticky Topic?

Only Moderators and Administrators can make a Sticky Topic.

User Name:
Password:
Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression 'FORUM_TOPICS.FORUM_ID ='.

/forum/pop_stick.asp, line 196


i don't know maybe i will upgrade to 3.3 but on my 3.1 is like i added allthe mods i can find on here on it and also lots of ppls on here helped me add more so i don't know if allthat can happen again

not to mention all the new mods being created are for 3.3 and now am hearing about a 4.0 snitz coming soon






Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 08 January 2002 :  01:13:35  Show Profile  Visit Nathan's Homepage
3.4 should be very soon. 4.0 Should be in the next few months as well.

 Nathan Bales - Romans 15:13
---------------------------------

Snitz Exchange | Mod Resource


Edited by - Nathan on 08 January 2002 01:28:46
Go to Top of Page

Old Ager
New Member

Italy
59 Posts

Posted - 08 January 2002 :  12:58:11  Show Profile  Visit Old Ager's Homepage  Send Old Ager an ICQ Message
Raichelle,

It looks like the FORUM_ID is not being passed to the pop_stick.asp file.

Verify that this section of code is correct in your forum.asp file (should be the last change for this MOD in forum.asp):


'############ Sticky Topic Mod ##############
if request("ARCHIVE") <> "true" then
if Topic_Stick = 0 then %>
<a href="JavaScript:openWindow('pop_stick.asp?mode=Topic&TOPIC_ID=<% =Topic_ID%>&FORUM_ID=<% =Forum_ID %>&CAT_ID=<% =Cat_ID %>&Topic_Title=<% =ChkString(rs("T_SUBJECT"),"JSurlpath") %>')"><img src="icon_sticky.gif" alt="Make Sticky Topic" border="0" hspace="0"></a>
<%else %>
<a href="JavaScript:openWindow('pop_unstick.asp?mode=Topic&TOPIC_ID=<% =Topic_ID%>&FORUM_ID=<% =Forum_ID %>&CAT_ID=<% =Cat_ID %>&Topic_Title=<% =ChkString(rs("T_SUBJECT"),"JSurlpath") %>')"><img src="icon_unsticky.gif" alt="Un-Stick Topic" border="0" hspace="0"></a>
<%end if
end if
'############ Sticky Topic Mod ##############



Old Ager
Go to Top of Page

Raichelle
Junior Member

370 Posts

Posted - 08 January 2002 :  16:50:59  Show Profile
well i might as well wait for the 3.4 version hopefully lots of changes and new features

also old ager I am still getting that error message

and when i click on a topic i am getting this one

ADODB.Recordset error '800a0cc1'

Item cannot be found in the collection corresponding to the requested name or ordinal.

/forum/topic.asp, line 134

maybe that one could be because of the rate a topic mod
Have not been on for a while to clear allthose out

any help from anyone?






Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 08 January 2002 :  17:03:50  Show Profile
I also wait for v 3.4 version eagerly.

____
e? - Online Life and Design Culture-new!!
Go to Top of Page

Old Ager
New Member

Italy
59 Posts

Posted - 09 January 2002 :  12:14:08  Show Profile  Visit Old Ager's Homepage  Send Old Ager an ICQ Message
Raichelle,

Could you email your forum.asp file? I'll have a look and see what I can come up with. My email address is: oldager@tsunamistudios.org

That topic.asp error is weird and my MOD should not cause it as it does not have anything to do with the topic.asp file.

Ciao!!

Old Ager
Go to Top of Page

Raichelle
Junior Member

370 Posts

Posted - 09 January 2002 :  18:42:03  Show Profile
ok thanks
please check your email

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