Author |
Topic |
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
DavidRhodes
Senior Member
United Kingdom
1222 Posts |
Posted - 17 April 2003 : 03:53:14
|
Cheers OneWayMule, would memo in the dbs work for SQL Server though, I think 'text' may be better?
I'll update the zip. |
The UK MkIVs Forum |
|
|
pollocka
Starting Member
8 Posts |
Posted - 17 April 2003 : 04:11:49
|
On this line
strSql = strSql & "WHERE " & strTablePrefix & "CMS_CATEGORY.CAT_ID = " & lCategoryID
you need a space before the "WHERE"
strSql = strSql & " WHERE " & strTablePrefix & "CMS_CATEGORY.CAT_ID = " & lCategoryID
Or you have problems with editing categories. |
|
|
DavidRhodes
Senior Member
United Kingdom
1222 Posts |
|
Chris Yew
Junior Member
134 Posts |
Posted - 18 April 2003 : 05:32:15
|
Hi David, I've just setup the portal mod in my snitz 3.4.03 and I got this; Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression 'FORUM_CMS_CONTENT.CONT_ID ='.
/forum/portal.asp, line 200
Also when I run the Mod setup, I got this error;
-2147467259 | The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. Change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate entries and try again.
This is my portal link; http://www.bettaclub.org.sg/forum/portal.asp
and my forum link; http://www.bettaclub.org.sg/forum/
Pls help. Thank you.
Chris Yew
|
Edited by - Chris Yew on 18 April 2003 08:26:20 |
|
|
stylishvn
Junior Member
Vietnam
185 Posts |
Posted - 18 April 2003 : 06:48:43
|
hey men, I asked if I want add some include in portal.asp like inc_login, guestbook (in the left hand), member_spotlight (in right hand) how could I do ? plz help me, thanks
|
..:: Welcome #Snitz in Dalnet ::.. |
|
|
DavidRhodes
Senior Member
United Kingdom
1222 Posts |
Posted - 18 April 2003 : 08:25:24
|
Chris, that error is ok, you need to create an article and assign it to the default homepage article in the config.
stylishvn, will be adding extras soon, only features that relate to base snitz code though. Guestbook and spotlight are available for download on this site, i'v never used them but i'm sure they'll integrate with this mod |
The UK MkIVs Forum |
|
|
Chris Yew
Junior Member
134 Posts |
Posted - 18 April 2003 : 08:31:31
|
Got it, thanks David. |
|
|
Chris Yew
Junior Member
134 Posts |
Posted - 19 April 2003 : 04:43:20
|
Hi David, Sorry there's another question about Login at the Portal site. After Logging in, it will bring me back to the portal site but when I Logout after that, it will bring me to the forum site instead of the portal site. I've tried your portal site as well, and it's the same. How can I have it back to the portal site instead of the forum site? And which script is responsible for that? Is it the inc_func_secure.asp?
Thank you.
Chris Yew |
|
|
DavidRhodes
Senior Member
United Kingdom
1222 Posts |
Posted - 19 April 2003 : 14:36:04
|
Chris, Noticed this myself, I think it will be one of the settings in forum config |
The UK MkIVs Forum |
|
|
Chris Yew
Junior Member
134 Posts |
Posted - 19 April 2003 : 21:39:23
|
Hi David, Yes it's at the Main Forum Configuration. The 2 settings are the Home URL and Forum URL. As the Logout is related to the Forum URL, so if Logout is done at the Portal site, it will still go back to the Forum default.asp instead of the portal home page.
I'm not too sure if it's the script inc_func_secure.asp that control it, but if it is maybe can have a different inc_func_secure.asp for the portal site so that upon logout, it goes back to the portal site.
Also there's another query; In the Content part (add or edit), what' the purpose of the Summary? Though I've tried to type in some text in it, but it doesn't seem to reflect anywhere in the portal site?
And after I've keyed in the text in the content, I highlight the whole text and click Bold function, the Bold function <b></b> end up at the end of the text instead of <b>........</b>. When I'm posting in the forum (ver 3.4.03), I did the same but it'll be <b>....</b> instead of .....<b></b>.
Also noticed that for the forum the function is [bold][/bold] but for the portal it's <b></b>. Though both works, but wonder if there's a difference?
Sorry for asking so many questions as I'm not too sure how it works.
Thank you.
Chris Yew
|
Edited by - Chris Yew on 19 April 2003 22:22:15 |
|
|
DavidRhodes
Senior Member
United Kingdom
1222 Posts |
Posted - 20 April 2003 : 09:29:57
|
The summary appears in the results when you do a search. Not sure what you mean with the bold, it should be the same as the forum |
The UK MkIVs Forum |
|
|
Chris Yew
Junior Member
134 Posts |
Posted - 20 April 2003 : 23:26:56
|
What I mean is that for example when I type this sentence "Test it out". After typing that, I would like to bold the sentence by highlighting it, and just click on the Bold function button. But in the portal site, the bold function will end up behind the sentence like this - "Test it out <b></b>". So the sentence will not be bold. |
|
|
weeweeslap
Senior Member
USA
1077 Posts |
Posted - 20 April 2003 : 23:31:02
|
just move the <B> to the beggining of the sentence that you want bolded and leave the </b> at the end of the sentence that you want bolded. |
coaster crazy |
|
|
Chris Yew
Junior Member
134 Posts |
Posted - 21 April 2003 : 00:51:40
|
Yes, that I'm awared of. In the forum site, that has been done by the Bold function itself (one infront and one behind) but the portal site are putting both behind. In fact, it's the same for all function in the portal site, and not just the bold function.
quote: Originally posted by weeweeslap
just move the <B> to the beggining of the sentence that you want bolded and leave the </b> at the end of the sentence that you want bolded.
|
|
|
Topic |
|