Author |
Topic |
Brent Trevel
Junior Member
Canada
122 Posts |
Posted - 11 April 2001 : 18:32:42
|
Hello!
Because CFM-Resources is partially back up (for who knows how long!) and this has put me into a very good mood, I have a very nice demo site for all to explore!
Combat Intelligence BETA http://www.freecfm.com/n/ninjaman/
Please do not tell anyone what you have seen here! This site has not yet been released and is still under development, meaning lots of bugs (but none in the Portal Mod part, right? ). I am sooo nice, I even give you special Admin account for playing around. Don't worry, I have backups of the database so play away!
Admin Login UserID: Admin Pass: Admin
Moderator Login UserID: Mod Pass: Mod
Normal User Login UserID: dwerty Pass: qwerty
Enjoy!
Sincerely,
Brent Trevel, Combat Intelligence www.combatintelligence.com |
|
|
nemesis
Starting Member
43 Posts |
Posted - 12 April 2001 : 02:13:51
|
Thanks Brent..
Unfortunately, this site is on My server at home and I am well at work.. I will forward the particulars this afternoon/evening.
I think the error comes in from the database side, my brain malfunctioned so I think I might have deleted a value or something..
Thanks..
Nem Depression is merely Anger without enthusiasm. |
|
|
simmo
Starting Member
8 Posts |
Posted - 12 April 2001 : 09:24:28
|
quote:
quote:
It came to me, that the personalized content system would function almost as the...bookmarks function. So what really needs to be done is a parallel to the bookmarks setup with an configurationpage, where the users choose which categories/forums they want news from. These choices would then be added like the bookmarks to the DB and then the CMS system could read from this 2nd bookmark table (which off course is hidden in the forums)
on the main page, the different bookmarked forums could then be shown e.g. "latest news", "news for kids", "TV programmes" and so forth with subcontent off course being the topics of the 2ndbookmarked topics.
MPH73
hmmm.am I the only one interested in this?....just thought it would be cool..only the very expensive systems have this feature...
MPH73
Nope, brilliant idea!! I think your on to something there Morpheus
|
|
|
Brent Trevel
Junior Member
Canada
122 Posts |
Posted - 12 April 2001 : 13:42:49
|
quote:
I then downloaded the zip again from http://www.ctsolutions.org/webmaster/snitz/Portal_Mod.zip .... Please let me know if I am getting the most current version and if I am making the correct modifications.
mikeniccum,
Sorry, looks like I missed your post. The latest version is available from the first post in this thread! I will always post the latest versions in the first topic, so if the URL changes, it will be shown in the first post.
If you are still having problems, let me know.
Sincerely,
Brent Trevel, Combat Intelligence www.combatintelligence.com
Edited by - Brent Trevel on 12 April 2001 13:46:27 |
|
|
blackinwhite
Average Member
Turkey
657 Posts |
Posted - 13 April 2001 : 18:16:27
|
I got this error on my FrameTop.asp file.
[code]Microsoft VBScript runtime error '800a000d'
Type mismatch: '[string: ""]'
/forum/include/FrameTop.asp, line 46 [/quote]
|
|
|
Brent Trevel
Junior Member
Canada
122 Posts |
Posted - 13 April 2001 : 20:23:47
|
quote:
I got this error on my FrameTop.asp file.
Microsoft VBScript runtime error '800a000d' Type mismatch: '[string: ""]' /forum/include/FrameTop.asp, line 46
blackinwhite,
This error is caused by linking to an external resource in the top level category. I had fixed this problem but neglected to update the zip.
In your FrameTop.asp page look for this line right near the top:
CatID = Request.QueryString("CatID") And just below it add the following (in red):
CatID = Request.QueryString("CatID") If CatID <> "" Then CatID = Request.QueryString("CatID") Else CatID = 0 End If
Or just re-download the zip file.
Sincerely,
Brent Trevel, Combat Intelligence www.combatintelligence.com
Edited by - Brent Trevel on 13 April 2001 20:28:02 |
|
|
tschive
New Member
Switzerland
63 Posts |
Posted - 14 April 2001 : 17:57:18
|
hello all. i' am working on an different way to disply the entrys in the site_links database.
Brent was giving me the input with a field called LinkType. So i am trying to implement different ways to display the content. Because we have the different content types in the same Categories, we are able to display "related stuff". Please help me with testing, inputs, suggestions, coding .... if you want to see my test site with a news and a links section included, (articles ((target: an ezine script)) still coding, products coming) and many portal related snitzMods (Bookmarks, Events Calendar, Private Messages ........) klick here
tschive
;-) .... und tschüss |
|
|
Brent Trevel
Junior Member
Canada
122 Posts |
Posted - 17 April 2001 : 07:24:07
|
Hello all,
The zips have been updated with some new bugs fixes. The bugs in question involve the bestratedlinks.inc newlinks.inc and the WhatsNew.asp pages.
If you have experienced problems with these files, then please try re-downloading.
Sincerely,
Brent Trevel, Combat Intelligence www.combatintelligence.com |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 19 April 2001 : 08:15:30
|
I seem to be having trouble getting the graphics buttons to display outside the forum and login is required again in the forum after logging on outside.
@tomic
Edited by - @tomic on 19 April 2001 08:19:58 |
|
|
Brent Trevel
Junior Member
Canada
122 Posts |
Posted - 19 April 2001 : 11:30:06
|
quote:
I seem to be having trouble getting the graphics buttons to display outside the forum and login is required again in the forum after logging on outside.
@tomic
@tomic,
Simply open up your inc_top.asp page and make sure that you have the full image URL in the html code.
Instead of this: <img src="button_login.gif"> You Need to have this: <img src="<%=strForumURL%>button_login.gif">
Also, make sure that in the Admin Main Forum Options you have cookies set to 'WebSite' instead only to the Forum.
If you still have problems, please let me know.
Sincerely,
Brent Trevel, Combat Intelligence www.combatintelligence.com |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 19 April 2001 : 15:37:21
|
LOL, OK, I had the forum URL set but blew it on the cookies!
After I set the cookies to "website" and the MOD performs better, but if I log out and click Active Users, Profile, and some other forum options, it shows me as logged in at the top. In a topic I am still logged out, on the forum default page I am logged out and on the main page outside the forum I am logged out fine. It's just a few links that refuse to behave.
@tomic
Edited by - @tomic on 19 April 2001 16:24:36 |
|
|
Brent Trevel
Junior Member
Canada
122 Posts |
Posted - 19 April 2001 : 17:54:17
|
quote:
It's just a few links that refuse to behave. @tomic
@tomic,
What version or the forums are you using?
Sincerely,
Brent Trevel, Combat Intelligence www.combatintelligence.com |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 19 April 2001 : 18:44:16
|
Version 3.1 SR4
Here's what happens....most of the site is OK, but the area outside shows the old default URL which was an IP address. I have looked and looked for where I might have hard coded it and have deleted all my cookies and still that page refuses to show the URL, just that old IP address. I did change it in the admin area to the URL. It's driving me nuts : (
@tomic
|
|
|
Rob64
Starting Member
23 Posts |
Posted - 19 April 2001 : 18:52:16
|
Hello Brent I installed your beta some day ago, i have the forum Huw'r version installed on a directory /forum of the site and the portal on the main root, the forum is setup right and work fine, i set up all the stuff like i read on the instruction but i stil have problem with a lot of bad link and some error, i edited manually many link on the varius asp file to point them in the right place but the link in the home page still point on the main root when the forum is on a different directory, what i do wrong?? the main forum option are setup right like you can see if you want.
If you want to see my test site is http://portale.difnet.net/ for the portal and http://portale.difnet.net/forum/ for the forum
admin admin
roberto@difnet.net
Thanks!
|
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 19 April 2001 : 19:22:27
|
Ok this is weird, I left it alone for a while and went back and the IP is gone from the URLs. %$#@*^%$
OK...I feel better now. I do wish i knew what was up. Some cache or something?
@tomic
|
|
|
Topic |
|