Author |
Topic  |
|
Deejaylink
Starting Member
44 Posts |
Posted - 20 August 2002 : 13:11:49
|
hi, i try to search, but i receive this error Microsoft VBScript runtime error '800a000d'
Type mismatch: 'cLng'
/forum/search.asp, line 885
i would like to change the background image of my forum. i come from the previous version and the inc_top file do not exist. What i must change ? |
|
Hamlin
Advanced Member
    
United Kingdom
2386 Posts |
Posted - 20 August 2002 : 13:13:58
|
Admin Options > Font/Table Color Code Configuration > Page Background Image URL
Enter the image location there |
Edited by - Hamlin on 20 August 2002 13:14:29 |
 |
|
Roland
Advanced Member
    
Netherlands
9335 Posts |
Posted - 20 August 2002 : 13:51:01
|
As for inc_top.asp no longer existing: it's renamed to inc_header.asp to match inc_footer.asp. The same goes for inc_top_short.asp which is now called inc_header_short.asp. |
 |
|
Syko BA
Junior Member
 
United Kingdom
257 Posts |
Posted - 20 August 2002 : 14:59:53
|
What is the best program to edit the inc_header.asp file, can dreamweaver be used saftley? |
Syko BA |
 |
|
Roland
Advanced Member
    
Netherlands
9335 Posts |
Posted - 20 August 2002 : 15:15:35
|
If you use the Code view and have the options for Dreamweaver set to not have it auto-complete or edit anything without you saying it can, yes Dreamweaver can be used.
I prefer Homesite+ which comes with Dreamweaver MX. There are several other good programs that you can use, but unfortunately I can't remember any of their names or URLs where they can be downloaded. |
 |
|
Syko BA
Junior Member
 
United Kingdom
257 Posts |
Posted - 20 August 2002 : 16:29:38
|
Thanks
I have noticed that in Snitz Version 4 there is no graphical view in Dreamweaver. This makes things very hard to customise if you are not proficient in ASP. Is there any other way of modifying the code to suite your individual need. |
Syko BA |
Edited by - Syko BA on 20 August 2002 17:32:33 |
 |
|
Roland
Advanced Member
    
Netherlands
9335 Posts |
Posted - 20 August 2002 : 17:36:08
|
There are no WYSIWYG editors that can handle Snitz 3.4 for as far as I know. You'll have to live in code view from now on. Sorry. |
 |
|
Syko BA
Junior Member
 
United Kingdom
257 Posts |
Posted - 20 August 2002 : 18:04:21
|
What may be a really good idea is for standard templates to be released for things such as...
Menu on the left. Reduce width of forum & centralize it. Logo accross the top and so on.
This would be really usfull for us that do not know ASP that well 
Any chance of someone being so kind as to offer this service? |
Syko BA |
 |
|
Roland
Advanced Member
    
Netherlands
9335 Posts |
Posted - 21 August 2002 : 11:30:46
|
reducing the width of the forums is still done in inc_header.asp, right before the sub sForumNav() unless I didn't check that part of the file well enough.
setting a menu on the left can be done in two ways (if not more), so that would require two files, and "logo across the top" can be done in at least two ways too.
Try to keep in mind that Snitz was meant as a project to learn ASP/VBScript, and those "roots" can still be found in the ease with which you can make many many changes. For those who don't know enough ASP to make those changes, there are several forums where they can request help for modifying their forums  |
 |
|
|
Topic  |
|