Style changes from 3.0.0-RC5 up to 3.0.3

For support and discussion related to templates, themes, and imagesets in phpBB 3.0.
Scam Warning
User avatar
prototech
Former Team Member
Posts: 5406
Joined: Mon Mar 19, 2007 2:04 pm
Location: Southern California

Re: Style changes from RC5 to RC6 | And RC6 to RC7

Post by prototech »

Thanks for pointing out all the changes Raimon. I'm sure it will encourage people to update even if it's a bit scary the first time you take a look at the amount of changes. :lol: I'll see how things go once I update my style tomorrow. ;)
Need help with MOD/style installations or other phpBB problems? Contact me for a quote.
User avatar
wmtipton
Registered User
Posts: 564
Joined: Thu Apr 26, 2007 8:16 pm

Re: Style changes from RC5 to RC6

Post by wmtipton »

Macrike wrote:Oh god... just when I nearly finished fitting RC5 with the rest of my site (like wmtipton) here comes RC6 and RC7 with a huge bunch of changes...

Geez, I think I'll stick with RC5 for while, enjoy it a bit and maybe next month move to RC7 and apply all the template changes. I guess I've got some more long nights waiting for me... :|
Just updated all of my forums to RC7 and its working great.
I did remove the extra styles I had been using and then backed up the DB and everything went off without a single problem and no coding changes on my part ;)

Thumbs up to RC7 :D
mysql database backup software - mysql Workbench
STINGER_LP
Registered User
Posts: 33
Joined: Fri Oct 05, 2007 7:12 pm

Re: Style changes from RC6 to RC7

Post by STINGER_LP »

Raimon wrote:subsilver2 template changes
open: styles/subsilver2/template/ucp_agreement.html

search:

Code: Select all

setTimeout("disable(false)", {S_TIME});	
replace with:

Code: Select all

setInterval("disable(false)", {S_TIME});
open: styles/subsilver2/template/ucp_pm_message_footer.html

search:

Code: Select all

{S_FORM_TOKEN}
  						</form>
replace with:

Code: Select all

</form>
open: styles/subsilver2/template/ucp_register.html

search:

Code: Select all

setTimeout("disable(false)", {S_TIME});	
replace with:

Code: Select all

setInterval("disable(false)", {S_TIME});
I did not find these lines in templates of subsilver2 based style (eTech), you made a mistake, or in eTech these parameters were described othergates
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk

Re: Style changes from RC6 to RC7

Post by Raimon »

STINGER_LP wrote: open: styles/subsilver2/template/ucp_agreement.html

search:

Code: Select all

setTimeout("disable(false)", {S_TIME});	
replace with:

Code: Select all

setInterval("disable(false)", {S_TIME});
Have you add the javascript code from the changes from RC5 to RC6;

Code: Select all

    <script type="text/javascript" defer="defer" >
    // <![CDATA[

       var old_func = window.onload;
       
       function disable(disabl)
       {
          document.getElementById("agreed").disabled = disabl;
       }
       
       function disable_and_handle()
       {
          if (old_func)
          {
             old_func();
          }
          disable(true);
       }
       
       <!-- IF S_TIME -->      
          window.onload = disable_and_handle;
          setTimeout("disable(false)", {S_TIME});   
       <!-- ENDIF -->
    // ]]>
    </script>
open: styles/subsilver2/template/ucp_pm_message_footer.html

search:

Code: Select all

{S_FORM_TOKEN}
  						</form>
replace with:

Code: Select all

</form>
This is when you have added the previous changes from RC5 to RC6
There you find 2 tokens.
open: styles/subsilver2/template/ucp_register.html

search:

Code: Select all

setTimeout("disable(false)", {S_TIME});	
replace with:

Code: Select all

setInterval("disable(false)", {S_TIME});
I did not find these lines in templates of subsilver2 based style (eTech), you made a mistake, or in eTech these parameters were described othergates
Have you already added the changes form RC5 to RC6?
Because this is added:

Code: Select all

    var old_func = window.onload;
       
       function disable(disabl)
       {
          document.getElementById("submit").disabled = disabl;
       }
       
       function disable_and_handle()
       {
          if (old_func)
          {
             old_func();
          }
          disable(true);
       }
       
       <!-- IF S_TIME -->      
          window.onload = disable_and_handle;
          setTimeout("disable(false)", {S_TIME});   
       <!-- ENDIF -->
    // ]]>
;)

Maby you could wait , because Cyberalien is going to update his style to RC7, it can save you some hard work ;)
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
User avatar
stickerboy
Former Team Member
Posts: 7349
Joined: Mon Mar 29, 2004 2:27 pm
Location: Scotland
Name: Kenny Cameron

Re: Style changes from RC5 to RC6 | And RC6 to RC7

Post by stickerboy »

Raimon - what can I say, you've just made my year :D
I was expecting to be waiting a few more days to get this.
Should have RC7 up and running in no time now :ugeek:
I'm a web-designing code-decrypting tech-support musician
|| Twitter || Flickr || phpBB Snippets ||
Formerly known as cherokee red
Macrike
Registered User
Posts: 70
Joined: Sat May 05, 2007 5:53 pm

Re: Style changes from RC5 to RC6

Post by Macrike »

statm wrote:Well, none of the changes done in RC6/7 will change what your board looks like. They are only backend changes. So, I use a program called "WinMerge" and it compares your older version of style to the new one that comes in the RCs and are able to press a button and it adds the change to your style. Makes updating a style very easy.
Yeah, I know it doesn't change the look of the board, but I still have to update my theme for it to work with RC7. I just can't stand the default theme. xD

And I believe WinMerge is only for Windows... :cry:
User avatar
Dr.Silent
Registered User
Posts: 8
Joined: Fri Jun 23, 2006 10:34 am
Name: Ali Ahmed

Re: Style changes from RC5 to RC6 | And RC6 to RC7

Post by Dr.Silent »

Great job Raimon ..
:mrgreen:
Creative Group (BH)
http://www.cgbh.net
User avatar
chiappa
Registered User
Posts: 41
Joined: Sat Apr 09, 2005 9:26 am
Location: laalaa-land

Re: Style changes from RC5 to RC6 | And RC6 to RC7

Post by chiappa »

Is there something wrong with with posting_buttons.html for prosilver RC5 to RC6 or is it just me?

The last four searches cannot be found, not even just these: {U_FIND_USERNAME} or {U_MORE_SMILIES} or {L_PLACE_INLINE}

Also ucp_main_drafts.html has <!-- ENDIF --> about 5 times in there. Which one you mean?

thx!
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk

Re: Style changes from RC5 to RC6 | And RC6 to RC7

Post by Raimon »

chiappa: which style do you use?

cherokee red : am I now the Santa Claus? 8-) & :P
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
User avatar
chiappa
Registered User
Posts: 41
Joined: Sat Apr 09, 2005 9:26 am
Location: laalaa-land

Re: Style changes from RC5 to RC6 | And RC6 to RC7

Post by chiappa »

sorry i mentioned prosilver there quite briefly. thats the style im using.

and about posting_buttons.html, even if I try to search for these lines that should be added from the file in the complete package of phpBB3 RC6 and RC7, they are not there.

& i found the answer to ucp_main_drafts.html by looking how it was done in the updated version. in all the other similar situations you adviced to add {S_FORM_TOKEN} before:

Code: Select all

</form>

<!-- INCLUDE ucp_footer.html -->
as was the case here also. you confused me by doing it differently with the "add after <!-- ENDIF -->".. but no worries!
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk

Re: Style changes from RC5 to RC6 | And RC6 to RC7

Post by Raimon »

chiappa wrote:Is there something wrong with with posting_buttons.html for prosilver RC5 to RC6 or is it just me?

The last four searches cannot be found, not even just these: {U_FIND_USERNAME} or {U_MORE_SMILIES} or {L_PLACE_INLINE}
Oeps, that would be the file styles/prosilver/template/posting_editor.html
changed on the first post ;)
Also ucp_main_drafts.html has <!-- ENDIF --> about 5 times in there. Which one you mean?

thx!
That would be the one on the bottom.
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
Nais
Registered User
Posts: 31
Joined: Mon May 21, 2007 5:23 pm

Re: Style changes from RC5 to RC6

Post by Nais »

Macrike wrote:And I believe WinMerge is only for Windows... :cry:
On linux, check out Meld. I only just found it but it's working great so far. Making these changes much easier to make.
Macrike
Registered User
Posts: 70
Joined: Sat May 05, 2007 5:53 pm

Re: Style changes from RC5 to RC6

Post by Macrike »

Nais wrote:
Macrike wrote:And I believe WinMerge is only for Windows... :cry:
On linux, check out Meld. I only just found it but it's working great so far. Making these changes much easier to make.
I use Mac, but thanks anyway. Updated to RC7, I'm now applying all the template changes.
User avatar
Frug
Registered User
Posts: 144
Joined: Sun Jun 05, 2005 3:48 am

Re: Style changes from RC5 to RC6 | And RC6 to RC7

Post by Frug »

Thank you for posting this.
- - - - - - - - - - - Do not use dotted lines - - - - - - - - - -
- - - - - - - - - - - or automatic signatures - - - - - - - - - -
Thar Shaddin - online freeform roleplaying for writers
.:: Chico ::.
Registered User
Posts: 463
Joined: Fri Aug 03, 2007 6:35 am
Location: Rio de Janeiro

Re: Style changes from RC5 to RC6 | And RC6 to RC7

Post by .:: Chico ::. »

Hello Raimon,
in winmerge, i compared the memberlist_view for prosilver, and your codes don't have any change.

Could you take a one more look on it, because, i updated SFCentar to RC7 and i'm getting some problems in memberlist_view

Thank you!

EDIT:
SFCentar is a prosilver template based, so, i see both memberlist_view files, memberlist_view of prosilver RC7, and only replace, now everything is working...

Return to “[3.0.x] Styles Support & Discussion”