Author |
Topic |
DavidRhodes
Senior Member
United Kingdom
1222 Posts |
|
Faizan
Average Member
United Kingdom
592 Posts |
Posted - 15 April 2003 : 10:58:50
|
Hey, I can't download this, it says:
quote: HTTP1.1 STATUS 403 Remote Access to this object forbidden This file cannot be directly accessed from a remote site, but must be linked through the Brinkster Member's site.
|
»Snitz Graphics
|
|
|
weeweeslap
Senior Member
USA
1077 Posts |
Posted - 15 April 2003 : 11:07:53
|
Copy and paste the link into this window and the download will work too Thanks David! |
coaster crazy |
|
|
Faizan
Average Member
United Kingdom
592 Posts |
Posted - 15 April 2003 : 13:54:12
|
Yeah, It works, Thanks! |
»Snitz Graphics
|
|
|
kwhipp
Junior Member
USA
407 Posts |
Posted - 15 April 2003 : 14:44:44
|
Or, just right-click and "Save Target As ..." |
- Kevin |
|
|
pollocka
Starting Member
8 Posts |
Posted - 16 April 2003 : 05:17:07
|
I add the files and make the changes, run dbs_portal.asp and setup.asp, then go to the admin page, click 'portal' and then 'Add Content' and it comes back with...
Error Type: Microsoft JET Database Engine (0x80040E37) The Microsoft Jet database engine cannot find the input table or query 'FORUM_CMS_CATEGORY'. Make sure it exists and that its name is spelled correctly. /dev/Forum/admin_cms_content.asp, line 271
Where am I going wrong? |
|
|
DavidRhodes
Senior Member
United Kingdom
1222 Posts |
|
pollocka
Starting Member
8 Posts |
Posted - 16 April 2003 : 09:16:06
|
When I run it the browser just shows
David's Portal Mod [DROP] CMS_CATEGORY [END] [DROP] CMS_CONTENT [END] [CREATE] CMS_CATEGORY CAT_ID CAT_TITLE#varchar(20)#NULL# CAT_ISLEFT#smallint#NULL#0 CAT_ORDER#int#NULL# [END] [CREATE] CMS_CONTENT CONT_ID CAT_ID#int#NULL# CONT_TITLE#varchar(100)#NULL# CONT_SUMMARY#varchar(500)#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#0 [END] [INSERT] CONFIG_NEW (C_VARIABLE,C_VALUE)#('strCMSLeftNavWidth','150') (C_VARIABLE,C_VALUE)#('strCMSLeftNavDisplay','5') (C_VARIABLE,C_VALUE)#('strCMSLeftNavItems','1') (C_VARIABLE,C_VALUE)#('strCMSRightNavWidth','150') (C_VARIABLE,C_VALUE)#('strCMSRightNavDisplay','5') (C_VARIABLE,C_VALUE)#('strCMSRightNavItems','1') (C_VARIABLE,C_VALUE)#('strCMSEnableSearch','1') (C_VARIABLE,C_VALUE)#('strCMSDefaultCID','0') (C_VARIABLE,C_VALUE)#('strCMSPageTitle','Portal') (C_VARIABLE,C_VALUE)#('strCMSTitleDisplay','1') [END] |
|
|
DavidRhodes
Senior Member
United Kingdom
1222 Posts |
Posted - 16 April 2003 : 09:44:13
|
I gather this is your first mod
By running the dbs file I mean, login to admin section, click Mod Setup and select 'David's Portal Mod' from the drop down and click submit. then actually run setup.asp in the browser |
The UK MkIVs Forum |
|
|
pollocka
Starting Member
8 Posts |
Posted - 16 April 2003 : 10:11:47
|
Ooooh, cunning |
|
|
pollocka
Starting Member
8 Posts |
Posted - 16 April 2003 : 10:19:15
|
Okay, now it is saying it can't create the CMS_CONTENT table because the field name is too long. I'm using Access 2000. |
|
|
Faizan
Average Member
United Kingdom
592 Posts |
Posted - 16 April 2003 : 11:21:38
|
http://fsqforums.www3.dotnetplayground.com/forum2/portal.asp
When I ran alternative MOD setup, everything was created successfully, apart from this:
quote: 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 varchar(500) 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 DEFAULT 0) 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 varchar(500) 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 DEFAULT 0) -2147217887 | Size of field 'CONT_SUMMARY' is too long.
And the portal page doesn't work because of this. You can have a look at my portal page as well: http://fsqforums.www3.dotnetplayground.com/forum2/portal.asp |
»Snitz Graphics
|
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
stylishvn
Junior Member
Vietnam
185 Posts |
Posted - 17 April 2003 : 00:54:05
|
thanks David it's not hard to install when my forum's been added some MOD but I have a problem like some guys here Size of field 'CONT_SUMMARY' is too long
so how can I fix it ? |
..:: Welcome #Snitz in Dalnet ::.. |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
stylishvn
Junior Member
Vietnam
185 Posts |
Posted - 17 April 2003 : 03:29:15
|
thanks OneWayMule it's fixed with a simple line now I need some help how can I skipt 2 links in red rectangel (I mean that it'll not display in the portal) and if I want add some include with MOD, how can I do (example with inc_login in the left hand, some last Posts below Homepage Content...)
thanks ur help |
..:: Welcome #Snitz in Dalnet ::.. |
|
|
Topic |
|