Author |
Topic |
|
dmwc
Starting Member
Taiwan
5 Posts |
Posted - 29 July 2001 : 23:54:35
|
First category not show in jump to list.
|
|
kirgy
New Member
Germany
95 Posts |
Posted - 30 July 2001 : 01:16:34
|
and strHomeUrl takes you to nowhere
I´ve done this, to make it work:
Response.Write " <option value=""> --------------------</option>" & vbNewline & _ **** add this line **** " <option value=""></option>" & vbNewline & _ " <option value=""" & strHomeURL & """>Startseite</option>" & vbNewline & _ " <option value=""active.asp"">Neue Themen</option>" & vbNewline & _ " <option value=""faq.asp"">Hilfe</option>" & vbNewline & _ " <option value=""members.asp"">Mitglieder</option>" & vbNewline & _ " <option value=""search.asp"">Suchen</option>" & vbNewline & _ " </select>" & vbNewline & _ "</form>" & vbNewline & _ "<!-- END JUMP TO -->" & vbNewline
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 30 July 2001 : 02:41:12
|
That is a bug.
Fix: In inc_jump_to.asp, line 91, change this:Response.Write " <option value=""> --------------------</option>" & vbNewline & _ to this:Response.Write " <option value=""""> --------------------</option>" & vbNewline & _
You set what strHomeUrl is, in your admin options, Main Forum Configuration. The value of "Home URL" is what strHomeUrl is. So when they click on the link in the jump to box, it will try to go to the link you set for your Home URL.
Edited by - Davio on 30 July 2001 02:45:11 |
|
|
thephantomnl
New Member
Netherlands
66 Posts |
Posted - 30 July 2001 : 04:26:36
|
stil one problem,
the first category is not shown in the dropdown box. the first forum is showt correctly
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 30 July 2001 : 05:18:54
|
Fix: In inc_jump_to.asp, line 64, change this:iNewCat = ForumCatID to this:iNewCat = rsForum("CAT_ID") The ForumCatID variable is set a few lines after this line, so ForumCatID was empty when that line of code was executed the first time.
- David |
|
|
thephantomnl
New Member
Netherlands
66 Posts |
Posted - 30 July 2001 : 07:46:56
|
works again thanx!
|
|
|
kirgy
New Member
Germany
95 Posts |
Posted - 08 August 2001 : 19:00:27
|
Hello,
I found this problem with "-------" Link in the jump to box. That should do nothing, but it trys to load a page. I think on most server default.asp is set to standart. But on my web i get "directory listing denied" :(
For workaround i can set a standart page with meta refresh on default.asp in my forum directory, but this can´t be the goal. I hope you understand what i mean, any suggestions?
Edited by - kirgy on 08 August 2001 19:02:57 |
|
|
James
Average Member
USA
539 Posts |
Posted - 08 August 2001 : 22:17:47
|
Hmmmm!!!! It seems that the forums replaces my   tags with spaces for the message below, even from the text inside code tags.
quote:
That is a bug.
Fix: In inc_jump_to.asp, line 91, change this:Response.Write " <option value=""> --------------------</option>" & vbNewline & _ to this:Response.Write " <option value=""""> --------------------</option>" & vbNewline & _
I just downloaded the 3.3.02 off the forums.snitz.com page and my line looks a little different:
Response.Write " <option value=""> --------------------</option>" & vbNewline & _
In fact, the entire file looks like Front Page has got hold of it and filled it with tags. Example:
end if Response.Write "> " & rsForum("F_SUBJECT")& "</option>" & vbNewline end if rsForum.MoveNext loop end if rsCat.MoveNext loop Response.Write " <option value=""> --------------------</option>" & vbNewline & _
I checked the zip over again and it's there. Is the newest version suppose to be this way?
I'm trying to apply all the bug fixes before I upload and upgrade an older version of snitz. Will there be a release shortly with these bug fixes included?
-
*Interested in Radio Control* *The RC Web Board - http://www.rcwebboard.com/*
Edited by - James on 08 August 2001 22:24:31 |
|
|
gor
Retired Admin
Netherlands
5511 Posts |
Posted - 17 August 2001 : 19:13:55
|
quote:
Fix: In inc_jump_to.asp, line 64, change this:iNewCat = ForumCatID to this:iNewCat = rsForum("CAT_ID") The ForumCatID variable is set a few lines after this line, so ForumCatID was empty when that line of code was executed the first time.
- David
Fixed in the code for version 3.3.03
Pierre Join a Snitz Mailinglist |
|
|
JK_Bowman
New Member
USA
60 Posts |
Posted - 17 August 2001 : 19:19:49
|
Hey Gang,
Just a FYI....
I just received this in my e-mail...
Hello JK_Bowman
gor has replied to a topic on Snitz Forums 2000 that you requested notification to. Regarding the subject - V33(.02) BUGS + FIXES: Jump To Dropdownlist.
You can view the posting at http://forum.snitz.com/forum/link.asp?TOPIC_ID=13896
As you'll see, I've never posted to this thread or subscribed here.
Just FYI.
J.K. Bowman http://forums.spider-food.net |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
|
gor
Retired Admin
Netherlands
5511 Posts |
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 17 August 2001 : 19:56:01
|
Ahh.. I had wondered about that. Didn't think it was a good idea for everyone to see who was subscribed to what. |
|
|
gor
Retired Admin
Netherlands
5511 Posts |
Posted - 18 August 2001 : 01:20:39
|
quote:
Ahh.. I had wondered about that. Didn't think it was a good idea for everyone to see who was subscribed to what.
Or being able to de-subscribe them
I'm considering this one fixed, am glad at least the topic-subscription works and locking....
Pierre Join a Snitz Mailinglist |
|
|
|
Topic |
|