Author |
Topic  |
lcs78816
Junior Member
 
195 Posts |
Posted - 04 December 2000 : 04:30:22
|
oh....sorry...my bad..... I am using chinese font set, so that's why |
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 04 December 2000 : 04:33:54
|
<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> |
 |
|
lcs78816
Junior Member
 
195 Posts |
Posted - 04 December 2000 : 04:49:11
|
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 |
 |
|
isuru
Junior Member
 
464 Posts |
Posted - 04 December 2000 : 15:12:41
|
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 |
 |
|
tteal
Junior Member
 
USA
438 Posts |
Posted - 05 December 2000 : 15:19:19
|
<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 |
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 05 December 2000 : 15:22:54
|
I'll check it out Tim
<font color=blue>'Resistance is futile'</font id=blue> |
 |
|
tteal
Junior Member
 
USA
438 Posts |
Posted - 05 December 2000 : 16:20:27
|
No rush... just wanted you to know. I will see if I can fix it too...
Cheers, Tim
http://www.free-guestbook.com |
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 05 December 2000 : 17:14:20
|
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> |
 |
|
tteal
Junior Member
 
USA
438 Posts |
|
kcomphlint
Starting Member
USA
25 Posts |
Posted - 07 December 2000 : 16:51:34
|
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 |
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 08 December 2000 : 03:49:58
|
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> |
 |
|
frankie
Junior Member
 
Vatican City
304 Posts |
Posted - 24 December 2000 : 03:55:52
|
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!
ô¿~ |
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 24 December 2000 : 04:31:39
|
That should be ok. I will check mine though.
<font color=blue>'Resistance is futile'</font id=blue> |
 |
|
frankie
Junior Member
 
Vatican City
304 Posts |
Posted - 29 December 2000 : 15:21:01
|
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>
ô¿~ |
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 29 December 2000 : 20:02:47
|
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> |
 |
|
Topic  |
|