Author |
Topic  |
|
tomasalsbro
Average Member
  
Sweden
818 Posts |
Posted - 11 April 2001 : 04:05:33
|
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
|
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>
|
 |
|
tomasalsbro
Average Member
  
Sweden
818 Posts |
Posted - 11 April 2001 : 04:55:36
|
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 |
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 11 April 2001 : 18:10:26
|
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>
============
|
 |
|
tomasalsbro
Average Member
  
Sweden
818 Posts |
Posted - 12 April 2001 : 10:17:12
|
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
|
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 12 April 2001 : 11:04:20
|
when you go to view your bookmarks, make sure that the time fram selection says show All, it works like active.asp
|
 |
|
tomasalsbro
Average Member
  
Sweden
818 Posts |
Posted - 13 April 2001 : 06:25:48
|
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
|
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 13 April 2001 : 06:52:48
|
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'
|
 |
|
tomasalsbro
Average Member
  
Sweden
818 Posts |
Posted - 13 April 2001 : 07:31:47
|
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 |
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 13 April 2001 : 07:45:53
|
do you have a URL I can check
|
 |
|
tomasalsbro
Average Member
  
Sweden
818 Posts |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 13 April 2001 : 12:22:52
|
could you mail me your bookmark.asp, there is obviously something a bit wierd happening
|
 |
|
tomasalsbro
Average Member
  
Sweden
818 Posts |
Posted - 13 April 2001 : 14:17:08
|
quote:
could you mail me your bookmark.asp, there is obviously something a bit wierd happening
Ok HuwR, it's done! Tomas
|
 |
|
|
Topic  |
|