Hi Sangiro,
As far as I know, there is no single-click solution for other browsers, however do something like this:
Inside include_post_display.html, look for the Copy Shortcut link. Two lines below will be '<%endif%><%endif%>'. Immediately above the endif's, add this:
<a href="<%cgi_root_url%>/gforum.cgi?post=<%post_id%>#<%post_id%>">Shortcut</a>
<br>That change will put a "Shortcut" link for non-IE 4+ browsers - but it isn't meant to be clicked on, but you can use your browser's "Copy Link" or "Copy Shortcut" functionality or whatever else the browser may call it in order to copy the link.
Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
As far as I know, there is no single-click solution for other browsers, however do something like this:
Inside include_post_display.html, look for the Copy Shortcut link. Two lines below will be '<%endif%><%endif%>'. Immediately above the endif's, add this:
Code:
<%else%> <a href="<%cgi_root_url%>/gforum.cgi?post=<%post_id%>#<%post_id%>">Shortcut</a>
<br>
Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com