|
Page 1 of 3
|
argenta 
Joined: October 2007
Posts: 25
|
 Link This Topic! (url, Bbcode, Html)
Hello,
is that a mod? Where can I find it ?
Is it written specifically just for IcyPhoenix?
|
#1 Tue 08 Jul, 2008 12:10 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Inactive User
|
 Re: Link This Topic! (url, Bbcode, Html)
argenta,
What forum software are you using? - or maybe a link to your site would be .
Edit:
I'm unsure if you want it for Icy Phoenix, or want to try to add it to phpBB3 etc?
|
#2 Tue 08 Jul, 2008 15:20 |
|
argenta 
Joined: October 2007
Posts: 25
|
 Re: Link This Topic! (url, Bbcode, Html)
argenta,
What forum software are you using? - or maybe a link to your site would be  .
Edit:
I'm unsure if you want it for Icy Phoenix, or want to try to add it to phpBB3 etc?
Hi Lopa,
I would like to add that "Link this topic" part to a vanilla phpbb 2 ! Yes, I still love the old version
Do you have any code-change?
|
#3 Tue 08 Jul, 2008 16:14 |
|
argenta 
Joined: October 2007
Posts: 25
|
 Re: Link This Topic! (url, Bbcode, Html)
on the top of that, it seems this function its not even included in the latest icy package, so I cannot even attempt to see how it was made... possibly  but I don't have the skills anyway... I guess.
I like Icy, a lot, it is amazing... but for my use it's a little too complicate, there are too many functions I dont need, and also... it's hard to modify when you need it... for example if i want to add a mod which is not included in icy, its a pain... you always have to ask help to MG, and we can't bother him so much
|
#4 Wed 09 Jul, 2008 19:54 |
|
Inactive User
|
 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.
<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="h**p://***.icyphoenix.com/viewtopic.php?f=26&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=h**p://***.icyphoenix.com/viewtopic.php?f=26&t=4386]Link This Topic! (url, Bbcode, Html)[/url]" 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="<a href="h**p://***.icyphoenix.com/viewtopic.php?f=26&t=4386">Link This Topic! (url, Bbcode, Html)</a>" 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>
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.
|
#6 Thu 10 Jul, 2008 02:22 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: Link This Topic! (url, Bbcode, Html)
It is strange that the link is not working... I can see the page correctly.
Regarding the mod, you have the private release with this in... you can try to strip it out.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#7 Thu 10 Jul, 2008 13:10 |
|
Inactive User
|
 Re: Link This Topic! (url, Bbcode, Html)
Mighty Gorgon wrote: [View Post] It is strange that the link is not working... I can see the page correctly.
When I translated the page it said something like: here's a link to the MOD - but that took me to a dead end.
Mighty Gorgon wrote: [View Post]
Regarding the mod, you have the private release with this in... you can try to strip it out.
Thank you my friend, but I finished making the same MOD several hours ago, because you did say earlier that it wasn't coming until the next release - Maybe?
It's a little different because it has &postorder=asc in with U_VIEW_TOPIC VAR that I used for the topic address, and I thought that was kind of cute - - So I left it like that.
Demo: h**p://icythemes.com/ip/age-of-conan-theme-vt41.html
|
#8 Thu 10 Jul, 2008 13:38 |
|
argenta 
Joined: October 2007
Posts: 25
|
 Re: Link This Topic! (url, Bbcode, Html)
Hey guys,
thanks for all your kind replies and help!
I will try the modification tonight, and let you know!
|
#9 Thu 10 Jul, 2008 14:07 |
|
Inactive User
|
 Re: Link This Topic! (url, Bbcode, Html)
argenta wrote: [View Post] I will try the modification tonight, and let you know!
If it don't work or you break something - Don't call us - We'll call you!
Maybe you should upgrade to Icy Phoenix.
|
#10 Thu 10 Jul, 2008 14:24 |
|
argenta 
Joined: October 2007
Posts: 25
|
 Re: Link This Topic! (url, Bbcode, Html)
Anyway... if i understood it right,
in my case (which is simplier) I would just need to modify correctly the viewtopic_body.tpl.... no changes in php core files!  Am I right?
|
#11 Thu 10 Jul, 2008 14:39 |
|
Inactive User
|
 Re: Link This Topic! (url, Bbcode, Html)
Yep! 10/10 Just paste it in viewtopic_body.tpl
Hint: somewhere around the bottom where the VARS are for {POST something {REPLY something, and move it around until it sits right.
|
#12 Thu 10 Jul, 2008 15:00 |
|
argenta 
Joined: October 2007
Posts: 25
|
 Re: Link This Topic! (url, Bbcode, Html)
Just wanna say that the modification works perfectly and flawlessly!!  and I didn't even need to put hands into complicate php files
thanks a lot!
well  I would like to ask another little help... about a nice feature I see here as well, and maybe possible to port to phpbb2... but, I don't wanna risk to take too much space and time... Looking at the rating stars below, in the rating mod... How can you make 'em grow by selecting just with the mouse pass over, and change the field value beside in real time?
|
#13 Fri 11 Jul, 2008 10:46 |
|
Inactive User
|
 Re: Link This Topic! (url, Bbcode, Html)
argenta wrote: [View Post] Just wanna say that the modification works perfectly and flawlessly!! and I didn't even need to put hands into complicate php files
thanks a lot!
You're welcome, it's always nice to give something back to phpBB2*, because we have taken so much from it.
The version that you see here is actually integrated into IP and also into the ACP for switching on / off etc. When and if the next version of IP is released, it will come with it.
argenta wrote: [View Post]
well I would like to ask another little help... about a nice feature I see here as well, and maybe possible to port to phpbb2... but, I don't wanna risk to take too much space and time... Looking at the rating stars below, in the rating mod... How can you make 'em grow by selecting just with the mouse pass over, and change the field value beside in real time?
Well, Umm? Err! You're pushing your luck on that one as it's integrated into Icy Phoenix proper, and we don't really support Mods for phpBB2* - You just got lucky because I wanted to add "Link This Topic" to my site also.
Of course you could have all of these nice features - When you convert to Icy Phoenix.
|
#14 Fri 11 Jul, 2008 13:40 |
|
argenta 
Joined: October 2007
Posts: 25
|
 Re: Link This Topic! (url, Bbcode, Html)
You're right, I should give Icy another try!
|
#15 Sat 12 Jul, 2008 07:46 |
|
|
Page 1 of 3
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|