The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
This is an update of HuwR's Bookmark Mod. I updated this with a ton of help from HuwR (thanks again, HuwR!)
<edit>Let me know if there are any problems with this. I may not have included all the updates. I'm pretty sure they are all there, but I put the zip together after the fact.</edit>
h
http://www.dnjhome.com/snitz/bookmark.zip<
<edit>Let me know if there are any problems with this. I may not have included all the updates. I'm pretty sure they are all there, but I put the zip together after the fact.</edit>
h
http://www.dnjhome.com/snitz/bookmark.zip<
I reject your reality and substitute my own.
Sist redigert av
Postet den
just downloaded your zip file above and
1 bookmark.zip: Unknown method in bookmark.asp
2 bookmark.zip: Unknown method in bookmark.dbs
3 bookmark.zip: Unknown method in icon_bookmark.gif
4 bookmark.zip: Unknown method in readme.txt
5 bookmark.zip: No files to extract
Or
Extracting to "C:\Documents and Settings\server\Desktop\New Folder\"
Use Path: yes Overlay Files: no
skipping: bookmark.asp: this file is not in the standard Zip 2.0 format
Please see www.winzip.com/zip20.htm for more information
skipping: bookmark.dbs: this file is not in the standard Zip 2.0 format
Please see www.winzip.com/zip20.htm for more information
skipping: icon_bookmark.gif: this file is not in the standard Zip 2.0 format
Please see www.winzip.com/zip20.htm for more information
skipping: readme.txt: this file is not in the standard Zip 2.0 format
Please see www.winzip.com/zip20.htm for more information
error: no files were found - nothing to do
is the error when I open it ...
Just thought you would want to know<
1 bookmark.zip: Unknown method in bookmark.asp
2 bookmark.zip: Unknown method in bookmark.dbs
3 bookmark.zip: Unknown method in icon_bookmark.gif
4 bookmark.zip: Unknown method in readme.txt
5 bookmark.zip: No files to extract
Or
Extracting to "C:\Documents and Settings\server\Desktop\New Folder\"
Use Path: yes Overlay Files: no
skipping: bookmark.asp: this file is not in the standard Zip 2.0 format
Please see www.winzip.com/zip20.htm for more information
skipping: bookmark.dbs: this file is not in the standard Zip 2.0 format
Please see www.winzip.com/zip20.htm for more information
skipping: icon_bookmark.gif: this file is not in the standard Zip 2.0 format
Please see www.winzip.com/zip20.htm for more information
skipping: readme.txt: this file is not in the standard Zip 2.0 format
Please see www.winzip.com/zip20.htm for more information
error: no files were found - nothing to do
is the error when I open it ...
Just thought you would want to know<
Postet den
I have no problems opening it up with winrar, although I get the same error using win xp's built-in unzip feature. Andretti, try unzipping it with with winzip or winrar, and you will not get any errors at all.<
Postet den
The first set of error message did come from winrar and the second set came from winzip<
Postet den
Oops
.
I didn't try to extract the files the first time, I just viewed them. Now I tried to unzip them and true, I got the same error with winrar that you did. However, I could unzip them with Total Commander and with winzip, though.<
I didn't try to extract the files the first time, I just viewed them. Now I tried to unzip them and true, I got the same error with winrar that you did. However, I could unzip them with Total Commander and with winzip, though.<
Sist redigert av
Postet den
OK, I rezipped it. I use WinZip 9.0 and had no problems unzipping it. I know that depending on the amount of compression you pick, it may not be compatible with previous versions. So I rezipped it using "normal" compression. Let me know if you still have any problems.
h<
h<
I reject your reality and substitute my own.
Postet den
got it and it opened up just fine...
Thanks<
Thanks<
Postet den
Great! Let me know how you like it.
h<
h<
I reject your reality and substitute my own.
Postet den
so far it looks good. Just having a problem finding where to insert
<a href="bookmark.asp?mode=add&id=<%=Request.querystring("Topic_ID")%>">Bookmark This Topic</a>
In the topic.asp file<
<a href="bookmark.asp?mode=add&id=<%=Request.querystring("Topic_ID")%>">Bookmark This Topic</a>
In the topic.asp file<
Postet den
Find this code:
And insert this after it:
I updated the line to show the bookmark icon.<
Code:
if lcase(strEmail) = "1" and Topic_Status < 2 then
if Cat_Status <> 0 and Forum_Status <> 0 and Topic_Status <> 0 and mLev > 0 then
if strSubscription > 0 and Cat_Subscription > 0 and Forum_Subscription > 0 then
if InArray(strTopicSubs, Topic_ID) then
Response.Write " <br />" & ShowSubLink ("U", Cat_ID, Forum_ID, Topic_ID, "Y") & vbNewLine
elseif strBoardSubs <> "Y" and not(InArray(strForumSubs,Forum_ID) or InArray(strCatSubs,Cat_ID)) then
Response.Write " <br />" & ShowSubLink ("S", Cat_ID, Forum_ID, Topic_ID, "Y") & vbNewLine
end if
end if
end if
if ((mlev <> 0) or (mlev = 0 and strLogonForMail <> "1")) and lcase(strShowSendToFriend) = "1" then
Response.Write " <br /><a href=""JavaScript:openWindow('pop_send_to_friend.asp?url=" & strForumURL & "topic.asp?TOPIC_ID=" & Topic_ID & "')"">" & getCurrentIcon(strIconSendTopic,"Send this post to a friend","align=""absmiddle""") & "</a> <a href=""JavaScript:openWindow('pop_send_to_friend.asp?url=" & strForumURL & "topic.asp?TOPIC_ID=" & Topic_ID & "')"">Send this Post to a Friend</a>" & vbNewLine
end if
end if
Code:
Response.Write " <br /><a href=bookmark.asp?mode=add&topic_id=" & Topic_ID & ">" & getCurrentIcon(strIconBookmark,"Bookmark this post","align=""absmiddle""") & "</a> <a href=bookmark.asp?mode=add&topic_id=" & Topic_ID & ">Bookmark This Topic</a>" & vbNewLine
I updated the line to show the bookmark icon.<
I reject your reality and substitute my own.
Postet den
Did what you said above and I was able to get it to show on the menu..
Only problem now is I get this error
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'B_MemberID=1 and B_TopicID='.
/bookmark.asp, line 106
I added a response.write (strsql) in there so I could see what data was trying to be added and here is the output of that as well.
SELECT COUNT(FORUM_TOPICS.T_LAST_POST) AS NUM_ACTIVE FROM FORUM_TOPICS WHERE (((FORUM_TOPICS.T_LAST_POST)>'20050320123700')) AND FORUM_TOPICS.T_STATUS <= 1<
Only problem now is I get this error
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'B_MemberID=1 and B_TopicID='.
/bookmark.asp, line 106
I added a response.write (strsql) in there so I could see what data was trying to be added and here is the output of that as well.
SELECT COUNT(FORUM_TOPICS.T_LAST_POST) AS NUM_ACTIVE FROM FORUM_TOPICS WHERE (((FORUM_TOPICS.T_LAST_POST)>'20050320123700')) AND FORUM_TOPICS.T_STATUS <= 1<
Email Member
Message Member
Post Moderation
Filopplasting
If you're having problems uploading, try choosing a smaller image.
Forhåndsvis post
Send Topic
Loading...