Author |
Topic |
DavidRhodes
Senior Member
United Kingdom
1222 Posts |
Posted - 31 December 2003 : 23:36:35
|
Thanks for the comments, they will be considered for the next release < |
The UK MkIVs Forum |
|
|
James
Average Member
USA
539 Posts |
Posted - 01 January 2004 : 19:45:57
|
I hard coded some navigation links into my portal page (http://www.rcwebboard.com/forum/portal.asp in the meantime. I'd still like to be able to show more than 1 center content. Maybe have it set like the sides where you can set the number to display along with a default display. The default display would show like it does now with the additional ones showing just the summary with a link to them or something. This would put the Summary field to use.< |
*Interested in Radio Control* *The RC Web Board - http://www.rcwebboard.com/* |
|
|
Trina
Starting Member
31 Posts |
Posted - 02 January 2004 : 20:07:28
|
quote: Originally posted by Kal Corp
Trina,
In the admin section goto MOD Setup and select "David's Portal Mod"
That is running the file dbs_portal.asp.
Thanks! I actually got that far, and now I am getting the following error:
All Forums Portal Microsoft OLE DB Provider for ODBC Drivers error '80040e37'
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'FORUM_CMS_CONTENT'. Make sure it exists and that its name is spelled correctly.
/newforum2/portal.asp, line 202 Someone told me to change the connection string as reference in another post, but I can't find that post
Thanks so much for any help!!< |
|
|
huyhoasp
Starting Member
1 Posts |
Posted - 03 January 2004 : 01:20:48
|
I upload portal mode and run portal.asp but it alway You must set a value for 'Homepage Content' in 'CMS Configuration'
Please help me. I'm a newbee < |
|
|
DavidRhodes
Senior Member
United Kingdom
1222 Posts |
Posted - 03 January 2004 : 08:01:41
|
Go to the admin section, select Portal then CMS Configuration and then select a story to appear as HomePage Content< |
The UK MkIVs Forum |
|
|
culley65
Starting Member
7 Posts |
Posted - 07 January 2004 : 14:02:51
|
I get this error when trying to goto admin section
Microsoft VBScript compilation error '800a0400'
Expected statement
/forum/admin_home.asp, line 123
" <LI><span class=""spnMessageText""><a href=""admin_config_system.asp"">Main Forum Configuration</a></span></LI>" & vbNewLine & _ < |
|
|
culley65
Starting Member
7 Posts |
Posted - 07 January 2004 : 14:14:29
|
Nevermind i got it fixed If you need a demo (http://www.geigenx.com/forum/portal.asp)
How can i get portal.asp to come up when someone goes to my url at geigenx.com? < |
Edited by - culley65 on 07 January 2004 14:16:27 |
|
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 07 January 2004 : 15:53:32
|
quote: How can i get portal.asp to come up when someone goes to my url at geigenx.com?
I'm pretty sure you put :
Response.Redirect "/forum/portal.asp"
in your default.asp< |
|
|
DavidRhodes
Senior Member
United Kingdom
1222 Posts |
Posted - 07 January 2004 : 17:19:11
|
looks like there is no default.asp anyway http://www.geigenx.com/ Just create a file in the root of your site called default.asp with the code above with <% before and %> after it< |
The UK MkIVs Forum |
|
|
vinkx
Starting Member
7 Posts |
Posted - 10 January 2004 : 19:40:51
|
Wonderful work David, work fine! I've just a question: can I change the font size of the Last Topics list?< |
|
|
acercatealaluz
Starting Member
4 Posts |
Posted - 06 February 2004 : 12:11:08
|
Hello
I have read all this post, but i'm still with problems... I'm not sure if i undertood ok all the steps to "install" this mod.
I have made all the changes in the files, and i uploaded them. I run the setup.asp writting it in the explorer address bar. Is it ok?. I think yes...
I did the same with the other .asp to run, the dbs_portal.asp file, but the explorer shows me an strange code:
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#text#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') (C_VARIABLE,C_VALUE)#('strCMSEnableForumSearch','1') (C_VARIABLE,C_VALUE)#('strCMSEnableGoogleSearch','1') (C_VARIABLE,C_VALUE)#('strCMSEnableActiveTopics','1') (C_VARIABLE,C_VALUE)#('strCMSActiveTopicsItems','5') [END]
I see that Trina was told to use something of this in the "MOD Setup" area of the Administrator Pannel. I only have there an Input box. I supposed that perhaps i should insert there this strange text, that seems like a kind of SQL instruction, trying to make it being executed, but the result is that nothing happens. A message tells me that "There were 0 lines of code"...
The portal must not be completelly set up, becouse when i enter in the "Portal" section of the Administrator Pannel, the "CMS Configuration" dialog, don't show me a "Save" button or something so, and if i try to "Add Category" first, i receive a message telling me that there is some table that doesn't exist:
Microsoft JET Database Engine error '80040e37'
Could not find output table 'FORUM_CMS_CATEGORY'.
/acercatealaluz/admin_cms_category.asp, line 72
Any idea of what am i doing wrong?? I'm K.O.
Any help will be wellcomed.
Thanks in advance!
...acercatealaluz...
< |
|
|
DavidRhodes
Senior Member
United Kingdom
1222 Posts |
Posted - 06 February 2004 : 14:40:52
|
There are 2 ways to do this
Click "Mod Setup", Select "David's Portal Mod" from the drop-down, click "Update"
OR
Click "Alternative MOD Setup", cut and paste the code from dbs_portal.asp into the box and click "Submit"< |
The UK MkIVs Forum |
|
|
acercatealaluz
Starting Member
4 Posts |
Posted - 06 February 2004 : 15:01:31
|
I did it pasting the code of the asp in the text box, and now it tell me that 1 line was executed...
but when i go to the "CMS Configuration" menu, it doesn't appear any "Save" or "Submit" button to send the changes...
And if i try to create the category first with "Add Category", it stills fails giving me the following error :
Microsoft JET Database Engine error '80040e37'
Could not find output table 'FORUM_CMS_CATEGORY'.
/acercatealaluz/admin_cms_category.asp, line 72
Do you know what's wrong? Why there are no buttons? is it normal?
Sorry for the distub...
PD: Ah, and if i use the "MOD Setup" there is also a textbox, not a combo... perhaps i have an old version or something so...?< |
Edited by - acercatealaluz on 06 February 2004 15:03:57 |
|
|
DavidRhodes
Senior Member
United Kingdom
1222 Posts |
Posted - 06 February 2004 : 17:30:01
|
what version do you have? hover over the snitz logo or link in the bottom right of all your page to find out< |
The UK MkIVs Forum |
|
|
adslonline
Starting Member
Netherlands
38 Posts |
Posted - 07 February 2004 : 10:30:17
|
David, very much appreciate your Portal mod, It was exactly what I was looking for! Took me only a few minutes to install and I must say it works very smoothly. I have spent many days learning and customizing stuff :).
I saw Link Manager 3 mod has been integrated with Portal Mod, what would it take for me to integrate other useful mods such as News Posting, FAQ, Recent Posts, Poll and so on?
By the way, thanks to OneWayMule I have a block that shows the Recent Topics on your Forum. If anyone would like to have the code please let me know. It makes a great mini add-on to Portal Mod.< |
www.adslforum.nl |
|
|
Topic |
|