Author |
Topic |
|
alex042
Average Member
USA
631 Posts |
Posted - 07 September 2002 : 16:19:30
|
This is an update of HuwR's Bookmark MOD & Ledleader's Buddy MOD
Screenshots
Features:
- Bookmark Topics & Buddies - Set Maximum Bookmarks & Buddies
Note to v1.0 users for Snitz v3.3: This was created for use as a fresh install. Any previous bookmarks and buddies will have to be manually imported into the new table created. For those with previous bookmarks, you may want to rename your bookmark table prior to installing this MOD if you want to retain previous bookmarks.
Version History: v1.1.0 09/07/02 v1.1.1 09/09/02 - Bug Fixes: buddy - active users, bookmarks - form v1.1.2 09/19/02 - Bug Fixes: recordset closes, online status v1.1.2 09/19/02 - *Available to previous MOD author*
Note: v1.1.2 Bug Fixes:
buddy.asp - around line 130 & pop_buddy.asp - around line 138- to: strSqlOnline = strSqlOnline & " FROM (" & strMemberTablePrefix & "ACTIVE_USERS INNER JOIN " & strMemberTablePrefix & "MEMBERS ON " & strMemberTablePrefix & "ACTIVE_USERS.MEMBER_ID =" & strMemberTablePrefix & "MEMBERS.MEMBER_ID) INNER JOIN " & strMemberTablePrefix & "BOOKMARKS ON " & strMemberTablePrefix & "MEMBERS.MEMBER_ID = " & strMemberTablePrefix & "BOOKMARKS.BKMRK_EEID"
Ensure the following recordset closes are made right before 'writefooter':
bookmarks.asp rs.close set rs = nothing
buddy.asp rs.close set rs = nothing
rs2.close set rs2 = nothing
rsmember.close set rsmember = nothing
rsonline.close set rsOnline = nothing
|
Edited by - alex042 on 19 September 2002 18:43:11 |
|
ajhvdb
Junior Member
Netherlands
392 Posts |
Posted - 07 September 2002 : 19:05:32
|
Could you explain a little more about this mod.
So if I add this Mod and create a buddy or bookmark, what happens?
|
|
|
alex042
Average Member
USA
631 Posts |
Posted - 07 September 2002 : 19:54:50
|
quote: Could you explain a little more about this mod. So if I add this Mod and create a buddy or bookmark, what happens?
Basically, bookmarks is a tool to monitor topics or buddies activity.
The bookmark portion acts similar to the active topics, but only displays active topics the are bookmarked.
The buddy bookmarks is similar to having a buddy list. It can monitor buddies that are currently online and allows you to contact them via the messenger contact options in their profile.
|
|
|
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 07 September 2002 : 22:30:09
|
alex042,
Found a slight error with bookmark.asp whereas the </form> on line 250 needs to be changed to line 249 so the code looks like this:
</form>
<form Action="bookmark.asp?mode=delete" method=post id=form1 name=form1>
This way the Delete Selected Bookmark button will work.
Just thought that I would share that. Apart from that it works quite well. |
Cheers, David Greening |
|
|
TMA
Starting Member
USA
17 Posts |
Posted - 11 September 2002 : 10:00:05
|
I am trying to implement this feature, but in v3.4 is there a different method of requesting the topic id? I keep getting an "Expected end of statement error" I've tried all of the following in topic.asp:
<a href="bookmark.asp?mode=add&Id=<% =Request.QueryString("Topic_ID") %>">Bookmark This Topic</a>
<a href=""bookmark.asp?mode=add&Id=<%=Request.QueryString("Topic_ID") %>""><acronym title=""BM"">O</a></acronym>
Response.Write " <a href=""bookmark.asp?mode=add&Id=<% =Request.QueryString("Topic_ID") %>""><acronym title=""BM"">O</a></acronym>" |
Edited by - TMA on 11 September 2002 10:42:06 |
|
|
crash
Advanced Member
Netherlands
2064 Posts |
Posted - 11 September 2002 : 10:07:38
|
there are two parts in topic.asp... which one are we talking about? the first post part or the replies part? |
cHosting.nl |
|
|
TMA
Starting Member
USA
17 Posts |
Posted - 11 September 2002 : 10:13:25
|
Ops, I should have thrown that in there. It's in the top portion of topic.asp that I am trying to add this. |
Warped? |
|
|
Raziel
New Member
97 Posts |
Posted - 19 October 2002 : 08:33:27
|
Ehh... Where can I get this MOD? - I don't see any link... |
|
|
Raziel
New Member
97 Posts |
Posted - 20 October 2002 : 12:30:44
|
quote: Originally posted by Raziel
Ehh... Where can I get this MOD? - I don't see any link...
Why doesn't anyone answer?
Please? - Where can I get the update of this Mod? I've got version 1.0 on a snitz 3.4, and It works fine...
But I would like to have it updated... also, I have the Poll Mod, and this doesn't include Polls as a bookmark... Anywhere I could get help on that? |
|
|
alex042
Average Member
USA
631 Posts |
Posted - 20 October 2002 : 23:23:25
|
I've explained in other posts why I removed the link to the MODs I've updated.
|
|
|
Raziel
New Member
97 Posts |
Posted - 20 October 2002 : 23:54:31
|
quote: Originally posted by alex042
I've explained in other posts why I removed the link to the MODs I've updated.
Well, I don't hang around here so much so I've probably missed it...
But could I have it? Would you send it you me on my mail? Please? |
|
|
|
Topic |
|