Icy Phoenix

     
 


This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 3
Goto page 1, 2, 3  Next
 
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?
 



 
argentaSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
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?
 
 
 
Back to topPage bottom
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?
 



 
argentaSend private message  
Back to topPage bottom
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
 



 
argentaSend private message  
Back to topPage bottom
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.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
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.
 
 
 
Back to topPage bottom
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.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
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
 
 
 
Back to topPage bottom
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!
 



 
argentaSend private message  
Back to topPage bottom
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.
 
 
 
Back to topPage bottom
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?
 



 
argentaSend private message  
Back to topPage bottom
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.  
 
 
 
Back to topPage bottom
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?
 



 
argentaSend private message  
Back to topPage bottom
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.


 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Link This Topic! (url, Bbcode, Html) 
 
You're right, I should give Icy another try!
 



 
argentaSend private message  
Back to topPage bottom
This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies.  Page 1 of 3
Goto page 1, 2, 3  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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