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)
 User Space 1.1.02 (last update 02/14/08)
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 8

cripto9t
Average Member

USA
881 Posts

Posted - 27 February 2008 :  17:18:33  Show Profile  Reply with Quote
quote:
Originally posted by weeweeslap

if by db set file you mean the dbs file


No, in "admin options > User Space Configuration" there's a link "Feature Set Up" to set up the feature tables.
I wrote it because Mod Setup doesn't allow for index fields other
than identity. (That would be a good mod for someone ).

Anyway glad you got it working. I'll give the dbs file a look, maybe I didn't try is with mssql.
<

    _-/Cripto9t\-_
Go to Top of Page

weeweeslap
Senior Member

USA
1077 Posts

Posted - 27 February 2008 :  17:26:57  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message  Reply with Quote
Oh that, yes I used that but for some reason something wasn't going right for the bookmarks add on. Friends one went on just fine.<

coaster crazy
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 29 February 2008 :  21:36:45  Show Profile  Visit leatherlips's Homepage  Reply with Quote
Does this mod work with an access database? One of the addons says user_space_setup.asp (MYSQL and MS SQL users only)

I would like to try this mod but do not want to mess up my access database.
<

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD

Edited by - leatherlips on 29 February 2008 21:37:38
Go to Top of Page

cripto9t
Average Member

USA
881 Posts

Posted - 02 March 2008 :  09:22:33  Show Profile  Reply with Quote
No idea, I haven't had any feedback on access. The basic feature "User Posts" only adds 4 fields to the "config_new" table.
You could hardcode them on the user_space page to test that feature without changes to the database.

Something like this
Const strUSSwitch = 1
Const strUSPostSwitch = 1
Const strUSPostMaxSwitch = 1
Const strUSPostMax = 50
<

    _-/Cripto9t\-_
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 15 April 2008 :  11:21:20  Show Profile  Visit leatherlips's Homepage  Reply with Quote
I tried installing this using Access Database. I made the changes to my files
but when it came time for the database here is what I see:


User Space

Adding new records..
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES
('STRUSSWITCH',1)
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES
('STRUSPOSTSWITCH',1)
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES
('STRUSPOSTMAXSWITCH',1)
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES
('STRUSPOSTMAX',30)
Value(s) updated successfully
------------------------------

Database setup finished
Then when I go back to User Space Configuration it says this:

Database Needs Updated!

Run User Space Setup in Mod Setup.


It's as if I didn't do anything.
Any ideas how to get this to work with Access?
I would really like to try to use this mod as it looks pretty good.<

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD

Edited by - leatherlips on 15 April 2008 11:25:21
Go to Top of Page

cripto9t
Average Member

USA
881 Posts

Posted - 15 April 2008 :  13:54:39  Show Profile  Reply with Quote
That means it can't find STRUSSWITCH, but your setup says it was added.

I've had problems like this before. I think it has something to do with the session.
Try logging off and and closing your session.
Then start another session and log back in.
After that look at "forum variables" in "admin options" and see if STRUSSWITCH listed.
<

    _-/Cripto9t\-_

Edited by - cripto9t on 15 April 2008 13:55:46
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 15 April 2008 :  14:50:27  Show Profile  Visit leatherlips's Homepage  Reply with Quote
I logged back off and closed my browser and then logged back in. STRUSSWITCH is not listed. Ideas?<

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 15 April 2008 :  14:55:03  Show Profile  Visit leatherlips's Homepage  Reply with Quote
OK, that was weird...

I went back in later and then it was suddenly there. I guess it is working now. I'll play around with it and see if I encounter any problems.<

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 15 April 2008 :  15:59:34  Show Profile  Visit leatherlips's Homepage  Reply with Quote
Tried installing the Bookmarks mod. Here is what I get,

The Microsoft Jet database engine cannot find the input table or query 'FORUM_BOOKMARKS'. Make sure it exists and that its name is spelled correctly.

/forumtest/user_space.asp, line 386

That line is: rs.open strSql, my_Conn, adOpenForwardOnly, adLockReadOnly, adCmdText<

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD

Edited by - leatherlips on 15 April 2008 16:06:19
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 15 April 2008 :  16:05:03  Show Profile  Visit leatherlips's Homepage  Reply with Quote
When I run the database setup file here is the message:


Bookmarks

Creating table(s)...
CREATE TABLE FORUM_BOOKMARKS( BOOKMARK_ID int IDENTITY (1, 1) PRIMARY KEY NOT NULL , B_MEMBER int (11) NOT NULL DEFAULT 0, B_URL text (255) NULL DEFAULT '', B_TITLE text (100) NULL DEFAULT '', B_CAT text (100) NULL DEFAULT '', B_DATE text (14) NULL DEFAULT '')
Table already exists

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

Adding new records..
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRUSBOOKMARKSWITCH',1)

Value(s) updated successfully
--------------------------------------------------------------------------------


Database setup finished<

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD

Edited by - leatherlips on 15 April 2008 16:05:32
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 15 April 2008 :  20:00:23  Show Profile  Visit leatherlips's Homepage  Reply with Quote
I've went ahead and made all of the code changes but it appears that none of the database entries were added: bookmarks, friends or drafts even though it said they were created. How do I create them manually or fix the included database files?<

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 16 April 2008 :  02:04:18  Show Profile  Reply with Quote
Everyone is having to manually create the table using Access, the table's title is "FORUM_BOOKMARKS". Within that table,
Column 1 "BOOKMARK_ID", set to autonumber.
Column 2 "B_MEMBER", set to integer (not long integer), the format should be 11, the number of decimal points should be 0.
Column 3 "B_URL", set to text, length 255.
Column 4 "B_TITLE", set to text, length 100.
Column 5 "B_CAT", set to text, length 100.
Column 6 "B_DATE", set to text, length 14.
Save.

If you tried to run the dbs file more than once, you'll need to remove the additional lines from the "FORUM_CONFIG_NEW" table. Open it up and look at the very end. If you have more than one entry "STRUSBOOKMARKSWITCH", delete all but one.
Save.
Exit Access. Do not rerun the dbs file but go ahead and use bookmarks.<
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 16 April 2008 :  07:57:23  Show Profile  Visit leatherlips's Homepage  Reply with Quote
I've never set up a database manually before. I guess it's time I learn.

I also need to know how to manually update the Friends and Drafts database.

Incidentally, why do the files not seem to work when other dbs files with other mods do?<

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD
Go to Top of Page

cripto9t
Average Member

USA
881 Posts

Posted - 16 April 2008 :  09:50:07  Show Profile  Reply with Quote
I once had a similar issue (not with this mod), using mod setup to create a table, with mysql.
I even tryed renaming the table and was still told "table already exists"?!?!
I couldn't even create it manually until I dropped it.

I don't know why the dbs files arn't working with access.
I tested them with mysql and ms sql with no problems.
<

    _-/Cripto9t\-_
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 18 April 2008 :  11:25:51  Show Profile  Visit leatherlips's Homepage  Reply with Quote
Can anyone figure out how to make the dbs files work with Access? I've tried creating the tables manually but keep having issues.

Is it possible to have someone update my access database manually?

I wish the dbs files worked. <

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD
Go to Top of Page
Page: of 8 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 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