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)
 Mark topics that you've posted in
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 6

lcs78816
Junior Member

195 Posts

Posted - 04 December 2000 :  04:30:22  Show Profile
oh....sorry...my bad.....
I am using chinese font set, so that's why
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 04 December 2000 :  04:33:54  Show Profile  Visit HuwR's Homepage
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
oh....sorry...my bad.....
I am using chinese font set, so that's why
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

I take it you mean "next >>", I checked the file, it has a closing "

<font color=blue>'Resistance is futile'</font id=blue>
Go to Top of Page

lcs78816
Junior Member

195 Posts

Posted - 04 December 2000 :  04:49:11  Show Profile
k...I just saw that when I switch to western font... now it's working fine. My next job is adding those private forums and hidden forums <img src=icon_smile.gif border=0 align=middle> which I will pop my question in another string.
Thanks to HuWR!

Edited by - lcs78816 on 04 December 2000 04:49:44
Go to Top of Page

isuru
Junior Member

464 Posts

Posted - 04 December 2000 :  15:12:41  Show Profile
Since the bookmark mod has been pretty much implemented, how about getting this thread back to what it was originally intended for? (See Topic Title)

-=-=-=-=-=-=-=-
Isuru Amarasena
Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 05 December 2000 :  15:19:19  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi,
Only problem I'm still having is the "jump to page" and getting this error:

<pre id=code><font face=courier size=2 id=code>
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'AND'.
/newforum/inc_functions.asp, line 1081

</font id=code></pre id=code>
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

I'm still having the same problem. The issue is if the topic is more then one page long, it will show --- Jump to 2, 3, etc but when you click on one of the "jump pages" you get the error above. Has anyone addressed this issue?

Cheers,
Tim

http://www.free-guestbook.com
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 05 December 2000 :  15:22:54  Show Profile  Visit HuwR's Homepage
I'll check it out Tim

<font color=blue>'Resistance is futile'</font id=blue>
Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 05 December 2000 :  16:20:27  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
No rush... just wanted you to know. I will see if I can fix it too...

Cheers,
Tim

http://www.free-guestbook.com
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 05 December 2000 :  17:14:20  Show Profile  Visit HuwR's Homepage
The problem is the link needs to pass cat_id and forum_id. I have fixed the upload file, but here are the changes.

1.

look for <font color=blue>case "default"</font id=blue>

insert the following line
<font color=red>strSQL = strSQL & "," & strTablePrefix & "TOPICS.FORUM_ID, " & strTablePrefix & "TOPICS.CAT_ID "</font id=red>

after the <font color=blue>strSql = "SELECT "& strTablePrefix & "Bookmarks.Bookmark_ID...</font id=blue> line

2.

look for <font color=blue>strRef=strRef & "&topic_id=" & rs("Topic_ID")</font id=blue>
and insert
<font color=red>strRef=strRef & "&forum_id=" & rs("Forum_ID")
strRef=strRef & "&cat_id=" & rs("CAT_ID")</font id=red>
imediately after it.

That should sort it

<font color=blue>'Resistance is futile'</font id=blue>
Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 05 December 2000 :  18:16:50  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
Huwr,
That solved it like a champ, thank you very much!!!!!

Cheers,
Tim

http://www.free-guestbook.com
Go to Top of Page

kcomphlint
Starting Member

USA
25 Posts

Posted - 07 December 2000 :  16:51:34  Show Profile  Visit kcomphlint's Homepage  Send kcomphlint an AOL message  Send kcomphlint an ICQ Message
i tried the bookmark thing, and got this error when i tried to access a topic:

Microsoft VBScript runtime error '800a01a8'

Object required: 'my_Conn'

/intranet/forum_beta/inc_functions.asp, line 1354

any ideas?

j e r e m y | f l i n t
kiNETic communications
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 08 December 2000 :  03:49:58  Show Profile  Visit HuwR's Homepage
Would it be possible to check your inc_functions.asp, and post the lines around 1354, in my inc_functions, this is a line in a function called DoPCount, this is not related in any way to the bookmark code.

<font color=blue>'Resistance is futile'</font id=blue>
Go to Top of Page

frankie
Junior Member

Vatican City
304 Posts

Posted - 24 December 2000 :  03:55:52  Show Profile  Visit frankie's Homepage  Send frankie an AOL message  Send frankie an ICQ Message  Send frankie a Yahoo! Message
Installed and working fine

but I had to change the rs(Topic_ID) field which links the bookmark.asp page from the postingoptions sub in the topic page to Request.QueryString("TOPIC_ID"), then evrything wenr fine!

Is that ok or it's just a temp. computer solution at the moment?don't know!

ô¿~
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 24 December 2000 :  04:31:39  Show Profile  Visit HuwR's Homepage
That should be ok. I will check mine though.

<font color=blue>'Resistance is futile'</font id=blue>
Go to Top of Page

frankie
Junior Member

Vatican City
304 Posts

Posted - 29 December 2000 :  15:21:01  Show Profile  Visit frankie's Homepage  Send frankie an AOL message  Send frankie an ICQ Message  Send frankie a Yahoo! Message
HuwR,

My bookmark mod was working fine, but after I upgraded to v3.1 SR4 it stopped working, all I get from the my bookmarks link up in the inc_top file is <font color=red>No bookmarks found</font id=red> no matter how many times I bookmark topics nothing shows in the bookmark page!

Although it's posting the numbers to the bookmark table in the db. Is there any chance you could email me your bookmark.asp and bookmark_setup.asp files so I could take a look at them ( as far I know it's working fine on your site)

Thanks a lot <img src=icon_smile.gif border=0 align=middle>


ô¿~
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 29 December 2000 :  20:02:47  Show Profile  Visit HuwR's Homepage
my site is only running sr3, but I'm pretty sure that sr4 shouldn't break it, but will check.

<font color=blue>'Resistance is futile'</font id=blue>
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.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07