Icy Phoenix

     
 

Link This Topic! (url, Bbcode, Html)

Link This Topic! (url, Bbcode, Html)

Article
Reply with quote    Download Post  
Post Link This Topic! (url, Bbcode, Html) 
 
Hello,
is that a mod? Where can I find it ?
Is it written specifically just for IcyPhoenix?



 
argenta - View user's profile Send private message  
argenta [ Tue 08 Jul, 2008 12:10 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


Link This Topic! (url, Bbcode, Html)

Comments
Reply with quote    Download Post  
Post 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?



 
   
Inactive User [ Tue 08 Jul, 2008 15:20 ]
Reply with quote    Download Post  
Post Re: Link This Topic! (url, Bbcode, Html) 
 
Lopalong wrote: [View Post]
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 phpbb2 ! Yes, I still love the old version
Do you have any code-change?



 
argenta - View user's profile Send private message  
argenta [ Tue 08 Jul, 2008 16:14 ]
Reply with quote    Download Post  
Post 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



 
argenta - View user's profile Send private message  
argenta [ Wed 09 Jul, 2008 19:54 ]
Reply with quote    Download Post  
Post Re: Link This Topic! (url, Bbcode, Html) 
 
Until next IP will be out (if it ever will...) you can try this:

http://www.icyphoenix.it/viewtopic.php?f=7&t=2162

It is not the same (I didn't look at that code), but the result is almost identical.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Thu 10 Jul, 2008 00:47 ]
Reply with quote    Download Post  
Post 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.    

Spoiler: [ Show ]


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.



 
   
Inactive User [ Thu 10 Jul, 2008 02:22 ]
Reply with quote    Download Post  
Post 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.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Thu 10 Jul, 2008 13:10 ]
Reply with quote    Download Post  
Post 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



 
   
Inactive User [ Thu 10 Jul, 2008 13:38 ]
Reply with quote    Download Post  
Post 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!



 
argenta - View user's profile Send private message  
argenta [ Thu 10 Jul, 2008 14:07 ]
Reply with quote    Download Post  
Post 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.



 
   
Inactive User [ Thu 10 Jul, 2008 14:24 ]
Reply with quote    Download Post  
Post 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?



 
argenta - View user's profile Send private message  
argenta [ Thu 10 Jul, 2008 14:39 ]
Reply with quote    Download Post  
Post 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.  



 
   
Inactive User [ Thu 10 Jul, 2008 15:00 ]
Reply with quote    Download Post  
Post 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?



 
argenta - View user's profile Send private message  
argenta [ Fri 11 Jul, 2008 10:46 ]
Reply with quote    Download Post  
Post 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.





 
   
Inactive User [ Fri 11 Jul, 2008 13:40 ]
Reply with quote    Download Post  
Post Re: Link This Topic! (url, Bbcode, Html) 
 
You're right, I should give Icy another try!



 
argenta - View user's profile Send private message  
argenta [ Sat 12 Jul, 2008 07:46 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 3
Goto page 1, 2, 3  Next