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)
 MySQL or Access Snitz Forum v3.4.04 with 25mods
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 6

gardi
New Member

65 Posts

Posted - 23 July 2004 :  00:42:58  Show Profile
and pluss there is a error on file sharing
Go to Top of Page

gardi
New Member

65 Posts

Posted - 23 July 2004 :  01:13:53  Show Profile
Okey i know what i want.
(sorry for flooding by the way)

U see when we login there is a second nav bar comes.
Now i dont want it to appear. Actually i dont want both of them to appear.

I made a little menu (but with html) to integration .. Left side of the forum.
BNow i want these options to appear in left menu. I hope its managable.
Go to Top of Page

choppermc
New Member

Australia
80 Posts

Posted - 23 July 2004 :  23:00:32  Show Profile  Send choppermc an AOL message
OK I have given the Access database a total face lift so there shouldn't be anymore variables or default values out of order. Also events calender add-on mod now has left or right nav options in CMS admin.

Zip has been updated 24-07-04

gardi, the mass add avatar does work. when you choose a folder to mass add, it will register everthing in that folder as belonging to the main avatar folder. so that means after you add, you still have to copy the contents of the folder to the main avatar folder.

If you want to remove the nav bars gardi, there are two files that need to be eddited "inc_header.asp" and "inc_header_portal.asp"

At the bottom of "inc_header.asp" you will see this:

%>
<!--#INCLUDE FILE="inc_navbar.asp" -->
<%


At the bottom of "inc_header_portal.asp" you will see this:

%>
<!--#INCLUDE FILE="inc_navbar_portal.asp" -->
<%


Just delete these three lines in each of the two files and that will remove the nav bars from your forum.

Oh....Is that it?

Edited by - choppermc on 23 July 2004 23:27:57
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 23 July 2004 :  23:44:01  Show Profile
I'm getting this error on your demo site :

quote:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

/my_edit_config.asp, line 87


Steps to reproduce :

- login as user
- go to My Page (http://www.snitz.freedomregain.com/my.asp)
- click on "Edt My Page" (http://www.snitz.freedomregain.com/my_edit_config.asp)
error ...
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 24 July 2004 :  00:01:47  Show Profile
This is the error that I see on that page (while not logged in):

quote:
Microsoft VBScript runtime error '800a01b6'

Object doesn't support this property or method: 'Response.Wite'

/my_edit_config.asp, line 75
Go to Top of Page

choppermc
New Member

Australia
80 Posts

Posted - 24 July 2004 :  11:14:44  Show Profile  Send choppermc an AOL message
No worries, I just used the wrong connection string by accident.
It should fine now.

Oh....Is that it?
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 25 July 2004 :  08:06:48  Show Profile
hey chopper, found another glitch for you but don't take it the wrong way - I love what you have done, and I might use it on a new site, so it's in my best interests (and good for you as well ) to highlight things like :

http://www.snitz.freedomregain.com/cal.asp?date=7/27/2004

the "navigation tree" is centered instead of left justified. Dead simple fix, I know
Go to Top of Page

choppermc
New Member

Australia
80 Posts

Posted - 25 July 2004 :  08:45:32  Show Profile  Send choppermc an AOL message
Fixed, thanks laser. The more eyes the better.

Oh....Is that it?

Edited by - choppermc on 25 July 2004 08:58:18
Go to Top of Page

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 25 July 2004 :  11:00:59  Show Profile  Visit MarkJH's Homepage
If you really want some nitpicking, there isn't a gradient on the bit that says "2004" on this page. Might be intentional though.

Bandlink.net - http://www.bandlink.net/
Bandlink Music Forums - http://www.bandlink.net/forum/
Go to Top of Page

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 25 July 2004 :  11:02:31  Show Profile  Visit MarkJH's Homepage
Oh, and this page gives an error:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[MySQL][ODBC 3.51 Driver][mysqld-4.0.15-nt]Invalid use of group function

/cal.asp, line 1101

Bandlink.net - http://www.bandlink.net/
Bandlink Music Forums - http://www.bandlink.net/forum/
Go to Top of Page

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 25 July 2004 :  11:04:34  Show Profile  Visit MarkJH's Homepage
On your registration page, when you select "None" for an avatar, a broken image appears. Shouldn't this be a blank image?

Bandlink.net - http://www.bandlink.net/
Bandlink Music Forums - http://www.bandlink.net/forum/
Go to Top of Page

gardi
New Member

65 Posts

Posted - 26 July 2004 :  03:16:28  Show Profile
Are you sure that you have uploaded the newest version.
Because on your web site every thing seems so smooth.
But when i upload your zip i keep getting

Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object: 'Scripting.FileSystemObject'

/website/website/membersFiles.asp, line 397

or

Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object: 'Scripting.FileSystemObject'

/website/website/inc_UploadFunc.asp, line 634


Go to Top of Page

gardi
New Member

65 Posts

Posted - 26 July 2004 :  03:18:50  Show Profile
hmm

when ive looked (generally) i got a problem with these 2 lines..
in both problmes these lines are occuring

Set myFso = CreateObject("Scripting.FileSystemObject")
if myFSO.FolderExists(physicalUploadFolder&"\"&PathSpec) then
Go to Top of Page

gardi
New Member

65 Posts

Posted - 26 July 2004 :  03:21:16  Show Profile
plus there is 2 add news option on admin panel
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 26 July 2004 :  05:22:48  Show Profile
gardi, I reckon your hoster doesn't support FileSystemObject - nothing wrong with the code at all.
Go to Top of Page
Page: of 6 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.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07