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 - 16 May 2001 :  19:59:52  Show Profile  Visit Brent Trevel's Homepage
Tim,

Sent you an E-Mail. Would be more than happy to help.


Sincerely,

Brent Trevel,
Combat Intelligence
www.combatintelligence.com
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 25 May 2001 :  01:57:14  Show Profile
Yes. Even though you are using an Access97 database, it's better to use the strConnString labeled for use with Access2000 as it uses the MS Jet 4.0 drivers.
Go to Top of Page

Brent Trevel
Junior Member

Canada
122 Posts

Posted - 25 May 2001 :  15:46:21  Show Profile  Visit Brent Trevel's Homepage
Hello,

The search.asp page that the resources.asp page is looking for IS in the include directory. It is included in the zip file and should have been extracted to the proper location. If not, then make sure that the "Use Folder Names" option is checked in the WinZip extract menu.

The other problem relates to including the wrong search.asp page and therefore two copies of inc_functions.asp and config.asp as well...

Let me know if this tip helps.

Sincerely,

Brent Trevel,
Combat Intelligence
www.combatintelligence.com

Edited by - Brent Trevel on 25 May 2001 15:49:57
Go to Top of Page

LordZuave
Starting Member

25 Posts

Posted - 26 May 2001 :  13:47:53  Show Profile
Guys, still getting the same error.

anyone please?????

Error Type:
ADODB.Recordset (0x800A0E7D)
Operation is not allowed on an object referencing a closed or invalid connection.
/Forum/include/DisplayCats.asp, line 57


Browser Type:
Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)

Page:
GET /Resources.asp

Time:
Saturday, May 26, 2001, 1:42:45 PM

thanks

Nelson R.

Go to Top of Page

redfive
Starting Member

12 Posts

Posted - 01 June 2001 :  12:59:30  Show Profile
What's the difference between the orginal portal mod and tschive's experiement? where does one download tschive's code?

thanks

Go to Top of Page

tschive
New Member

Switzerland
63 Posts

Posted - 01 June 2001 :  14:56:55  Show Profile
quote:

What's the difference between the orginal portal mod and tschive's experiement? where does one download tschive's code?
thanks


My portal is a adaptation of brents code. We are recoding some parts. the greatest differece is, that i diplay only one type of content (links, news) in a page, the rest will be added in the leftside column as related stuff.
By the way we have added a lot of useful mods.
When finished my portal should be a very flexible and userfriendly base for a lot of different portals.
In the moment you can download an alpha version of my portal here
http://heilpaedagogik.121host.net/portal/content/download.asp?LinkID=40&LinkName=&CatID=&CatTitle=&URL=download/sf2k_a03_portal_mod.zip
but only if you are a member of the portal community

hope this helps

;-)
.... und tschüss

Edited by - tschive on 01 June 2001 15:00:29
Go to Top of Page

dssww
Junior Member

USA
182 Posts

Posted - 05 June 2001 :  10:58:36  Show Profile  Visit dssww's Homepage
I get the following error:

Active Server Pages error 'ASP 0126'

Include file not found

/Resources.asp, line 14

The include file '<%=strForumURL%>include/displaynavigation.asp' was not found.

The file does exist and the strForumURL variable is correct in the forum variables



Go to Top of Page

Brent Trevel
Junior Member

Canada
122 Posts

Posted - 05 June 2001 :  17:19:20  Show Profile  Visit Brent Trevel's Homepage
quote:

I get the following error:

Active Server Pages error 'ASP 0126'

Include file not found

/Resources.asp, line 14

The include file '<%=strForumURL%>include/displaynavigation.asp' was not found.

The file does exist and the strForumURL variable is correct in the forum variables



You can't use ASP variables in Include statements. The server includes all the files and THEN processes the ASP code, so it will not work. You will need to hard-code the path to the file.

Sincerely,

Brent Trevel,
Combat Intelligence
www.combatintelligence.com
Go to Top of Page

dssww
Junior Member

USA
182 Posts

Posted - 05 June 2001 :  19:31:20  Show Profile  Visit dssww's Homepage
quote:


You can't use ASP variables in Include statements. The server includes all the files and THEN processes the ASP code, so it will not work. You will need to hard-code the path to the file.

Sincerely,

Brent Trevel,
Combat Intelligence
www.combatintelligence.com



Brent,

Thanks for the reply,

My bad, I thought it was a different problem than what I asked earlier (I missed a cut & paste)..Thanks for your patience.

Go to Top of Page

Shep
New Member

74 Posts

Posted - 06 June 2001 :  02:08:22  Show Profile
I have the mod running and I wanted to say, "Thanks to all of you who have posted the mod and the other 'fixes' - I was able to get it all cinfigured without asking for help - that is cool!"

Here is my request. I am a little vague on how to set up the "looks" of the page and even what to include. I would like to be able to post "news" in the main page. News that admin and moderators can add & delete as necessary. I would like that to be in the center of the page - with links on the left and possible the poll on the left. Is it possible to open the resources.asp into a wysiwyg Web editor and simply do includes?

I would appreciate any help yu can give me.

Thanks,
Shep

Go to Top of Page

Brent Trevel
Junior Member

Canada
122 Posts

Posted - 06 June 2001 :  19:43:30  Show Profile  Visit Brent Trevel's Homepage
quote:

Is it possible to open the resources.asp into a wysiwyg Web editor and simply do includes?



Shep,

If you just open up resources.asp in notepade you will see that it is very basic and the include files do all the work, so with some minimal tweaking you can add/remove elements like other mod files.

I do believe that HuwR had something like this setup with a whole slew of mods being included into the resources.asp page.

Here is HuwR's URL
http://www.magicmushroom.org.uk/Resources.asp

Hope this helps. For more specific help, post a reply with your question.

Sincerely,

Brent Trevel,
Combat Intelligence
www.combatintelligence.com
Go to Top of Page

dssww
Junior Member

USA
182 Posts

Posted - 12 June 2001 :  08:03:59  Show Profile  Visit dssww's Homepage
Brent,

One thing that would be nice is when someone clicks on "submit resource" they should get a drop down menu to select a category instead of a message to select a catagory first. my .02

Go to Top of Page

redfive
Starting Member

12 Posts

Posted - 15 June 2001 :  16:57:52  Show Profile
Where can I find the install instructions for tschive's code?

Go to Top of Page

Niteridr
Starting Member

22 Posts

Posted - 16 June 2001 :  15:28:30  Show Profile
Trying to add the portal and get this error can anyone help??

ADODB.Recordset error '800a0e7d'

Operation is not allowed on an object referencing a closed or invalid connection.

/Forum/include/DisplayCats.asp, line 57


New to this hehe
I followed the instructions and confused!!


Niteridr

Go to Top of Page

Niteridr
Starting Member

22 Posts

Posted - 16 June 2001 :  15:40:13  Show Profile
Trying to add the portal and get this error can anyone help??

ADODB.Recordset error '800a0e7d'

Operation is not allowed on an object referencing a closed or invalid connection.

/Forum/include/DisplayCats.asp, line 57


New to this hehe
I followed the instructions and confused!!


Niteridr

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.2 seconds. Powered By: Snitz Forums 2000 Version 3.4.07