topic.asp?whichpage=-1&TOPIC_ID=643&REPLY_ID=3766
Response.Write " " & getCurrentIcon(strIconPosticon,"","hspace=""3""") & ...Response.Write " " & "<a href=""topic.asp?" & ArchiveLink & "whichpage=-1&TOPIC_ID=" & Topic_ID & "&REPLY_ID=" & Reply_ReplyID & """>" & getCurrentIcon(strIconPosticon,"","hspace=""3""") & "</a>" & ...Response.Write " " & getCurrentIcon(strIconPosticon,"","hspace=""3""") & ...Response.Write " " & "<a href=""topic.asp?" & ArchiveLink & "TOPIC_ID=" & Topic_ID & """>" & getCurrentIcon(strIconPosticon,"","hspace=""3""") & "</a>" & ...Originally posted by RichardKinser
There is actually 2 places where you will need to edit. ....
<!--#INCLUDE FILE="config.asp" -->
<!--#INCLUDE FILE="inc_header_short.asp"-->
<%
ThePage = Request.ServerVariables("HTTP_REFERER")
Response.Write ThePage
WriteFooterShort
%>Originally posted by texanmanWhat are you referring to?<
Syntax error
topic.asp?TOPIC_ID=900 ??!
a href=""topic.asp?" & ArchiveLink & "whichpage=-1&TOPIC_ID=" & Topic_ID & "&REPLY_ID=" & Reply_ReplyID & """a href=\'\'topic.asp?\' & ArchiveLink & \'whichpage=-1&TOPIC_ID=\' & Topic_ID & \'&REPLY_ID=\' & Reply_ReplyID & \'\'\'How would you escape the # to get it to show the reply id in the url?
Originally posted by leatherlipsYour instructions for the new option are missing an apostrophe - should say "...browser's address bar." Alternatively, you should have it AUTOMATICALLY populate the clipboard and not require the pop-up window as Mad suggested. Unfortunately, a number of browsers (and a number of operating systems/service packs) will prevent that by default (just as they do popups).<
I think I finally got close to what I have been trying to do!
You can test it here:
http://www.mangionemagic.com/forumbeta/topic.asp?TOPIC_ID=915
I'm testing two versions of this so you'll see double icons:![]()
Click on the second icon in any reply to see what it is doing.
Originally posted by MaD2ko0lSometimes in the forum you want to link to a particular reply and not the whole topic. Other forums do this so I was trying to get my Snitz forum to do it too. I've tried adding the reply id but it never shows. That is what I have been having problems with.<
and why cantu just use the send topic to a friend and add the reply id? but then again why dont u just link to a topic instead?
Originally posted by CarefreeActually, those don't work for me. I posted my problems in one of those threads. Also, they do not provide the URL for the user in an obvious way. They assume the user knows to copy what is in the address bar.
The Permalink mod does what you want already:
See these:
Permalink 1 Permalink 2 SnitzBitz
Response.Write " <a href=""JavaScript:openWindow10('pop_replylink.asp?url=" & strForumURL & "topic.asp?" & ArchiveLink & "whichpage=-1&TOPIC_ID=" & Topic_ID & "&REPLY_ID=" & Reply_ReplyID & "')"">" & getCurrentIcon(strIconLinkTo,"Link directly to this reply","align=""absmiddle"" hspace=""3""") & "</a>" & vbNewLineResponse.Write " <a href=""JavaScript:openWindow10('pop_replylink.asp?TOPIC_ID=" & Topic_ID & "&REPLY_ID=" & Reply_ReplyID & "')"">Send Reply</a>" & vbNewLineOriginally posted by leatherlips
If anyone wants to check out how it is working you can go here:
http://www.mangionemagic.com/forumbeta/topic.asp?TOPIC_ID=915
Click on this icon:![]()
I added a button that will automatically copy the link to your clipboard.![]()
Now if I could just get this to work with the permalink mod...
Originally posted by ChasLaserI've actually just today posted the mod that uses what I've finally worked out. You can see it here:
Still working on it I presume and haven't given up?![]()
Originally posted by ChasLaserI've actually just today posted the mod that uses what I've finally worked out. You can see it here:
Still working on it I presume and haven't given up?![]()