https://www.icyphoenix.com/viewtopic.php?f=26&t=4386&p=29687#p29687
-----------------------------------
Lopalong
Thu 10 Jul, 2008 02:22

Re: Link This Topic! (url, Bbcode, Html)
-----------------------------------
The link to the Mod is:

L'argomento o il messaggio che hai richiesto non esiste

The topic or the message that you requested does not exist? :(

@argenta,

This is the RAW code that you can play with and change all of the hard-coding to phpBB / IP variables. It simply pastes into viewtopic_body.tpl. I'm not sure what VARS IP use for fid, tid and id etc, or if it requires a db query for the string. 

I thought I'd leave that up to you to work out.  :mrgreen:  :mryellow: 

[spoiler][code linenumbers=false]<table class="forumlinenb" width="100%" cellspacing="0" cellpadding="0">
<tr>
<th colspan="4">Link this topic</th></tr>
<tr>
	<td class="row1"><span class="genmed"><b>URL</b></span></td>
	<td class="row1" colspan="3"><form name="ltturl_select_all" action=""><input class="post" style="width:95%;margin-left:5px;" name="LTTURL" size="50" maxlength="200" value="http://www.icyphoenix.com/viewtopic.php?f=26&amp;t=4386" type="text" readonly="readonly" onClick="javascript:this.form.LTTURL.focus();this.form.LTTURL.select();" /></form></td>
</tr>
<tr>
	<td class="row1"><span class="genmed"><b>BBCode</b></span></td>
	<td class="row1" colspan="3"><form name="lttbbc_select_all" action=""><input class="post" style="width:95%;margin-left:5px;" name="LTTBBC" size="50" maxlength="200" value="[url=http://www.icyphoenix.com/viewtopic.php?f=26&amp;t=4386]Link This Topic! (url, Bbcode, Html)" type="text" readonly="readonly" onClick="javascript:this.form.LTTBBC.focus();this.form.LTTBBC.select();" /></form></td>
</tr>
<tr>
	<td class="row1"><span class="genmed"><b>HTML</b></span></td>
	<td class="row1" colspan="3"><form name="ltthtml_select_all" action=""><input class="post" style="width:95%;margin-left:5px;" name="LTTHTML" size="50" maxlength="200" value="&lt;a href=&quot;http://www.icyphoenix.com/viewtopic.php?f=26&amp;t=4386&quot;&gt;Link This Topic! (url, Bbcode, Html)&lt;/a&gt;" type="text" readonly="readonly" onClick="javascript:this.form.LTTHTML.focus();this.form.LTTHTML.select();" /></form></td>
</tr>
</table>


You probably wont need this script below. ;)


<table class="roundedbottom" width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td width="10" align="right" valign="top"><img src="templates/mg_themes/images/cyan/tbl_f_l.gif" width="10" height="12" alt="" /></td><td class="roundedfc" width="100%" align="center"></td><td width="10" align="left" valign="top"><img src="templates/mg_themes/images/cyan/tbl_f_r.gif" width="10" height="12" alt="" /></td></tr></table>[/code][/spoiler]

I may try cleaning it up myself and post it as a Cosmetic MOD - If MG is not going to release it as a MOD for IP. :P


