Unofficial Update To 2.0.22 »  Show posts from    to     

Icy Phoenix


Old Customizations - Unofficial Update To 2.0.22



andrea75 [ Sun 24 Dec, 2006 11:40 ]
Post subject: Unofficial Update To 2.0.22
This is the change files to update a PhpbbXS 058b 2.0.21 version to 2.0.22. I'm testing it in local and seems that all works fine. If you want to test this upgrade you can donwnload the pack that I have attach on this topic but only after doing a backup at your files and DB.

Code: [Hide] [Select]
Installation instruction:
1) copy all files in your root
2) execute install/update_to_latest.php file it and then delete it from your webspace
3) open your forum, and good luck ;)


USE IT AT YOUR OWN RISK. THIS IS NOT AN OFFICIAL UPGRADE


WileCoyote [ Sun 24 Dec, 2006 14:29 ]
Post subject: Re: Unofficial Update To 2.0.22
After Updating to phpbb 2.0.22 Quick Reply isn't working anymore


andrea75 [ Sun 24 Dec, 2006 18:57 ]
Post subject: Re: Unofficial Update To 2.0.22
WileCoyote wrote: [View Post]
After Updating to phpbb 2.0.22 Quick Reply isn't working anymore


Are u sure? You have used my files? On my test forum in local no problems with quick reply...


WileCoyote [ Sun 24 Dec, 2006 20:27 ]
Post subject: Re: Unofficial Update To 2.0.22
andrea75 wrote: 
Are u sure? You have used my files? On my test forum in local no problems with quick reply...


No, i haven't used your files. I have done the update by myself with the official codechanges file.


Mighty Gorgon [ Sun 24 Dec, 2006 22:15 ]
Post subject: Re: Unofficial Update To 2.0.22
Thanks Andrea.

Let's see if other users have tested it...


andrea75 [ Mon 25 Dec, 2006 10:29 ]
Post subject: Re: Unofficial Update To 2.0.22
WileCoyote wrote: [View Post]
andrea75 wrote: 
Are u sure? You have used my files? On my test forum in local no problems with quick reply...


No, i haven't used your files. I have done the update by myself with the official codechanges file.


Try to overwrite your mod files with mine... for me, no problems with this update. Do a backup before.

Mighty Gorgon wrote: [View Post]
Thanks Andrea.

Let's see if other users have tested it...


Thanks Luca


jz [ Wed 27 Dec, 2006 16:13 ]
Post subject: Re: Unofficial Update To 2.0.22
Hi there,

works fine on my board

Thanks a lot andrea.

Any chance of posting the changes of the english_lang file?


lowcrust [ Wed 27 Dec, 2006 17:23 ]
Post subject: Re: Unofficial Update To 2.0.22
andrea75 wrote: [View Post]
WileCoyote wrote: [View Post]
After Updating to phpbb 2.0.22 Quick Reply isn't working anymore


Are u sure? You have used my files? On my test forum in local no problems with quick reply...


After using this update on a vanilla phpxs 058b install I get this when trying to post a quick reply:

Quote:
Invalid Session. Please resubmit the form.


Normal replies and new topics work fine.


brandsrus [ Wed 27 Dec, 2006 17:52 ]
Post subject: Re: Unofficial Update To 2.0.22
lowcrust wrote: [View Post]


Quote:
Invalid Session. Please resubmit the form.


Normal replies and new topics work fine.


This error can be solved with this article: http://www.tdcreative.net/viewtopic.php?t=23 made by Doobdee, member from phpbbstyles.com.

I have not test it but i think it works;)

Good luck


lowcrust [ Thu 28 Dec, 2006 00:11 ]
Post subject: Re: Unofficial Update To 2.0.22
Cool, thanks! And über-gracias for the update, sorry I forgot to say that in my first post. I really really appriciate it!



oscarxp [ Thu 28 Dec, 2006 10:39 ]
Post subject: Re: Unofficial Update To 2.0.22
To fix this, open up the appropriate quick reply template file, (viewtopic_body.tpl) or xs_topic.tpl.

Before


Code: [Hide] [Select]
1. <input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="<?php echo $lang['Submit']; ?>" />


Add


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



Were i can find the viewtopic_body.tpl


brandsrus [ Thu 28 Dec, 2006 10:59 ]
Post subject: Re: Unofficial Update To 2.0.22
This update is only need for xs_topic.tpl by theme aphrodite!


oscarxp [ Thu 28 Dec, 2006 12:24 ]
Post subject: Re: Unofficial Update To 2.0.22
i found viewtopic_body.tpl but there is no lines mentioned above.


lowcrust [ Thu 28 Dec, 2006 16:23 ]
Post subject: Re: Unofficial Update To 2.0.22
oscarxp wrote: [View Post]
i found viewtopic_body.tpl but there is no lines mentioned above.


Read the above post;

brandsrus wrote: [View Post]
This update is only need for xs_topic.tpl by theme aphrodite!


Found in [forum folder] /templates/ca_aphrodite/xs/


Mighty Gorgon [ Fri 29 Dec, 2006 11:00 ]
Post subject: Re: Unofficial Update To 2.0.22
Thanks for reporting this too.

I'll release an update patch in mid January... KugeLSichA is working on it.


oscarxp [ Sat 30 Dec, 2006 09:39 ]
Post subject: 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


Mighty Gorgon [ Sun 07 Jan, 2007 02:11 ]
Post subject: Re: Unofficial Update To 2.0.22
Apply the same patch to xs_show.tpl and let me know.


andrea75 [ Sun 07 Jan, 2007 17:26 ]
Post subject: 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.


Mighty Gorgon [ Sun 07 Jan, 2007 19:38 ]
Post subject: Re: SOLVED -Unofficial Update To 2.0.22
Great...


Mighty Gorgon [ Sun 07 Jan, 2007 21:04 ]
Post subject: 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: [Hide] [Select]
<input type="hidden" name="t" value="<?php echo $privmsgs_id; ?>" />

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


Thank you.


andrea75 [ Mon 08 Jan, 2007 08:49 ]
Post subject: 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: [Hide] [Select]
<input type="hidden" name="t" value="<?php echo $privmsgs_id; ?>" />

AFTER, ADD
Code: [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!


mih bonatto [ Mon 08 Jan, 2007 13:40 ]
Post subject: 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!


Vortex [ Wed 24 Jan, 2007 21:17 ]
Post subject: 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?


brandsrus [ Wed 24 Jan, 2007 23:35 ]
Post subject: 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


Vortex [ Wed 24 Jan, 2007 23:37 ]
Post subject: 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


brandsrus [ Wed 24 Jan, 2007 23:39 ]
Post subject: 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.


andrea75 [ Thu 25 Jan, 2007 08:58 ]
Post subject: 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!


Vortex [ Thu 25 Jan, 2007 13:28 ]
Post subject: 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


mih bonatto [ Thu 25 Jan, 2007 17:54 ]
Post subject: 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!


Mighty Gorgon [ Wed 31 Jan, 2007 01:25 ]
Post subject: 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.


Vortex [ Wed 31 Jan, 2007 09:53 ]
Post subject: Re: SOLVED -Unofficial Update To 2.0.22
Mighty Gorgon wrote: [View Post]
If you try using WinMerge you should compare original XS058 files with the ones posted by Andrea.



Yes, thank you for your suggestions... I'm doing it


Unfortunately I am very busy with university so I got very few time to work on that... as soon as I finish I will post it ^^


hpl [ Wed 21 Feb, 2007 01:31 ]
Post subject: Re: Unofficial Update To 2.0.22


Vortex [ Thu 15 Mar, 2007 11:33 ]
Post subject: Re: Unofficial Update To 2.0.22
hpl wrote: [View Post]



Yes, I know -.-'


I'm too busy with work and university and the time I can spend with computers, sites and so on is very very little. And since I am going to upgrade to Icy when it will be released and according to what I'm seeing that date is not far... so I prefer to wait.




Powered by Icy Phoenix