Update Problem »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Update Problem



Joshua203 [ Thu 21 Jan, 2010 03:18 ]
Post subject: Update Problem
hello,

after finally updatin black pearl template files (or attempting to ) i at least notice two problems that kinda look like one problem after trying to investigate

the problem is that i used to have two scripts added in overal header that are called by multiple other files like breadcrumbs, breadcrumbs pages, view topic, view forum etc etc

this used to work just fine for me (with some work arounds) but after this last update it does not anymore, could there be any reason these files can't access the scipts in the header anymore??

any thoughts?
Edit:
should i be thinking like .. adding the scripts to scripts.js?? and if yes, how would i do that? i dunnow ... just thinking out loud

thanks in advance, ..Joshua203


Joshua203 [ Sat 23 Jan, 2010 00:00 ]
Post subject: Re: Update Problem
never mind i think i ll manage to revert and retry, i think i was able to save both language mods for 3.06 and i dont trust the rest anymore dunnow whats up or down / left or right anymore.. might be safest to use only what i trust to be 100%

sheeesshhh i knew this was a bad time for me


Mighty Gorgon [ Sat 23 Jan, 2010 11:42 ]
Post subject: Re: Update Problem
Sorry Joshua, but I cannot understand which your problem is and if you sorted that out. If you're still having problems, please provide further details and I will help.


Joshua203 [ Sat 23 Jan, 2010 13:27 ]
Post subject: Re: Update Problem
thanks MG

as mentioned in another topic ..i allready managed to revert and re-update phpbb and the 2 languages succesfully i think, i m sure i ll take a closer look at updating black pearl this time, at least i ll be a little more carefull

i will try to be more clear if i run into the same problems


Mighty Gorgon [ Sat 23 Jan, 2010 13:35 ]
Post subject: Re: Update Problem
No problem. I just wanted to make sure you sorted out your issues.


Joshua203 [ Sat 23 Jan, 2010 15:56 ]
Post subject: Re: Update Problem
this might be a dumb question but trying to prepare a logical pre update folder made me wonder about:

_forumlist_body.html
_index_body.html
_viewtopic_body_left.html
_viewtopic_body_right.html

i mean they are in my 1.4.6 version but missing in 1.6.0, have they been removed or something?

Edit: dunnow how they got into my 1.4.6 though cause when i check the original 1.4.6 i can t find them either anyway ... i m not sure what to do with them..delete or keep?


Mighty Gorgon [ Sat 23 Jan, 2010 18:03 ]
Post subject: Re: Update Problem
Delete those files as they were there in one oldest release... they are not used!


Joshua203 [ Sun 24 Jan, 2010 00:05 ]
Post subject: Re: Update Problem
aaah i can handle that simple delete, imagine how long i ve been holding on to them

now on to my new problem, i ve updated two boards and both come up with the same error when i try hitting the index page
ErrorMessage wrote: 
Parse error: syntax error, unexpected $end in /home/joshua/public_html/EF/includes/template.php(218) : eval()'d code on line 162


now i tried to compare template.php but i see no diffrences no matter what copies i compare (in winmerge )

does anybody have any idea for me to look at next before i revert again? hahahaha

Edit:
ooopps i goofed up the files are very different afterall, i will compare them now and post back

Edit 2:
well i had no prolems merging it again, no doubt anywhere so it might be a good idea to attach the new file (the one in the error message)


Edit 3:
the error seems to have changed for some reason unknown to:
errormessage wrote: 
Parse error: syntax error, unexpected $end in /home/joshua/public_html/EF/cache/tpl_black-pearl_index_body.html.php on line 162

this line refers to the overall_footer.html, i ve had a look at that anduuuh well i can t say i see anything special there either


Informpro [ Sun 24 Jan, 2010 08:56 ]
Post subject: Re: Update Problem
Some If is not closed.


Joshua203 [ Sun 24 Jan, 2010 13:16 ]
Post subject: Re: Update Problem
i removed a left over IF together with a "clear all" line from index_body.html , great this error is solved .. thanks for pointing me in the right direction InformPro
it was my whoisonline modification that was the cause (and my brain )

i have another little problem with the smiley popup but i need to look at that closely first before posting it because i 'm sure i modded that in the past , keeping my fingers crossed but the rest seems to work ok sofar

Edit:
Just to make sure i'm hunting something that exists .... i asume that blackpearl "view more smiley popup" should function just like in subsilver2 right?
i mean.. it should show clickable pages at the bottom incase of a huge smiley pack

right now it only shows part of the smileys and no page links (i have the size and position modded but the smiley table usually increased in size wich also does not work alongside of the pagelinks)

i m still looking at this but if anybody can give a push ..i'ld appreciate it ..again


Last edit:

smiley popup problem solved, **you might want to look into that MG** .. i have a feeling you overlooked that one

i think all runs smoothly now, let's wait and see

if anyone has the same problem ..corrected code is something like this in posting_smilies.html
Code: [Hide] [Select]
<td class="row1" align="center" valign="middle"><!-- BEGIN smiley --> <a href="#" onclick="initInsertions(); insert_text('{smiley.A_SMILEY_CODE}', true, true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" hspace="2" vspace="2" /></a> <!-- END smiley --><br />{PAGINATION}<br /><a class="nav" href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a></td>


thanks for your support Informpro and MG


Informpro [ Mon 25 Jan, 2010 11:27 ]
Post subject: Re: Update Problem
the right way is not deleting a if, but adding a endif :).


Mighty Gorgon [ Mon 25 Jan, 2010 14:43 ]
Post subject: Re: Update Problem
You are right about smileys pagination, I have been already notified @ phpbb.com about that.

I will release an update of the style sooner or later.

Thanks for reporting.


Joshua203 [ Mon 25 Jan, 2010 17:04 ]
Post subject: Re: Update Problem
Informpro wrote: [View Post]
the right way is not deleting a if, but adding a endif :).

i will go back in and see but that file is heavily modded so it s hard to figure out for me, thnx


everything else seems to be working like usual and still w3c check passed (just 7 known errors that i choose to have ), allready started on implementing and translating the acronyms mod


and even replaced the existing portal links by icy and phpbb nl and com ones (not that anyone will click on them anytime soon exept me )

oooh and if i really keep having doubts about the removed "IF" ..i might post the file here .. i dunnow


Mighty Gorgon [ Fri 29 Jan, 2010 15:00 ]
Post subject: Re: Update Problem
Yes, post the file here if you wish.

We may try to help.


Joshua203 [ Fri 29 Jan, 2010 16:38 ]
Post subject: Re: Update Problem
Hi MG thanks but i think the file is ok this way ..i think i would not pass the w3c tests if this was wrong ..right?

i ll mark this solved after after confirm thanks in advance


Mighty Gorgon [ Sat 30 Jan, 2010 09:17 ]
Post subject: Re: Update Problem
W3C only tells you that the markup is fine. It cannot tell if the code in it is doing things properly.

Anyway... happy you solved.


Joshua203 [ Sat 30 Jan, 2010 12:49 ]
Post subject: Re: Update Problem
aaah that's good to know but still i think its ok now sow i ll hold out on posting the full file untill i see it cause trouble again, thnx




Powered by Icy Phoenix