Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Don´t understand Topic Reviw
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 9

Rasco
Advanced Member

Germany
3192 Posts

Posted - 04 August 2002 :  12:06:14  Show Profile  Send Rasco an ICQ Message
Can post a link to text version of your topic.asp?

Go to Top of Page

trazman
New Member

Sweden
79 Posts

Posted - 04 August 2002 :  17:21:49  Show Profile  Visit trazman's Homepage
Do you think it is the topic.asp
Do you have a text version?
/Roger

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 04 August 2002 :  17:35:08  Show Profile
quote:

Do you think it is the topic.asp
Do you have a text version?
/Roger



He meant, open your topic.asp file in a html or text editor and save it as a text file topic.txt. Upload it to your website and then post a link to it so we can look at the code.

«-----------------------------------»
Join the Snitz Forums WebRing !
Go to Top of Page

trazman
New Member

Sweden
79 Posts

Posted - 04 August 2002 :  18:18:51  Show Profile  Visit trazman's Homepage
OK....:)

Go to Top of Page

trazman
New Member

Sweden
79 Posts

Posted - 04 August 2002 :  18:22:14  Show Profile  Visit trazman's Homepage
It´s up.
http://www.razon.se/forum/topic.txt


Go to Top of Page

trazman
New Member

Sweden
79 Posts

Posted - 05 August 2002 :  09:53:00  Show Profile  Visit trazman's Homepage
Hi again. i have posted a link to text version of my topic.asp
http://www.razon.se/forum/topic.txt
/Roger



Go to Top of Page

trazman
New Member

Sweden
79 Posts

Posted - 06 August 2002 :  03:56:17  Show Profile  Visit trazman's Homepage
Hi again.
Can someone help me with this problem?
I must build up my snitz forum but I cannot
do so if the topics don’t expand correctly
With regards
Roger


Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 06 August 2002 :  07:14:25  Show Profile
Ok, we will need to do some debugging, but first fix that error on your forum.
quote:
Microsoft VBScript compilation error '800a0401'

Expected end of statement

inc_top.asp, line 366

Response.Write " <a href=""" & strHomeURL & """ target=""Low""><acronym title=""Homepage"">Home</acronym></a>" & vbNewline & _
---------------------------------------------------------------^
You need to add the quote's in red. And you cannot have Low as the target. There is no such thing as low.

«-----------------------------------»
Join the Snitz Forums WebRing !


Edited by - Davio on 06 August 2002 07:15:19
Go to Top of Page

trazman
New Member

Sweden
79 Posts

Posted - 06 August 2002 :  10:09:21  Show Profile  Visit trazman's Homepage
Sorry... I have deleted the target now.
the site is up again.
The problem is that I have 2 frames named top and low
and when I click on home in snitz the top appears 2 times but
from the goto link it works.
/Roger

Go to Top of Page

trazman
New Member

Sweden
79 Posts

Posted - 06 August 2002 :  12:41:52  Show Profile  Visit trazman's Homepage
Thanks for the quote's it works with _parent
/Roger

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 06 August 2002 :  15:20:55  Show Profile
Glad to have helped. Now lets get to your problem.
We are going to have to do some debugging. Just to confirm, you are using the 3.3.03 version right?

Around line 275 in your topic.asp file you will find this bit of code:
Response.Write "EOF:" & rsReplies.EOF & "<br>"
If not (rsReplies.EOF or rsReplies.BOF) then '## No replies found in DB
Response.Write "Replies Found"
rsReplies.movefirst
rsReplies.pagesize = strPageSize
rsReplies.absolutepage = mypage '**
maxpages = cint(rsReplies.pagecount)
end if
Add the code in red. You should get some text on the topic.asp page when you view it.

«-----------------------------------»
Join the Snitz Forums WebRing !
Go to Top of Page

trazman
New Member

Sweden
79 Posts

Posted - 06 August 2002 :  15:47:29  Show Profile  Visit trazman's Homepage
No it´s 3.3.05
Still go to line 275?
/Roger

Go to Top of Page

trazman
New Member

Sweden
79 Posts

Posted - 06 August 2002 :  15:54:33  Show Profile  Visit trazman's Homepage
Ok.
the text is:
EOF:False
Replies Found
/Roger

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 06 August 2002 :  16:01:20  Show Profile
Ok. Remove those lines I asked you to add. Around line 345 you will find this bit of code:
if rsReplies.EOF or rsReplies.BOF then  '## No replies found in DB
Response.Write "No replies"
else
Response.Write "Replies found"
intI = 0
howmanyrecs = 0
rec = 1
Add the code in red again and refresh your topic.asp file. You should see some text show up.

«-----------------------------------»
Join the Snitz Forums WebRing !
Go to Top of Page

trazman
New Member

Sweden
79 Posts

Posted - 06 August 2002 :  16:09:12  Show Profile  Visit trazman's Homepage
No text this time.


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