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

Old Ager
New Member

Italy
59 Posts

Posted - 13 January 2002 :  16:37:37  Show Profile  Visit Old Ager's Homepage  Send Old Ager an ICQ Message
OK, this will probably be my last update as I just don't have the time for it. Feel free to do whatever you want with this MOD from here on out...

The new changes are noted in the original post.

Ciao!!

Old Ager
Go to Top of Page

DarlingBri
Junior Member

United Kingdom
378 Posts

Posted - 20 January 2002 :  14:51:40  Show Profile  Visit DarlingBri's Homepage
In the zip I just downloaded, there is no .dbs file.

Am I misunderstanding something?

*****
"Bother," said Pooh, as Piglet was assimilated by the Borg.
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 20 January 2002 :  14:53:40  Show Profile
the file you are looking for should be dbs_xxxxxx.asp. .dbs was used in earlier versions. 3.3 uses dbs_xxxxxx.asp

www.forumSquare.com - GauravBhabu - It is difficult to IMPROVE on Perfection, There is no harm in Keep Trying.
Go to Top of Page

ParaDoX
New Member

United Kingdom
84 Posts

Posted - 27 January 2002 :  18:28:20  Show Profile  Visit ParaDoX's Homepage  Send ParaDoX an AOL message  Send ParaDoX a Yahoo! Message
Without wanting to drag this out, I tried to run the MOD on my forum and I got the error:

quote:

Sticky Topic Mod

Adding Column T_STICKY...
ALTER TABLE FORUM_TOPICS ADD COLUMN T_STICKY int NULL DEFAULT 0
-2147217900 | [Microsoft][ODBC Microsoft Access Driver] Syntax error in ALTER TABLE statement.
Adding Column T_TOPSTICKY...
ALTER TABLE FORUM_TOPICS ADD COLUMN T_TOPSTICKY int NULL DEFAULT 0
-2147217900 | [Microsoft][ODBC Microsoft Access Driver] Syntax error in ALTER TABLE statement.

--------------------------------------------------------------------------------

Adding Column T_STICKY...
ALTER TABLE FORUM_A_TOPICS ADD COLUMN T_STICKY int NULL DEFAULT 0
-2147217900 | [Microsoft][ODBC Microsoft Access Driver] Syntax error in ALTER TABLE statement.
Adding Column T_TOPSTICKY...
ALTER TABLE FORUM_A_TOPICS ADD COLUMN T_TOPSTICKY int NULL DEFAULT 0
-2147217900 | [Microsoft][ODBC Microsoft Access Driver] Syntax error in ALTER TABLE statement.



Having noted that it has made a difference in the past, I should probably tell you that I host with Brinkster for free.

In anticipation,

Jamez

Go to Top of Page

SnowPunk98
Starting Member

33 Posts

Posted - 05 February 2002 :  00:12:19  Show Profile
I tried to do the first part, but when I got into the MOD part there is nothing in the drop down feild and I put those dbs files in there too. Can I do the mod without updating the database?


DATABASE FILES: (extract this file to your forum directory)
===============

dbs_Sticky_Topic.asp

USE dbs_HuwR_Sticky_Topic.asp IF YOU HAVE INSTALLED HUWR'S MOD!!!!

Run MOD Setup from the Admin Options and select "Sticky Topic MOD" from the menu.
The following fields will be added to your database:

TOPICS.T_STICKY
TOPICS.T_TOPSTICKY
A_TOPICS.T_STICKY
A_TOPICS.T_TOPSTICKY

You should delete the DBS file once this is accomplished.

Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 05 February 2002 :  00:26:38  Show Profile  Visit Nathan's Homepage
The fields need added to the database for the mod to function.

Is this what you are asking?

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

Snitz Exchange | Mod Resource
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 05 February 2002 :  01:03:14  Show Profile  Visit dayve's Homepage
I downloaded the zip but don't see anything to lock the topic while in post.asp, I could have sworn there was documentation on how to add that... am I overlooking something?

____________
dayve@burningsouls.com


http://www.nineinchnailz.com - your source for everything nine inch nails !
Go to Top of Page

SnowPunk98
Starting Member

33 Posts

Posted - 05 February 2002 :  02:03:13  Show Profile
I dont think im understanding what its saying, do I just need to put all the ASP files in the forum root? why are the 3 files that need to be edited not just inclueded allready done?

Go to Top of Page

ParaDoX
New Member

United Kingdom
84 Posts

Posted - 05 February 2002 :  08:25:43  Show Profile  Visit ParaDoX's Homepage  Send ParaDoX an AOL message  Send ParaDoX a Yahoo! Message
I believe the modded files aren't included as you may be running other mods that wouldn't work if you changed the script.

If I add the tables to my DB manually, will that do the same thing, assuming that I change the ASP as well?

Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 11 February 2002 :  14:52:04  Show Profile  Visit dayve's Homepage
quote:

I downloaded the zip but don't see anything to lock the topic while in post.asp, I could have sworn there was documentation on how to add that... am I overlooking something?

____________
dayve@burningsouls.com


http://www.nineinchnailz.com - your source for everything nine inch nails !



^bump^

____________
dayve@burningsouls.com


http://www.nineinchnailz.com - your source for everything nine inch nails !
Go to Top of Page

DarlingBri
Junior Member

United Kingdom
378 Posts

Posted - 19 February 2002 :  07:54:42  Show Profile  Visit DarlingBri's Homepage
Well, that was very easy :)

Dayve, if you put all the files in your root, including the .gif images, then when you are logged in as an admin or moderator, you'll see red UP and DOWN arrows in your admin tools section on the far right.

Click those to stick or unstick your posts.

Raichel - I don't think you're supposed to use this version for a 3.1 install. I use Huw's Lock in Place mod, which does the same thing a little differently, for my 3.1 boards. Uninstall this and re-install that :)

ParaDox - yes, if you have all the same values for those fields.

SnowPunk - yes, put all the files in your root and then manually edit the pages as required in the readme.

*****
"You know, there's nothing sexier than a girl geek on a big coding run." -Doonesbury
Go to Top of Page

DarlingBri
Junior Member

United Kingdom
378 Posts

Posted - 19 February 2002 :  12:22:23  Show Profile  Visit DarlingBri's Homepage
there's a tiny typo in this mod as distributed in the zip file that causes an error in post.asp. It's easily fixed.

In the code you are instructed to put in post.asp, do exactly as it says, but add the closing %> at the end:

<% '################### Sticky Topic MOD ###################### %>
<font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">
Make this this topic: 
<input name="sticky" type="radio" value="1"><b>Sticky?</b>
<input name="sticky" type="radio" value="2"><b>Top Sticky?</b>
</font>
<% '################### Sticky Topic MOD ######################
%>

--Bri

*****
"You know, there's nothing sexier than a girl geek on a big coding run." -Doonesbury
Go to Top of Page

Kong
Junior Member

100 Posts

Posted - 20 February 2002 :  05:30:09  Show Profile
I made a post a little while ago about a problem I've been having since I installed the Sticky Topic mod. The title of it was Topic Ordering by Date Inproperly.

I'm not sure why I've been having this problem but I am.

There's a picture at the old topic.

Does anyone know why I've been having this problem?
Does anyone know how to fix it?

_________________________
Come on by and visit Deth Incarnate.
Growing slowly, but growing none the less.
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 24 February 2002 :  20:12:36  Show Profile  Visit dayve's Homepage
finally decided to install this and it works just fine. question though... the documentation was confusing a bit but finally understood what you were trying to note about HuwR's mod. I also noticed there was a dbs file named dbs_Stick_Topic_fix.asp. What is this for??

____________
dayve@burningsouls.com


http://www.nineinchnailz.com - your source for everything nine inch nails !
Go to Top of Page

Kong
Junior Member

100 Posts

Posted - 27 February 2002 :  03:07:35  Show Profile
quote:
I noticed there was a dbs file named dbs_Stick_Topic_fix.asp. What is this for??



I noticed that too but I'm not sure what it does either.

Maybe it's a fix for the problem I've been having.

_________________________
Come on by and visit Deth Incarnate.
Growing slowly, but growing none the less.
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.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07