Author |
Topic  |
Nathan
Help Moderator
    
USA
7664 Posts |
Posted - 31 December 2001 : 23:36:33
|
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 |
 |
|
xMANIGHTx
Junior Member
 
Italy
191 Posts |
Posted - 03 January 2002 : 15:40:11
|
How is it going on? 
Distractly yours... manight@audiopro.it |
 |
|
blackinwhite
Average Member
  
Turkey
657 Posts |
|
Old Ager
New Member

Italy
59 Posts |
Posted - 05 January 2002 : 14:04:57
|
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 |
 |
|
xMANIGHTx
Junior Member
 
Italy
191 Posts |
Posted - 05 January 2002 : 14:30:43
|
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 |
 |
|
Old Ager
New Member

Italy
59 Posts |
Posted - 06 January 2002 : 06:26:43
|
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 |
 |
|
xMANIGHTx
Junior Member
 
Italy
191 Posts |
Posted - 06 January 2002 : 06:53:38
|
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 |
 |
|
ewt
Starting Member
7 Posts |
Posted - 07 January 2002 : 13:50:10
|
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! 
|
 |
|
Raichelle
Junior Member
 
370 Posts |
Posted - 08 January 2002 : 00:45:43
|
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
|
 |
|
Nathan
Help Moderator
    
USA
7664 Posts |
Posted - 08 January 2002 : 01:13:35
|
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 |
 |
|
Old Ager
New Member

Italy
59 Posts |
Posted - 08 January 2002 : 12:58:11
|
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 |
 |
|
Raichelle
Junior Member
 
370 Posts |
Posted - 08 January 2002 : 16:50:59
|
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?
|
 |
|
blackinwhite
Average Member
  
Turkey
657 Posts |
|
Old Ager
New Member

Italy
59 Posts |
Posted - 09 January 2002 : 12:14:08
|
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 |
 |
|
Raichelle
Junior Member
 
370 Posts |
Posted - 09 January 2002 : 18:42:03
|
ok thanks please check your email
|
 |
|
Topic  |
|