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/O Code)
 BookMark Mod
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 3

Heynow
Junior Member

374 Posts

Posted - 10 November 2002 :  13:02:53  Show Profile  Visit Heynow's Homepage  Send Heynow an AOL message  Send Heynow a Yahoo! Message
Found the fix for the other problems, but the bookmarks don't seem to be saving. I click the bookmark and all seems well and then go to bookmarks.asp and no bookmarks are shown.

Any ideas?

I get two errors when I installed this mod.

First when clicking the Bookmark icon in topic.asp.

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'getmemberID'

/forum/bookmark.asp, line 105

The second when click the link in default.asp.
Microsoft VBScript runtime error '800a000d'

Type mismatch: 'getmemberID'

/forum/bookmark.asp, line 155




Any help? I'm using v3.4.03


Thanks.


Political Forums
:::Stay n Chat

Edited by - Heynow on 10 November 2002 19:26:59
Go to Top of Page

jeffery
Junior Member

USA
176 Posts

Posted - 10 November 2002 :  19:41:58  Show Profile
quote:
[i]Originally posted by Heynow777

[s]I get two errors when I installed this mod.

First when clicking the Bookmark icon in topic.asp.

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'getmemberID'

/forum/bookmark.asp, line 105

The second when click the link in default.asp.
Microsoft VBScript runtime error '800a000d'

Type mismatch: 'getmemberID'

/forum/bookmark.asp, line 155





I was waiting to see a fix for your original problem above Heynow. I'm having the same problem. What did you do to fix that error?

www.thomasforum.com

Edited by - jeffery on 10 November 2002 19:42:39
Go to Top of Page

Heynow
Junior Member

374 Posts

Posted - 10 November 2002 :  19:47:00  Show Profile  Visit Heynow's Homepage  Send Heynow an AOL message  Send Heynow a Yahoo! Message
I found it here> http://forum.snitz.com/forum/topic.asp?TOPIC_ID=37228&SearchTerms=bookmark

Good luck


Political Forums
:::Stay n Chat
Go to Top of Page

Heynow
Junior Member

374 Posts

Posted - 10 November 2002 :  20:38:32  Show Profile  Visit Heynow's Homepage  Send Heynow an AOL message  Send Heynow a Yahoo! Message
Figured it out. I had it set on Last visit on xx/xx/xx and select Registration and there they all are.

This problem doesn't seem to be happening to other members and only myself. any suggestions on what this could be?

Thanks.
quote:
Originally posted by Heynow777

Found the fix for the other problems, but the bookmarks don't seem to be saving. I click the bookmark and all seems well and then go to bookmarks.asp and no bookmarks are shown.

Any ideas?

I get two errors when I installed this mod.

First when clicking the Bookmark icon in topic.asp.

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'getmemberID'

/forum/bookmark.asp, line 105

The second when click the link in default.asp.
Microsoft VBScript runtime error '800a000d'

Type mismatch: 'getmemberID'

/forum/bookmark.asp, line 155




Any help? I'm using v3.4.03


Thanks.




Political Forums
:::Stay n Chat

Edited by - Heynow on 10 November 2002 21:04:49
Go to Top of Page

Arne2
New Member

Denmark
51 Posts

Posted - 11 November 2002 :  08:06:02  Show Profile
It works well except that it is unable to show the bookmark for postID=1 (B_TOPICID=1) It does bookmarks it, also deletes the bookmark when using "Delete All", but is unable to show it as a bookmarked topic.

No problem. My mistake

But does anyone know the correct sql for use with MySQL. I get this error when using it on a forum that use it:

Microsoft OLE DB Provider for ODBC Drivers error '80040e09'

[TCX][MyODBC]You have an error in your SQL syntax near '(xxx_MEMBERS M INNER JOIN (xxx_Bookmarks B INNER JOIN xxx_Topics T ON B' at line 1

bookmark.asp, line 158

Edited by - Arne2 on 11 November 2002 09:10:13
Go to Top of Page

CodeName
Junior Member

296 Posts

Posted - 11 November 2002 :  12:43:22  Show Profile
Well Its mean we cant use your bookmark mod alex042 ? :-(
Go to Top of Page

Arne2
New Member

Denmark
51 Posts

Posted - 13 November 2002 :  21:17:21  Show Profile
what needs to be done is to convert this strin to valid mySQL syntax. I have tried without any success, but I hope others here are smart enough to do this

strSql = "SELECT B.Bookmark_ID, C.Cat_Name, F.F_SUBJECT, T.Topic_ID, T.T_subject, T.T_Replies, T.T_date, T.T_Last_Post, M.M_NAME,T.FORUM_ID, T.CAT_ID, T.T_LAST_POST_AUTHOR FROM ("& strTablePrefix & "Category C INNER JOIN "& strTablePrefix & "Forum F ON C.Cat_ID = F.CAT_ID) INNER JOIN ("& strMemberTablePrefix & "Members M INNER JOIN ("& strTablePrefix & "Bookmarks B INNER JOIN "& strTablePrefix & "Topics T ON B.B_TopicID = T.Topic_ID) ON M.Member_id = T.T_AUTHOR) ON F.Forum_ID = T.Forum_id WHERE (B.B_MemberID=" & getmemberID(strDBNTUserName) & ")"
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Previous 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.29 seconds. Powered By: Snitz Forums 2000 Version 3.4.07