Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Need help with Bookmark Mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

tomasalsbro
Average Member

Sweden
818 Posts

Posted - 11 April 2001 :  04:05:33  Show Profile  Visit tomasalsbro's Homepage
Hi, This is picked up from bookmark.asp instructions (and with my translation to Swedish).
=======================
'Now add a link to the topic.asp page somewhere near the top:
'<a href="bookmark.asp?mode=add&id=<%=rs("Topic_ID")% >">Bokmärk denna rubrik</a>
========================

Can anyone explain more detailed info on where in topic.asp I should put this line?
Cheers / Tomas

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 11 April 2001 :  04:16:04  Show Profile  Visit HuwR's Homepage
I have mine after this line

<td align="center" width="50%"><% call PostingOptions() %></td>

like this

</tr>
<% '#################################### %>
<tr><td align=right colspan=2>
<font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize-1 %>">
<br><a href="bookmark.asp?mode=add&id=<%=Request.querystring("Topic_ID")%>"><img border="0" src="<%=strImageURL %>icon_bookmark.gif" border=0></a> <a href="bookmark.asp?mode=add&id=<%=Request.querystring("Topic_ID")%>">Bookmark This Topic</a></font>
</td></tr>


Go to Top of Page

tomasalsbro
Average Member

Sweden
818 Posts

Posted - 11 April 2001 :  04:55:36  Show Profile  Visit tomasalsbro's Homepage
quote:

I have mine after this line

<td align="center" width="50%"><% call PostingOptions() %></td>

like this

</tr>
<% '#################################### %>
<tr><td align=right colspan=2>
<font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize-1 %>">
<br><a href="bookmark.asp?mode=add&id=<%=Request.querystring("Topic_ID")%>"><img border="0" src="<%=strImageURL %>icon_bookmark.gif" border=0></a> <a href="bookmark.asp?mode=add&id=<%=Request.querystring("Topic_ID")%>">Bookmark This Topic</a></font>
</td></tr>





Hi HuwR,
Sorry for beeing such a complete fool, but this is "one of this days"!
This is how my topic.asp looks like. And it makes me confused.

starting at line 196:
===============

<td align="center" width="50%"><% call PostingOptions() %></td>
</tr>
<tr>
<td align="right" colspan=2>
<% if maxpages > 1 then %>
<table border=0 align="right">
<tr>
<td valign="top"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><b>Sidor: </b></font></td>
<td valign="top"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><% Call Paging() %></font></td>
</tr>
</table>

============
Tomas



Edited by - tomasalsbro on 11 April 2001 04:57:32
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 11 April 2001 :  18:10:26  Show Profile  Visit HuwR's Homepage
Try it here (in red)

starting at line 196:
===============

<td align="center" width="50%"><% call PostingOptions() %></td>
</tr>

<% '#################################### %>
<tr><td align=right colspan=2>
<font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize-1 %>">
<br><a href="bookmark.asp?mode=add&id=<%=Request.querystring("Topic_ID")%>"><img border="0" src="<%=strImageURL %>icon_bookmark.gif" border=0></a> <a href="bookmark.asp?mode=add&id=<%=Request.querystring("Topic_ID")%>">Bookmark This Topic</a></font>
</td></tr>

<tr>
<td align="right" colspan=2>
<% if maxpages > 1 then %>
<table border=0 align="right">
<tr>
<td valign="top"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><b>Sidor: </b></font></td>
<td valign="top"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><% Call Paging() %></font></td>
</tr>
</table>

============


Go to Top of Page

tomasalsbro
Average Member

Sweden
818 Posts

Posted - 12 April 2001 :  10:17:12  Show Profile  Visit tomasalsbro's Homepage
OK HuwR,
done and in place!
But the bookmarking doesn't function. I've tryed to bookmark but it doesn't result in a bookmark!
Any ideas?
Cheers / Tomas

Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 12 April 2001 :  11:04:20  Show Profile  Visit HuwR's Homepage
when you go to view your bookmarks, make sure that the time fram selection says show All, it works like active.asp

Go to Top of Page

tomasalsbro
Average Member

Sweden
818 Posts

Posted - 13 April 2001 :  06:25:48  Show Profile  Visit tomasalsbro's Homepage
quote:

when you go to view your bookmarks, make sure that the time fram selection says show All, it works like active.asp





Hi HuwR!
Thanks for all your effords to try to help me.
But I dont understand what you mean. Regard me as the fool I am - fool but stubborn!
Could you bee a little more specific?
Cheers from your
Tomas Alsbro

Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 13 April 2001 :  06:52:48  Show Profile  Visit HuwR's Homepage
under your logo, ther should be a dropdown box labeled

Bookmarked Topics which have been active Since

make sure you have it set to 'Registration'

Go to Top of Page

tomasalsbro
Average Member

Sweden
818 Posts

Posted - 13 April 2001 :  07:31:47  Show Profile  Visit tomasalsbro's Homepage
quote:

under your logo, ther should be a dropdown box labeled

Bookmarked Topics which have been active Since

make sure you have it set to 'Registration'





Yeah - I found it but when I changed to "Registration" the result was:

=============
Response object error 'ASP 0156 : 80004005'

Header Error

/forum/bookmark.asp, line 39

The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
=============
???
Tomas



Edited by - tomasalsbro on 13 April 2001 07:32:47

Edited by - tomasalsbro on 13 April 2001 07:33:19
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 13 April 2001 :  07:45:53  Show Profile  Visit HuwR's Homepage
do you have a URL I can check

Go to Top of Page

tomasalsbro
Average Member

Sweden
818 Posts

Posted - 13 April 2001 :  12:00:15  Show Profile  Visit tomasalsbro's Homepage
quote:

do you have a URL I can check





Yes, sorry - should have shown it before!

http://www.whiplash.pp.se/forum/bookmark.asp

Tomas

Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 13 April 2001 :  12:22:52  Show Profile  Visit HuwR's Homepage
could you mail me your bookmark.asp, there is obviously something a bit wierd happening

Go to Top of Page

tomasalsbro
Average Member

Sweden
818 Posts

Posted - 13 April 2001 :  14:17:08  Show Profile  Visit tomasalsbro's Homepage
quote:

could you mail me your bookmark.asp, there is obviously something a bit wierd happening





Ok HuwR, it's done!
Tomas

Go to Top of Page
  Previous Topic Topic Next Topic  
 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.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07