Author |
Topic |
Marino
Starting Member
Canary Islands
42 Posts |
Posted - 19 April 2001 : 20:30:04
|
...
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 |
|
|
UncleNard
Starting Member
6 Posts |
Posted - 24 April 2001 : 12:22:29
|
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 |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 24 April 2001 : 17:18:23
|
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. |
|
|
scrumb
Starting Member
8 Posts |
Posted - 25 April 2001 : 15:17:06
|
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 |
|
|
scrumb
Starting Member
8 Posts |
Posted - 25 April 2001 : 15:28:16
|
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 |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 26 April 2001 : 04:01:35
|
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 ; |
|
|
infrontweb
Starting Member
USA
8 Posts |
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
|
infrontweb
Starting Member
USA
8 Posts |
|
semifamous
Starting Member
USA
44 Posts |
Posted - 23 May 2001 : 19:16:12
|
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. |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
|
foxtecca
Starting Member
42 Posts |
Posted - 28 May 2001 : 20:29:38
|
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?
|
|
|
foxtecca
Starting Member
42 Posts |
Posted - 28 May 2001 : 20:36:44
|
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?
|
|
|
foxtecca
Starting Member
42 Posts |
Posted - 28 May 2001 : 20:40:29
|
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
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 28 May 2001 : 21:58:03
|
fixed now. I updated the .dbs file because it was incompatible with the mod_dbsetup.asp file you are using. |
|
|
Topic |
|