Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 3
Goto page 1, 2, 3  Next
 
Reply with quote Download Post 
Post Problem updating Milky Way 
 
I downloaded the latest version, compared all the files from the previous one, but could not find where to make corrections. I have installed mods, so replacement is not suitable file!
Please tell me which file need to be corrected to be displayed in IE all is well.
Thank you.
 



 
misterleksSend 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: [STYLE] - Milky Way 
 
hi misterleks,

Check the readme.txt in the contrib folder of the release.

Quote:
* 2011/02/11 - Version 1.6.4
- Minor fixes
- License
- Files updated:
    # breadcrumbs.html
    # breadcrumbs_pages.html
    # viewforum_body.html



 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [STYLE] - Milky Way 
 
I beg you, to show the line in the file viewforum_body.html, who are responsible for these boundaries. Sam can not find. Copy your file, everything appears fine, make changes in my file, nothing happens.

Put my file, I think the problem is defined extensions.
Please help.

viewforum_body.rar
Description: viewforum_body 
Download
Filename: viewforum_body.rar
Filesize: 2.86 KB
Downloaded: 239 Time(s)

 



 
misterleksSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem updating Milky Way 
 
I have moved your question out of the release thread to avoid everybody getting notified on every reply and to keep it on topic.
Please post questions like these in the normal phpbb forum with your own topic/thread (in the future), the release thread is more for thanks messages, bug reports, feature requests and stuff like that ...thanks in advance for understanding

--------
Now about your question/request...

Please try to compare the files using WinMerge (freeware) to spot the differences between old and new files.
You can compare your own modded old file to the new unmodded one and it will highlight any difference (both updates and mods).
OR you can compare the old unmodded file to the new released updated file (this would highlight only the changed codes)

If after trying this on your own and still failing ..you could post back and I will be willing to take a look for you, but first please try to do it yourself

PS ..if you can not find WinMerge.. let me know and i'll find and post the link for you
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [STYLE] - Milky Way 
 
misterleks wrote: [View Post]
Copy your file, everything appears fine, make changes in my file, nothing happens.



Are you saying that when you copy the new unmodified file to your forum - - - everything is OK?

Then when you "Modify" the file with the MODS you have installed the changes you make don't show up?

Because I'm having problems trying to work out exactly what you mean?
 



 
mortSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Updating Milky Way 
 
Joshua203, I compared the files, and it gave a lot of no coincidence, because I have installed the extension.
There is one option, a link to the previous version of the style, I will compare the changes and make them at home.
 



 
misterleksSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [STYLE] - Milky Way 
 
mort wrote: [View Post]
Because I'm having problems trying to work out exactly what you mean?

Me too  


misterleks wrote: [View Post]
There is one option, a link to the previous version of the style

http://www.phpbb.com/customise/db/s...1bd886530fcdcad

click "revisions" tab and choose the release you need
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Updating Milky Way 
 
Joshua203 wrote: [View Post]

click "revisions" tab and choose the release you need


Thank you very much!
Totally forgot about php.com
 



 
misterleksSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Updating Milky Way 
 
misterleks wrote: [View Post]
Totally forgot about php.com

Who doesn't when you got icyphoenix.com  rotfl_01
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Edited by Joshua203, Wed 22 Jun, 2011 16:27: typo correction :oopz:
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem updating Milky Way 
 
I am expecting a problem if you are looking for the REAL 1.63 version (since this was never validated/released by phpbb! and therefor missing in the list of old releases)

The one called 1.63 at phpbb is actually 1.64 (forgotten to rename to the new version), so you may need to wait for a reply from MG himself (I 'm almost sure he has all old versions backed up somewhere)
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Updating Milky Way 
 
I found, the problem was this line
Code: [Download] [Hide] [Select]
<td class="row1" width="25" align="center"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ELSE --> <!-- ENDIF --></td>

in the latter "ELSE", it was not there before, but still nothing happened!
I think need to copy an original and all extensions to prescribe it again
 



 
misterleksSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem updating Milky Way 
 
try
Code: [Download] [Hide] [Select]
.......................<!-- ELSE -->&nbsp;<!-- ENDIF --></td>

and make sure &nbsp; is really  there

Edit:

also find two instances of :
Code: [Download] [Hide] [Select]
                        <p class="gensmall" style="clear:left"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p>

and if this is not part of your own modifications then remove this:
Code: [Download] [Hide] [Select]
style="clear:left"

 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Updating Milky Way 
 
Joshua203 wrote: [View Post]
try
Code: [Download] [Hide] [Select]
.......................<!-- ELSE -->&nbsp;<!-- ENDIF --></td>

and make sure &nbsp; is really  there

&nbsp; - when copying to has disappeared!


Nothing worked!
 



 
Last edited by misterleks on Wed 22 Jun, 2011 17:29; edited 1 time in total 
misterleksSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem updating Milky Way 
 
use a good editor ...like PSPad (free) :win

EDIT: ..OR just right-click the line in the old file in WinMerge and simply copy it to the new file ... then save the new file
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Updating Milky Way 
 
I use AkelPad.
 



 
misterleksSend private message  
Back to topPage bottom
Post new topic  Reply to topic  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


  

 

  cron