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)
 Slash Mod ver 3.00 SR 1
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

animedj
Junior Member

USA
190 Posts

Posted - 07 June 2001 :  16:29:30  Show Profile  Visit animedj's Homepage  Send animedj an ICQ Message

Title : Slash Mod ver 3.00 SR1
Download : http://animedj.com/forums/link.asp?topic_id=1318
AdminDemo : http://animedj.com/forums/mods/slash_demo.asp
XmlFeedDemo : http://animedj.com/forums/mods/xmlTester.asp
JsFeedDemo : http://animedj.com/forums/mods/jsTester.htm
Installation : Discussed at the moment to download the file.
Description : Mod to display 'x' number of topics 'x' times
in a page from the whole forum or for groups,
in the server or off server.
Author : Johann Reyes
Support : MOD Implementation Forum.


Well, starting now international support, this mod has now english and spanish templates as well run multiple instances of the mod in the same page displaying different outputs from the mod.

*New to this release*
Added new views based on the Display Content Mod, support for Netscape RSS format, and Javascript Feed based on Moreover's feed.

---
Johann Reyes
http://animedj.com

Edited by - animedj on 07 June 2001 23:27:00

pahasapa
Starting Member

38 Posts

Posted - 08 June 2001 :  09:15:58  Show Profile
Problem:

/forum
.../lib
.../mods
.../templates
admin_mod_dbsetup
language.dbs
slash_mods.dbs

I used admin_mod_dbsetup.asp with this result:

Slash Mod ver3.00 SR1

Adding Column...
ALTER TABLE FORUM_MODS ALTER COLUMN M_NAME text(50) NOT NULL
-2147217865 | Impossibile trovare tabella o vincolo.
Adding Column...
ALTER TABLE FORUM_MODS ALTER COLUMN M_CODE text(50) NOT NULL
-2147217865 | Impossibile trovare tabella o vincolo.
Adding Column...
ALTER TABLE FORUM_MODS ALTER COLUMN M_VALUE memo NOT NULL DEFAULT NULL
-2147217865 | Impossibile trovare tabella o vincolo.
Table(s) updated

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

Updating Forum Values..
DELETE FROM FORUM_MODS WHERE M_NAME = 'slash'
-2147217865 | Il modulo di gestione di database Microsoft Jet non č in grado di trovare la tabella o la query di input 'FORUM_MODS'. Verificare che esista e che il nome sia stato digitato correttamente.

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

Adding new records..
INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('slash','config','enx01050002000')
-2147217865 | Impossibile trovare la tabella di output "FORUM_MODS".




alex

Edited by - pahasapa on 08 June 2001 09:17:22
Go to Top of Page

animedj
Junior Member

USA
190 Posts

Posted - 08 June 2001 :  12:18:05  Show Profile  Visit animedj's Homepage  Send animedj an ICQ Message
Well pahasapa.. it seems that error is because you don't have a MODS table in your database. Get this file: http://animedj.com/hacks/mods_new.dbs , save it in your forum directory and run it before run the slash DBS and the language DBS.

---
Johann Reyes
http://animedj.com

Edited by - animedj on 08 June 2001 12:18:21
Go to Top of Page

pahasapa
Starting Member

38 Posts

Posted - 08 June 2001 :  14:53:53  Show Profile
Sigh !!


MOD Table - New Installation

Creating table(s)...
CREATE TABLE FORUM_MODS( M_NAME#VARCHAR(50)## int IDENTITY (1, 1) NOT NULL , M_CODE varchar(50) NOT NULL , M_VALUE memo NULL )
-2147217900 | Errore di sintassi nella definizione del campo.


alex
Go to Top of Page

animedj
Junior Member

USA
190 Posts

Posted - 08 June 2001 :  16:51:27  Show Profile  Visit animedj's Homepage  Send animedj an ICQ Message
well pahasapa, I don't know why it's happening that.. but it seems you would have to create the table manually.. Just creat a FORUM_MODS table in your database, with 3 fields, one called M_NAME, one called M_CODE, one called M_VALUE. After that run the databse setup that came with the zip.

---
Johann Reyes
http://animedj.com
Go to Top of Page

EarlQuack
Starting Member

Netherlands
10 Posts

Posted - 09 June 2001 :  06:59:18  Show Profile
Hi,

I have the same error message, but I experienced the same error with the events MOD. It just seems to be unable to create tables. I will create it manually, but are there any more specifications I have to give the table object? Like primary key, etc? (BTW: I use Access 2000 (Or 97, same error))

Thx in advance,

EQ
Go to Top of Page

animedj
Junior Member

USA
190 Posts

Posted - 09 June 2001 :  13:01:18  Show Profile  Visit animedj's Homepage  Send animedj an ICQ Message
yeah.. it's very starnge.. in my case I use also access 2000 but it runs fine... anyways, the specifications are no primary key, M_NAME text size 50, M_CODE text size 50, M_VALUE memo

---
Johann Reyes
http://animedj.com
Go to Top of Page

pahasapa
Starting Member

38 Posts

Posted - 10 June 2001 :  16:03:16  Show Profile
nothing to do!

Slash Mod ver3.00 SR1

Adding Column...
ALTER TABLE FORUM_MODS ALTER COLUMN M_NAME text(50) NOT NULL
Column altered successfully
Adding Column...
ALTER TABLE FORUM_MODS ALTER COLUMN M_CODE text(50) NOT NULL
Column altered successfully
Adding Column...
ALTER TABLE FORUM_MODS ALTER COLUMN M_VALUE memo NOT NULL DEFAULT NULL
Column altered successfully
Populating Current Records with new Default value
UPDATE FORUM_MODS SET M_VALUE=NULL
Table(s) updated

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

Updating Forum Values..
DELETE FROM FORUM_MODS WHERE M_NAME = 'slash'
13 | Type mismatch

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

Adding new records..
INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('slash','config','enx01050002000')

Value(s) updated succesfully


P.S. It's possible to have the last version of Mod commander!!

alex

Edited by - pahasapa on 10 June 2001 16:04:30
Go to Top of Page

animedj
Junior Member

USA
190 Posts

Posted - 11 June 2001 :  07:02:36  Show Profile  Visit animedj's Homepage  Send animedj an ICQ Message
hello pasahap... no need to worry about the :

Updating Forum Values..
DELETE FROM FORUM_MODS WHERE M_NAME = 'slash'
13 | Type mismatch

I pretty much get the same error, and for what I see you pretty much are set up and ready to go. And I believe I haven't updated the mod commander since long ago now.. I might need to do a review again of that code..

---
Johann Reyes
http://animedj.com
Go to Top of Page

pahasapa
Starting Member

38 Posts

Posted - 12 June 2001 :  08:06:14  Show Profile
Ok! now, It is Ok (I hope). But I have a problem to recall slash out of forum directory.

Thank again

alex
Go to Top of Page

animedj
Junior Member

USA
190 Posts

Posted - 12 June 2001 :  12:13:25  Show Profile  Visit animedj's Homepage  Send animedj an ICQ Message
what's the problem?? in the page you just need to include slash.asp with your inc_functions.asp and config.asp...

---
Johann Reyes
http://animedj.com
Go to Top of Page

animedj
Junior Member

USA
190 Posts

Posted - 13 June 2001 :  16:48:44  Show Profile  Visit animedj's Homepage  Send animedj an ICQ Message
Well, fixed the Xml template to work now with Radio Userland ( http://radio.userland.com/ ).

Zip has been updated and for people that has d/l already the file, you can d/l the updated template here:

http://animedj.com/forums/templates/slash_x01_en.htm

For people that has Radio Userland and want to test the RSS channel, add this channel that is being feeded by the slash mod :

http://animedj.com/forums/mods/xmlTester.asp

---
Johann Reyes
http://animedj.com
Go to Top of Page

gimpism
Starting Member

8 Posts

Posted - 04 July 2001 :  00:45:21  Show Profile
quick question- i'm running version 2 of slash mod, is there and easy way to block signatures for appearing in the output? i'm thinking the paragraph settings in 3 may do that- but i'm afraid to upgrade- it's running so well now :)


Go to Top of Page

animedj
Junior Member

USA
190 Posts

Posted - 04 July 2001 :  03:46:33  Show Profile  Visit animedj's Homepage  Send animedj an ICQ Message
hmm.. the best way would be just to publish the 1st paragraph as youi see, when one checks signature, it gets stored with the rest of the message in the database like it is an original part of it, so really, there's no really easy, or for that, difficult way for a script to know when a part of a message is a signature or not.

---
Johann Reyes
http://animedj.com
Go to Top of Page

bjlt
Senior Member

1144 Posts

Posted - 04 July 2001 :  05:02:16  Show Profile
there's a mod called signature mod, which change the sig as dynamic, and also eliminate it in the quoted messages (or try the quote by mod) i have both and not sure which one did this or both.

Go to Top of Page

gimpism
Starting Member

8 Posts

Posted - 05 July 2001 :  07:51:41  Show Profile
awesome thanks for the ideas :)


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