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.
Anti-Spam Guide
Cebar
Registered User
Posts: 39
Joined: Sat Oct 04, 2008 3:20 pm

Re: Style changes from 3.0.0-RC5 up to 3.0.3

Post by Cebar »

Hello iam using FI Subice theme do i need to make the same changes as the subsilver theme ? coz the FI Subice is working great (3.0.1) and my forum is (3.0.4).

Thanks ;)
ANgelArvil
Registered User
Posts: 99
Joined: Tue May 27, 2008 7:04 am

Re: Style changes from 3.0.0-RC5 up to 3.0.3

Post by ANgelArvil »

so what is the changes for 3.0.2 to 3.0.4?
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk
Contact:

Re: Style changes from 3.0.0-RC5 up to 3.0.3

Post by Raimon »

Cebar wrote:Hello iam using FI Subice theme do i need to make the same changes as the subsilver theme ? coz the FI Subice is working great (3.0.1) and my forum is (3.0.4).

Thanks ;)
Yes , just following the subsilver2 changes ;)
ANgelArvil wrote:so what is the changes for 3.0.2 to 3.0.4?
For what for style ?
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
onetimer
Registered User
Posts: 133
Joined: Tue Apr 13, 2004 12:24 am

Re: Style changes from 3.0.0-RC5 up to 3.0.3

Post by onetimer »

Raimon wrote:First search for the first "find" code, after that the second "find" code.
And if you have done that, replace the last code with the "replace" code .

So this would be ;
styles/prosilver/template/mcp_header.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 43

<div id="cp-main" class="mcp-main">

Code: Select all

          <!-- IF MESSAGE -->
          <div class="content">
             <h2>{L_MESSAGE}</h2>
#
#-----[ FIND ]---------------------------------------------
# Around Line 48

Code: Select all

<p>{MESSAGE}</p>
#
#-----[ REPLACE WITH ]---------------------------------------------
#

Code: Select all

<p class="error">{MESSAGE}</p>
before you have done the edits the code part is ;

Code: Select all

<div id="cp-main" class="mcp-main">
		<!-- IF MESSAGE -->
		<div class="content">
			<h2>{L_MESSAGE}</h2>
			<p>{MESSAGE}</p>
after you done all the edit , it would be ;

Code: Select all

<div id="cp-main" class="mcp-main">
		<!-- IF MESSAGE -->
		<div class="content">
			<h2>{L_MESSAGE}</h2>
			<p class="error">{MESSAGE}</p>
:)
Why is the code changes written like that though? I understand in instances where there are several instances of the same code and/or difficult to find the code, but like in the first example above;

Code: Select all

    #
    #-----[ FIND ]---------------------------------------------
    # Around Line 24
             <li class="header">
                <dl class="icon">
                   <dt>{L_TOPICS}</dt>
                   <dd class="posts">{L_REPLIES}</dd>
                   <dd class="lastpost"><span>{L_LAST_POST}</span></dd>

    #
    #-----[ FIND ]---------------------------------------------
    # Around Line 29
                   <dd class="mark">{L_MARK}</dd>

    #
    #-----[ REPLACE WITH ]---------------------------------------------
    #
                   <!-- IF not S_MERGE_SELECT --><dd class="mark">{L_MARK}</dd><!-- ENDIF -->
There is no other <dd class="mark">{L_MARK}</dd> so the first part is redundant.

I'm only asking out of curiosity and not as a complaint of any kind. I'm EXTREMELY grateful for this updates!!!
One, Two, Three!
assam_siddibapa
Registered User
Posts: 40
Joined: Tue Mar 10, 2009 3:25 am

Re: Style changes from 3.0.0-RC5 up to 3.0.3

Post by assam_siddibapa »

wat are the changes for 3.0.3 to 3.0.4 for prosilver
hai
Registered User
Posts: 8
Joined: Fri Apr 10, 2009 12:58 pm

Re: Style changes from 3.0.0-RC5 up to 3.0.3

Post by hai »

it seems that there are no Subsilver template changes since version 3.0.3
david_rich
I've Been Banned!
Posts: 5
Joined: Fri May 15, 2009 11:43 pm

Re: Style changes from 3.0.0-RC5 up to 3.0.3

Post by david_rich »

while i am reading this topic an idea jumped in my brain :)
when i upgrade my forum from 3.0.3 to 3.0.4 is this include style update ? or i need to update the style in separate process ?
If the update process update the whole forum so what is the benefits of knowing the style changes ? i am just asking as i believe that there must be a cause of making such topic .
Thank you .
User avatar
prototech
Former Team Member
Posts: 5406
Joined: Mon Mar 19, 2007 2:04 pm
Location: Southern California

Re: Style changes from 3.0.0-RC5 up to 3.0.3

Post by prototech »

The update system will only update the default styles (prosilver and subsilver2). All other styles must be updated manually, which is the purpose of the style changes from one version to another. :)
Need help with MOD/style installations or other phpBB problems? Contact me for a quote.
david_rich
I've Been Banned!
Posts: 5
Joined: Fri May 15, 2009 11:43 pm

Re: Style changes from 3.0.0-RC5 up to 3.0.3

Post by david_rich »

prototech wrote:The update system will only update the default styles (prosilver and subsilver2). All other styles must be updated manually, which is the purpose of the style changes from one version to another. :)
OH yes i got it , i was sure that there is a certain cause of course , thank you prototech for your answer .
taxessaver
I've Been Banned!
Posts: 5
Joined: Sun May 17, 2009 10:53 pm

Re: Style changes from 3.0.0-RC5 up to 3.0.3

Post by taxessaver »

assam_siddibapa wrote:wat are the changes for 3.0.3 to 3.0.4 for prosilver
i think you can find here : http://www.phpbb.com/community/viewtopi ... 4&t=880735 what you ask for .
User avatar
Snooty
Registered User
Posts: 52
Joined: Wed Feb 04, 2004 8:15 pm
Location: Holland
Contact:

Re: Style changes from 3.0.0-RC5 up to 3.0.3

Post by Snooty »

I updated the forum to 3.0.5 and need to update the styles based on Subsilver. I downloaded the Changed Files and it seems that there are 14 changed files.
Can I just replace the old files with these newer ones, or do I need to check line for line what the changes are?
Is there a topic for this already?
User avatar
Josh
Former Team Member
Posts: 1882
Joined: Sun Jan 25, 2009 3:08 pm
Location: Melbourne, AUS
Name: Josh Simpson
Contact:

Re: Style changes from 3.0.0-RC5 up to 3.0.3

Post by Josh »

If you have made several changes to the default subsilver style, then i reccomend downloading the code changes, which has a step by step instructions on how to update custom styles.
If you haven't made any changes, then you can just replace the 3.0.4 files with 3.0.5 files.
Josh Simpson- Formerly known as "HardStyle"
Styles: Submission Policy | Database | Knowledge Base | Demo
Please do not PM me for personal support.
Image
Mandarola
Registered User
Posts: 245
Joined: Tue Sep 25, 2007 3:21 am

Re: Style changes from 3.0.0-RC5 up to 3.0.3

Post by Mandarola »

I would like know if there are changes in subsilver 2 from 3.0.3 to 3.0.5 ?
User avatar
Josh
Former Team Member
Posts: 1882
Joined: Sun Jan 25, 2009 3:08 pm
Location: Melbourne, AUS
Name: Josh Simpson
Contact:

Re: Style changes from 3.0.0-RC5 up to 3.0.3

Post by Josh »

Mandarola wrote:I would like know if there are changes in subsilver 2 from 3.0.3 to 3.0.5 ?
there are no changes from 3.0.3 to 3.0.4
but there are for 3.0.4 to 3.0.5
Download the Code Changes and follow the subsilver2 instructions :)
Josh Simpson- Formerly known as "HardStyle"
Styles: Submission Policy | Database | Knowledge Base | Demo
Please do not PM me for personal support.
Image
Mandarola
Registered User
Posts: 245
Joined: Tue Sep 25, 2007 3:21 am

Re: Style changes from 3.0.0-RC5 up to 3.0.3

Post by Mandarola »

HardStyle wrote:
Mandarola wrote:I would like know if there are changes in subsilver 2 from 3.0.3 to 3.0.5 ?
there are no changes from 3.0.3 to 3.0.4
but there are for 3.0.4 to 3.0.5
Download the Code Changes and follow the subsilver2 instructions :)
tks a lot, but I woul like to ask u again about this subject!

where can I find changes from 3.0.0 to 3.0.3 ????
Locked

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