Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 2 of 3
Goto page Previous  1, 2, 3  Next
 
Reply with quote Download Post 
Post Re: Unofficial Update To 2.0.22 
 
I fixed the problem from what lowcrust said but now i have another one where by when i receive a PM and i press quick reply i get the same Invalid session error.

Also the colours aint working plus the code tags
 



 
oscarxpSend 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: Unofficial Update To 2.0.22 
 
Apply the same patch to xs_show.tpl and let me know.
 




____________
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: Unofficial Update To 2.0.22 
 
Mighty Gorgon wrote: [View Post]
Apply the same patch to xs_show.tpl and let me know.


Yeah... I confirm.

I have updated the pack in first topic with new modification, and now the patch works fine.
 




____________
My Icy forum: www.lineameteo.it
Staff Member @ IcyPhoenix.com & IcyPhoenix.it
 
andrea75Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: SOLVED -Unofficial Update To 2.0.22 
 
Great...
 




____________
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: SOLVED -Unofficial Update To 2.0.22 
 
Andrea, you should modify even this one... can you update your patch please?

OPEN privmsgs_read_body.tpl
FIND
Code: [Download] [Hide] [Select]
        <input type="hidden" name="t" value="<?php echo $privmsgs_id; ?>" />

AFTER, ADD
Code: [Download] [Hide] [Select]
        <input type="hidden" name="sid" value="<?php echo $userdata['session_id']; ?>" />


Thank you.
 




____________
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: SOLVED -Unofficial Update To 2.0.22 
 
Mighty Gorgon wrote: [View Post]
Andrea, you should modify even this one... can you update your patch please?

OPEN privmsgs_read_body.tpl
FIND
Code: [Download] [Hide] [Select]
        <input type="hidden" name="t" value="<?php echo $privmsgs_id; ?>" />

AFTER, ADD
Code: [Download] [Hide] [Select]
        <input type="hidden" name="sid" value="<?php echo $userdata['session_id']; ?>" />


Thank you.


Ops!   Sorry! I forgot this... and not only: I have to add the modification at lofi files too.... I will update the pack this afternoon, wheen I can back from work!
 




____________
My Icy forum: www.lineameteo.it
Staff Member @ IcyPhoenix.com & IcyPhoenix.it
 
andrea75Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: SOLVED -Unofficial Update To 2.0.22 
 
Andrea
Can you post a code changes that you have made, or mark in your files where did you alterate?
Cause my files have another mods installed, and I'm a little bit afraid to do this new modifications... =/
Sorry the inconvenience!
 




____________
.:: phpBB Brazilian Support Forums ::.
 
mih bonattoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: SOLVED -Unofficial Update To 2.0.22 
 
mih bonatto wrote: [View Post]
Andrea
Can you post a code changes that you have made, or mark in your files where did you alterate?
Cause my files have another mods installed, and I'm a little bit afraid to do this new modifications... =/
Sorry the inconvenience!



Any news about it?  
 



 
VortexSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Unofficial Update To 2.0.22 
 
You can use Winmerge, it is a program that can test all files with difference and compared that. You download the package and the patch. You compared that and you can see what the difference are between the files.

The difference must by added into your files and easy modified your board.

Good luck
 




____________
Official translator of Icy Phoenix to Dutch
 
brandsrusSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Unofficial Update To 2.0.22 
 
brandsrus wrote: [View Post]
You can use Winmerge, it is a program that can test all files with difference and compared that. You download the package and the patch. You compared that and you can see what the difference are between the files.

The difference must by added into your files and easy modified your board.

Good luck




Thanks, I'll try
 



 
VortexSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Unofficial Update To 2.0.22 
 
If your try failed, I will try to give the codechanges that is made in this version in few days here on this board.
 




____________
Official translator of Icy Phoenix to Dutch
 
brandsrusSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: SOLVED -Unofficial Update To 2.0.22 
 
mih bonatto wrote: [View Post]
Andrea
Can you post a code changes that you have made, or mark in your files where did you alterate?
Cause my files have another mods installed, and I'm a little bit afraid to do this new modifications... =/
Sorry the inconvenience!


Hi... sorry, I miss this topic! Ican't da a code change, I have no time for it and now I'm passed to Icy Phoenix.
Anyway, as brandsrus says, the most easy way to do it is using Winmerge. Download my package and the latest version of XS and merge the files.

Bye!
 




____________
My Icy forum: www.lineameteo.it
Staff Member @ IcyPhoenix.com & IcyPhoenix.it
 
andrea75Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: SOLVED -Unofficial Update To 2.0.22 
 
andrea75 wrote: [View Post]
mih bonatto wrote: [View Post]
Andrea
Can you post a code changes that you have made, or mark in your files where did you alterate?
Cause my files have another mods installed, and I'm a little bit afraid to do this new modifications... =/
Sorry the inconvenience!


Hi... sorry, I miss this topic! Ican't da a code change, I have no time for it and now I'm passed to Icy Phoenix.
Anyway, as brandsrus says, the most easy way to do it is using Winmerge. Download my package and the latest version of XS and merge the files.

Bye!



I will not pass to Icy... not till it will be stable... so I have to codechange manually


I will follow your suggestion as soon as I can, I will post the codechange when done
 



 
VortexSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: SOLVED -Unofficial Update To 2.0.22 
 
Thank you, guys!
This weekend I'll take a look on files using winmerge. I've tried using examdiff, but it messed my patience LOL
Then I tell you.
Thank you again!
 




____________
.:: phpBB Brazilian Support Forums ::.
 
mih bonattoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: SOLVED -Unofficial Update To 2.0.22 
 
If you try using WinMerge you should compare original XS058 files with the ones posted by Andrea.
 




____________
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
Post new topic  Reply to topic  Page 2 of 3
Goto page Previous  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