Author |
Topic |
leif
Starting Member
Norway
23 Posts |
Posted - 05 March 2001 : 07:03:55
|
Excellent Mod!
It would be nice to use bookmarks so that when you collapse/expand a category you will stay at the same location. It's a bit annoying if you expand the bottom category and the page jumps to the top.
-Leif
Edited by - leif on 05 March 2001 07:04:24 |
|
|
TwinnieL83
Starting Member
14 Posts |
Posted - 13 March 2001 : 06:40:34
|
I tried it several times now and I'm getting the same error message each time.
Can someone pulleeze look at my default.asp??? It's at http://www.ken73.homeip.net/pics (then look for default2.asp, I renamed it, otherwise the listing wont show up)
Marck
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 13 March 2001 : 07:53:35
|
you'll need to rename default2.asp to default2.txt for us to be able to download it and look at it. |
|
|
TwinnieL83
Starting Member
14 Posts |
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 13 March 2001 : 19:43:29
|
What error message are you getting?
Just looking at it, it looks like you need to move:
<!--#INCLUDE FILE="inc_top.asp" -->
so that it is just under:
<!--#INCLUDE FILE="inc_functions.asp" -->
so it looks like this:
<!--#INCLUDE FILE="config.asp" --> <!--#INCLUDE FILE="inc_functions.asp" --> <!--#INCLUDE FILE="inc_top.asp" -->
|
|
|
Bookie
Average Member
USA
856 Posts |
Posted - 13 March 2001 : 21:52:37
|
Ok, I want to implement this mod in my forums. I use 3.1SR4. If I insert the code listed in the first post, will it work without any problems? Thanks in advance.
Bookie
|
|
|
TwinnieL83
Starting Member
14 Posts |
Posted - 14 March 2001 : 09:02:45
|
I'm getting this error: _______________________ Microsoft VBScript compilation error '800a03f6'
Expected 'End'
/testforum/default.asp, line 239
else ^ _____________________________
It doesn't matter if I put the code inbetween <!--#INCLUDE FILE="inc_functions.asp" --> and <!--#INCLUDE FILE="inc_top.asp" --> or after them like you suggested.
Marck
|
|
|
TwinnieL83
Starting Member
14 Posts |
Posted - 15 March 2001 : 05:20:35
|
Top ^
|
|
|
nilay
Starting Member
9 Posts |
Posted - 15 March 2001 : 16:09:18
|
Would be really grateful if someone can give me a hand here. I've edited my default.asp to include the minimise category mod, but I'm getting the following error message:
---------------------------------------------------- Microsoft VBScript compilation error '800a03f6'
Expected 'End'
/Default.asp, line 264
else ^ ----------------------------------------------------
If anyone needs to have a look at my default.asp, I've renamed a copy to default.txt, and it is at:
http://www.forums.bhrama.com/default.txt
Thanks!
|
|
|
nilay
Starting Member
9 Posts |
Posted - 16 March 2001 : 06:56:41
|
Sorry, forgot to mention, that I have two mods installed in my default.asp - the Category and Forum sorting mod and Events Calendar v2 mod.
Thanks again!
|
|
|
nilay
Starting Member
9 Posts |
Posted - 18 March 2001 : 05:50:28
|
Anyone here that can help me with this - pleeese.
Thanks.
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 18 March 2001 : 06:03:17
|
Try inserting:
<% end if %>
on line #242 of default.asp |
|
|
nilay
Starting Member
9 Posts |
Posted - 18 March 2001 : 12:27:03
|
Hi Richard
I tried inserting <% end if %> at line 242 as you suggested, and got a completely different error this time:
----------------------------------------------------
Microsoft VBScript compilation error '800a0400'
Expected statement
/default.asp, line 295
<% if Request.Cookies(HideForumCat) <> "Y" then ^ ----------------------------------------------------
Nilay
|
|
|
TwinnieL83
Starting Member
14 Posts |
Posted - 20 March 2001 : 09:34:22
|
Those are the exact same problems I'm having. It constantly nags about the else. If I account for all the <% and %> there isn't anything wrong. Once I change some stuff (place it in a different locationm, add some stuff) I get different errors like the one above all the time.
Marck
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 20 March 2001 : 12:33:27
|
Nilay and Twinnie, send me your default.asp files and I'll take a look at them.
This mod will be in the next release of the Forums.
|
|
|
Topic |
|