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)
 MOD: Forum Announcements
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 11

Marino
Starting Member

Canary Islands
42 Posts

Posted - 19 April 2001 :  20:30:04  Show Profile  Send Marino an ICQ Message
...

IMHO this approach is an interesting way to write mods as they can be not only MODifications, but MODules also!

It's just my 2 cents (dollars or euros is up to you ).

And sorry for this close to off-topic

Marino


Edited by - marino on 19 April 2001 21:39:52
Go to Top of Page

UncleNard
Starting Member

6 Posts

Posted - 24 April 2001 :  12:22:29  Show Profile
quote:

Martha2Mary,

yes, all of those things are possible.

I'll need your default.asp file, your inc_top.asp file, your inc_fader.asp file, your inc_announce.asp file and your view_announcements.asp file.

I'll work on this a little and put it on a test site for you to look at and see if it's what you had in mind. Should have it done tonight sometime (if nothing else comes up).


Was this mod done? I would like to see how it turned out and how it was done.

Thanks,
Mark
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 24 April 2001 :  17:18:23  Show Profile
see here: http://www.websamba.com/dssdbs/forum/default.asp

The announcements had all expired so it wasn't showing up anymore. I extended the expire date on a few announcements so you should be able to see it now.
Go to Top of Page

scrumb
Starting Member

8 Posts

Posted - 25 April 2001 :  15:17:06  Show Profile
When I update the DB I get this msg.

Can you help

Steve

Creating table(s)...
CREATE TABLE FORUM_ANNOUNCE( A_ID int IDENTITY (1, 1) NOT NULL , A_AUTHOR;varchar (50);NULL; NOT NULL , A_SUBJECT;varchar (50);NULL; NOT NULL , A_MESSAGE;text;NULL; NOT NULL , A_START_DATE;varchar (50);NULL; NOT NULL , A_END_DATE;varchar (50);NULL; NOT NULL )
-2147217900 | Syntax error in field definition.




Edited by - scrumb on 25 April 2001 15:17:33

Edited by - scrumb on 29 May 2001 19:05:41
Go to Top of Page

scrumb
Starting Member

8 Posts

Posted - 25 April 2001 :  15:28:16  Show Profile
quote:

When I update the DB I get this msg.

Can you help

Steve

Creating table(s)...
CREATE TABLE FORUM_ANNOUNCE( A_ID int IDENTITY (1, 1) NOT NULL , A_AUTHOR;varchar (50);NULL; NOT NULL , A_SUBJECT;varchar (50);NULL; NOT NULL , A_MESSAGE;text;NULL; NOT NULL , A_START_DATE;varchar (50);NULL; NOT NULL , A_END_DATE;varchar (50);NULL; NOT NULL )
-2147217900 | Syntax error in field definition.




Edited by - scrumb on 25 April 2001 15:17:33



I got it to work, I had to replace the ; with # in the filr forum_announcement.dbs

and it updated the DB...

any body know why that is?



Edited by - scrumb on 29 May 2001 19:05:57
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 26 April 2001 :  04:01:35  Show Profile
If you had used the mod_dbsetup.asp file that came with this mod you wouldn't have gotten that error.

The delimiters used in the newest version of mod_dbsetup.asp is now # instead of ;
Go to Top of Page

infrontweb
Starting Member

USA
8 Posts

Posted - 02 May 2001 :  20:09:38  Show Profile  Visit infrontweb's Homepage
quote:

Take a look here and see if this is what you were wanting:

http://www.websamba.com/dssdbs/forum/default.asp




I like how it's done on this site. I only have the the mail slot icon above the forum table. Can you tell me how to set it up like at www.wesamba.com - everything else works great. Thanks.

www.infrontweb.com" target="_blank">http://www.infrontweb.com
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 02 May 2001 :  20:49:40  Show Profile
See here: http://forum.snitz.com/forum_archive_working/link.asp?TOPIC_ID=8850
Go to Top of Page

infrontweb
Starting Member

USA
8 Posts

Posted - 03 May 2001 :  08:58:31  Show Profile  Visit infrontweb's Homepage
Thank you Richard, you're the best.

http://www.infrontweb.com
Go to Top of Page

semifamous
Starting Member

USA
44 Posts

Posted - 23 May 2001 :  19:16:12  Show Profile  Visit semifamous's Homepage  Send semifamous an ICQ Message
Richard,

This link here: http://richard.cfm-resources.com/v31sr4/inc_fader.txt gives me an error message. I'd really like to get the most up to date version of the fader mod if I could. I like the idea of "Most recent members," "Announcements," and a generic welcome, and I'm sure there's other stuff others have thought of that I haven't. Email works <mike@semifamous.com> or, if you want to upload it somewhere and post a link for everyone else (which I'm sure others would prefer) that'd be cool too.
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 23 May 2001 :  19:24:23  Show Profile
try here instead: http://kinser.121host.net/v31sr4/inc_fader.txt
Go to Top of Page

foxtecca
Starting Member

42 Posts

Posted - 28 May 2001 :  20:29:38  Show Profile
i keep getting this error:

Microsoft JET Database Engine error '80040e37'

Could not find output table 'FORUM_ANNOUNCE'.

/aapaintball/forum/admin_add_announce.asp, line 157


what do i do?


Go to Top of Page

foxtecca
Starting Member

42 Posts

Posted - 28 May 2001 :  20:36:44  Show Profile
i also get this one.

Microsoft JET Database Engine error '80040e37'
The Microsoft Jet database engine cannot find the input table or query 'FORUM_ANNOUNCE'. Make sure it exists and that its name is spelled correctly.

/aapaintball/forum/admin_review_announce.asp, line 81

what am i to do?


Go to Top of Page

foxtecca
Starting Member

42 Posts

Posted - 28 May 2001 :  20:40:29  Show Profile
i also get this error aswell, too many errors.

Microsoft JET Database Engine error '80040e37'
The Microsoft Jet database engine cannot find the input table or query 'FORUM_ANNOUNCE'. Make sure it exists and that its name is spelled correctly.

/aapaintball/forum/inc_top.asp, line 515


Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 28 May 2001 :  21:58:03  Show Profile
fixed now. I updated the .dbs file because it was incompatible with the mod_dbsetup.asp file you are using.
Go to Top of Page
Page: of 11 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.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07