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)
 MOD: Snitz Portal
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 9

Brent Trevel
Junior Member

Canada
122 Posts

Posted - 11 April 2001 :  18:32:42  Show Profile  Visit Brent Trevel's Homepage
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
Go to Top of Page

nemesis
Starting Member

43 Posts

Posted - 12 April 2001 :  02:13:51  Show Profile  Send nemesis an ICQ Message
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.
Go to Top of Page

simmo
Starting Member

8 Posts

Posted - 12 April 2001 :  09:24:28  Show Profile
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

Go to Top of Page

Brent Trevel
Junior Member

Canada
122 Posts

Posted - 12 April 2001 :  13:42:49  Show Profile  Visit Brent Trevel's Homepage
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
Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 13 April 2001 :  18:16:27  Show Profile
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]


Go to Top of Page

Brent Trevel
Junior Member

Canada
122 Posts

Posted - 13 April 2001 :  20:23:47  Show Profile  Visit Brent Trevel's Homepage
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
Go to Top of Page

tschive
New Member

Switzerland
63 Posts

Posted - 14 April 2001 :  17:57:18  Show Profile
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
Go to Top of Page

Brent Trevel
Junior Member

Canada
122 Posts

Posted - 17 April 2001 :  07:24:07  Show Profile  Visit Brent Trevel's Homepage
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
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 19 April 2001 :  08:15:30  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
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
Go to Top of Page

Brent Trevel
Junior Member

Canada
122 Posts

Posted - 19 April 2001 :  11:30:06  Show Profile  Visit Brent Trevel's Homepage
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
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 19 April 2001 :  15:37:21  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
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
Go to Top of Page

Brent Trevel
Junior Member

Canada
122 Posts

Posted - 19 April 2001 :  17:54:17  Show Profile  Visit Brent Trevel's Homepage
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
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 19 April 2001 :  18:44:16  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
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

Go to Top of Page

Rob64
Starting Member

23 Posts

Posted - 19 April 2001 :  18:52:16  Show Profile
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!

Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 19 April 2001 :  19:22:27  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
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

Go to Top of Page
Page: of 9 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.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07