Problem updating Milky Way »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Problem updating Milky Way



misterleks [ Tue 21 Jun, 2011 16:20 ]
Post subject: 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.


Joshua203 [ Tue 21 Jun, 2011 18:20 ]
Post subject: 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




misterleks [ Tue 21 Jun, 2011 19:22 ]
Post subject: 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.


Joshua203 [ Wed 22 Jun, 2011 09:14 ]
Post subject: 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


mort [ Wed 22 Jun, 2011 14:13 ]
Post subject: 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?


misterleks [ Wed 22 Jun, 2011 15:28 ]
Post subject: 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.


Joshua203 [ Wed 22 Jun, 2011 15:42 ]
Post subject: 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


misterleks [ Wed 22 Jun, 2011 16:05 ]
Post subject: 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


Joshua203 [ Wed 22 Jun, 2011 16:27 ]
Post subject: Re: Problem Updating Milky Way
misterleks wrote: [View Post]
Totally forgot about php.com

Who doesn't when you got icyphoenix.com rotfl_01


Joshua203 [ Wed 22 Jun, 2011 16:42 ]
Post subject: 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)


misterleks [ Wed 22 Jun, 2011 17:05 ]
Post subject: Re: Problem Updating Milky Way
I found, the problem was this line
Code: [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


Joshua203 [ Wed 22 Jun, 2011 17:13 ]
Post subject: Re: Problem updating Milky Way
try
Code: [Hide] [Select]
.......................<!-- ELSE -->&nbsp;<!-- ENDIF --></td>

and make sure &nbsp; is really there

Edit:

also find two instances of :
Code: [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: [Hide] [Select]
style="clear:left"


misterleks [ Wed 22 Jun, 2011 17:23 ]
Post subject: Re: Problem Updating Milky Way
Joshua203 wrote: [View Post]
try
Code: [Hide] [Select]
.......................<!-- ELSE -->&nbsp;<!-- ENDIF --></td>

and make sure &nbsp; is really there

&nbsp; - when copying to has disappeared!


Nothing worked!


Joshua203 [ Wed 22 Jun, 2011 17:25 ]
Post subject: 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


misterleks [ Wed 22 Jun, 2011 17:31 ]
Post subject: Re: Problem Updating Milky Way
I use AkelPad.


Joshua203 [ Wed 22 Jun, 2011 17:34 ]
Post subject: Re: Problem updating Milky Way
I don't know that one but please read my EDIT in the previous post


misterleks [ Wed 22 Jun, 2011 17:41 ]
Post subject: Re: Problem Updating Milky Way
I did as it is written, nothing works.
Tomorrow I'm going to the original file will do everything.
Thanks for your help.


Joshua203 [ Wed 22 Jun, 2011 17:43 ]
Post subject: Re: Problem updating Milky Way
To make things easy for you ... the attached file has the 3 !! suggested corrections added to your modified file!


misterleks [ Wed 22 Jun, 2011 17:58 ]
Post subject: Re: Problem Updating Milky Way
Great, it works!
Thank you very much!


Joshua203 [ Wed 22 Jun, 2011 18:04 ]
Post subject: Re: Problem updating Milky Way
U R welcome ..I'll mark this solved then


misterleks [ Wed 22 Jun, 2011 18:16 ]
Post subject: Re: Problem Updating Milky Way
Yes, I compared the files, I did not always correct.


P.S. Found another problem in the file search_results.html. Need to make corrections, they are not even in the original. I have a fix, but I can only check tomorrow, because my house is not IE.


Joshua203 [ Fri 24 Jun, 2011 15:21 ]
Post subject: Re: Problem updating Milky Way
misterleks wrote: [View Post]
P.S. Found another problem in the file search_results.html. Need to make corrections, they are not even in the original. I have a fix, but I can only check tomorrow, because my house is not IE.

I can imagine the same problem would be in similar looking pages (like search results) but nobody reported those pages for a fix.

If you got a bug and/or a fix you can best post it in the release thread, so MG can easily keep track of it for the next release


Mighty Gorgon [ Mon 27 Jun, 2011 10:45 ]
Post subject: Re: [SOLVED] Problem updating Milky Way
I usually don't like provide older versions of styles (because they may not work properly with latest phpBB release), but if you really want that, I can link the needed version.

Let me know if you found other bugs.

Thanks!


misterleks [ Mon 27 Jun, 2011 12:12 ]
Post subject: Re: Problem Updating Milky Way
I'm using the latest version. The old version I needed for comparison.
No table borders in search results and in private messages, only in IE.


Mighty Gorgon [ Mon 27 Jun, 2011 14:39 ]
Post subject: Re: [SOLVED] Problem updating Milky Way
misterleks wrote: [View Post]
I'm using the latest version. The old version I needed for comparison.
No table borders in search results and in private messages, only in IE.

Can you please attach a screenshot of what you mean?

Thanks


misterleks [ Mon 27 Jun, 2011 15:27 ]
Post subject: Re: [SOLVED] Problem Updating Milky Way
1631516m


Mighty Gorgon [ Mon 27 Jun, 2011 17:56 ]
Post subject: Re: [SOLVED] Problem updating Milky Way
I thought I had already fixed that...

I'll check.


Joshua203 [ Sat 02 Jul, 2011 00:00 ]
Post subject: Re: Problem updating Milky Way
I may have been a bit quick marking this "solved" ... is it all solved now Misterleks?

I'm not sure because first you told you had a fix (search page) and after that you post a screenshot of another problem page (pm page)


misterleks [ Sat 02 Jul, 2011 07:58 ]
Post subject: Re: [SOLVED] Problem Updating Milky Way
I fixed the search page. "PM Page" I can not fix myself, can not find where to fix!


Joshua203 [ Sat 02 Jul, 2011 13:41 ]
Post subject: Re: Problem updating Milky Way
misterleks wrote: [View Post]
I fixed the search page. "PM Page" I can not fix myself, can not find where to fix!

Possibly because these icons have a different name , would this be enough to help you out?

In ucp_pm_viewfolder.html Find & Fix:
Code: [Hide] [Select]
<td class="row1" width="25" align="center">{messagerow.PM_ICON_IMG}</td>


____________________

I don't understand the other red marked problem(s) on the image you posted, could it be that you maybe operate it wrong?
I mean you have to select a message (in the checkbox above, behind the message) or more than one before you submit it.


misterleks [ Sun 03 Jul, 2011 10:34 ]
Post subject: Re: [SOLVED] Problem Updating Milky Way
Thank you. Found and corrected, will check at work. At home there is no IE.

Joshua203 wrote: [View Post]

I mean you have to select a message (in the checkbox above, behind the message) or more than one before you submit it.


Colored markers work, I was wrong.
Another problem: check / uncheck all messages. Uncheck all the posts - is working. And Mark - no!
When I click on the button, nothing happens. If the message noted, and the mouse button, the mark is removed.


Joshua203 [ Sun 03 Jul, 2011 12:19 ]
Post subject: Re: [SOLVED] Problem Updating Milky Way
misterleks wrote: [View Post]
Thank you. Found and corrected, will check at work. At home there is no IE.

Great! ...I hope you will post a reminder to fix it for new releases in the release thread about all needed corrections (maybe even include your fix)


misterleks wrote: [View Post]
Another problem: check / uncheck all messages. Uncheck all the posts - is working. And Mark - no!
When I click on the button, nothing happens. If the message noted, and the mouse button, the mark is removed.

I'm affraid I don't understand, can you try to explain again with other words?


misterleks [ Sun 03 Jul, 2011 12:48 ]
Post subject: Re: Problem Updating Milky Way
My native language is Russian, English only learning

2810202m


Select all / clear all

Select all - does not work
Сlear all - works (If messages to mark a mouse.)


Joshua203 [ Sun 03 Jul, 2011 14:05 ]
Post subject: Re: Problem updating Milky Way
misterleks wrote: [View Post]
My native language is Russian, English only learning

No problem.. I know you try, so I will try too



I think this is not an error but just a little confusing because of how it is named and the position of "mark all/unmark all" (maybe this should be above the "option block") and maybe it should be named "check all/uncheck all" (but language is not style related!)

I hope the screenshot below will explain more or better


pmview


misterleks [ Sun 03 Jul, 2011 14:28 ]
Post subject: Re: [SOLVED] Problem Updating Milky Way
I understood everything. This button is something like "apply". My translation is not quite correct.
Thanks for the explanation.


Joshua203 [ Sun 03 Jul, 2011 16:01 ]
Post subject: Re: Problem updating Milky Way
You are welcome

Now I have a request to you
Your Spoiler bbcode (show/hide) mod looks very nice, would you be willing to post me a link to the release of this mod?


misterleks [ Sun 03 Jul, 2011 16:37 ]
Post subject: Re: [SOLVED] Problem Updating Milky Way
Sent to PM.


Joshua203 [ Sun 03 Jul, 2011 16:42 ]
Post subject: Re: Problem updating Milky Way
Received ... GREAT, thank you very much!




Powered by Icy Phoenix