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)
 Portal Mod 1.0 (with Links Manager 3 integration)
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 11

DavidRhodes
Senior Member

United Kingdom
1222 Posts

Posted - 22 April 2003 :  11:14:12  Show Profile
fixed and updated zip
only admin_cms_content.asp has changed

The UK MkIVs Forum
Go to Top of Page

tduffy
Junior Member

146 Posts

Posted - 22 April 2003 :  13:43:06  Show Profile
how about a demo?
Go to Top of Page

DavidRhodes
Senior Member

United Kingdom
1222 Posts

Posted - 22 April 2003 :  16:41:49  Show Profile
read the first post!

The UK MkIVs Forum
Go to Top of Page

Chris Yew
Junior Member

134 Posts

Posted - 22 April 2003 :  21:55:30  Show Profile
Thanks David, it works!

BTW, may I know if all the Category setup will be displayed or shown at the side navigation bar? Is it possible to have a feature or have an option to select whether we can hide a Category where we don't wish it to be display at the side navigation bar? I think that will be useful. Thank you.
Go to Top of Page

DavidRhodes
Senior Member

United Kingdom
1222 Posts

Posted - 24 April 2003 :  16:07:18  Show Profile
Hide an entire category? There's an field in one of the tables to define the status, not used at the moment but could hide the article if required
Anyone tested using MySql yet?

The UK MkIVs Forum
Go to Top of Page

Bookie
Average Member

USA
856 Posts

Posted - 24 April 2003 :  16:32:58  Show Profile  Visit Bookie's Homepage  Send Bookie an AOL message  Send Bookie a Yahoo! Message
I'd like to see others' uses of this mod, if possible. If you're using this, please post a link to your site. Thanks.

Participate in my nonsense
Go to Top of Page

DavidRhodes
Senior Member

United Kingdom
1222 Posts

Posted - 24 April 2003 :  17:54:56  Show Profile
Here's Chris' page http://www.bettaclub.org.sg/forum/portal.asp using this mod
Mine is slightly different but the same principle with the events mod integrated http://www.uk-mkivs.net/forum/uk_home.asp

The UK MkIVs Forum
Go to Top of Page

Chris Yew
Junior Member

134 Posts

Posted - 24 April 2003 :  22:43:27  Show Profile
Yes David, to hide the whole category. Like in my test portal site;
http://www.bettaclub.org.sg/forum/portal.asp
I've events every month and I don't wish to display it under the Events category on the navigation side. It will become too long to be shown.

You mentioned a field that is not used, do you mean the 'blank space' there? It will be great if an option is there to hide the whole category, thank you.

Chris Yew



quote:
Originally posted by DavidRhodes

Hide an entire category? There's an field in one of the tables to define the status, not used at the moment but could hide the article if required
Anyone tested using MySql yet?

Go to Top of Page

DavidRhodes
Senior Member

United Kingdom
1222 Posts

Posted - 25 April 2003 :  05:33:31  Show Profile
Chris, you can limit the amount of items shown through the admin section, it defaults to 5 then shows a more button underneath

The UK MkIVs Forum
Go to Top of Page

stylishvn
Junior Member

Vietnam
185 Posts

Posted - 25 April 2003 :  07:46:25  Show Profile  Visit stylishvn's Homepage  Send stylishvn an ICQ Message  Send stylishvn a Yahoo! Message
I have a question, when I setup thiz MOD in my localhost, it's seem oK but in my Host, I have an error
Active Server Pages error 'ASP 0116'

Missing close of script delimiter

/setup.asp, line 64

The Script block lacks the close of script tag (%>).


BTW, David, if I want add Events or Login in left hand like ur forum, how could I do
thanks

..:: Welcome #Snitz in Dalnet ::..
Go to Top of Page

DavidRhodes
Senior Member

United Kingdom
1222 Posts

Posted - 25 April 2003 :  08:45:41  Show Profile
login and events will be added soon.
not sure about the error, open setup.asp, looks like you may have the %> missing

The UK MkIVs Forum
Go to Top of Page

Chris Yew
Junior Member

134 Posts

Posted - 25 April 2003 :  08:55:40  Show Profile
Ha you brightened up my day David! That's exactly what I wanted. Thanks!

quote:
Originally posted by DavidRhodes

Chris, you can limit the amount of items shown through the admin section, it defaults to 5 then shows a more button underneath

Go to Top of Page

Chris Yew
Junior Member

134 Posts

Posted - 27 April 2003 :  09:43:36  Show Profile
Hi David,
In the Add/Edit Category, when I keyed in the ' for the Title, it shows the following error;
Microsoft JET Database Engine error '80040e14'

Syntax error (missing operator) in query expression ''Member's Betta', 0, 2)'.

/forum/admin_cms_category.asp, line 69

May I know if it is possible to allow ' to be used in Title? Thank you.
Go to Top of Page

anotherwin95
Junior Member

USA
140 Posts

Posted - 27 April 2003 :  11:13:42  Show Profile  Visit anotherwin95's Homepage  Send anotherwin95 an ICQ Message
All,

This looks like a great little mod - trying to get it to work. Have done all the changes and am attempting to add categories so I can start putting other data around the forum and I am getting the following error.

Microsoft OLE DB Provider for ODBC Drivers error '80040e37'

[Microsoft][ODBC Microsoft Access Driver] Could not find output table 'FORUM_CMS_CATEGORY'.

/forum/admin_cms_category.asp, line 69

Also get this response when I run the DBS file - could this be indicating a problem:

Creating table(s)...
CREATE TABLE FORUM_CMS_CATEGORY( CAT_ID int IDENTITY (1, 1) PRIMARY KEY NOT NULL , CAT_TITLE varchar(20) NULL , CAT_ISLEFT smallint NULL , CAT_ORDER int NULL )
Table already exists

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

Creating table(s)...
CREATE TABLE FORUM_CMS_CONTENT( CONT_ID int IDENTITY (1, 1) PRIMARY KEY NOT NULL , CAT_ID int NULL , CONT_TITLE varchar(100) NULL , CONT_SUMMARY memo NULL , CONT_BODY text NULL , CONT_POSTEDBY int NULL , CONT_AUTHOR int NULL , CONT_DATE varchar(14) NULL , CONT_LAST_EDIT varchar(14) NULL , CONT_STATUS smallint NULL )
Table already exists

Any ideas? I have already verified that these tables do not exist in my database.

Thanks

Richard Hay
Webmaster/Forum Admin
http://AnotherWin95.com

Edited by - anotherwin95 on 27 April 2003 12:02:40
Go to Top of Page

anotherwin95
Junior Member

USA
140 Posts

Posted - 27 April 2003 :  13:03:33  Show Profile  Visit anotherwin95's Homepage  Send anotherwin95 an ICQ Message
OK,

I changed my method of connecting to the DBASE and got the cats created in the database. Now I am getting this error:

Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'FORUM_CMS_CONTENT.CONT_ID ='.

/forum/portal.asp, line 200


I have created content to be displayed but it still does not work. Any ideas anyone? Thanks.

Richard Hay
Webmaster/Forum Admin
http://AnotherWin95.com
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.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07