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.
Ideas Centre
Squid Nunc?
Registered User
Posts: 51
Joined: Sun Mar 30, 2008 12:21 pm

Re: Style changes from 3.0.0-RC5 up to 3.0.1

Post by Squid Nunc? »

I have have the regular 3.0.0 version (doesn't say RC on my control panel's system tab) and want to yupdate to 3.0.1.
I only have to use the updates as described in the opening post right, none of the linked ones?

Thanks!
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 3.0.0-RC5 up to 3.0.1

Post by Raimon »

Hi,

You must follow the rc changes (the 3.0.0 to 3.0.1 rc and the 3.0.1rc to 3.0.1 ) :)
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
Squid Nunc?
Registered User
Posts: 51
Joined: Sun Mar 30, 2008 12:21 pm

Re: Style changes from 3.0.0-RC5 up to 3.0.1

Post by Squid Nunc? »

Raimon wrote:Hi,

You must follow the rc changes (the 3.0.0 to 3.0.1 rc and the 3.0.1rc to 3.0.1 ) :)

Cheers Raimon,

So this one first ( http://www.phpbb.com/community/viewtopi ... 5#p4886365 ) and then the one from the OP.
Btw, you described that link in the opening post as 'For a update from phpBB 3.0.1 to 3.0.1 :'. Probably a typo but that might confuse some people. ;)
Squid Nunc?
Registered User
Posts: 51
Joined: Sun Mar 30, 2008 12:21 pm

Re: Style changes from 3.0.0-RC5 up to 3.0.1

Post by Squid Nunc? »

Another question, I changed my theme through the ACP So I can copy the 3.0.1 .css files over the ones in my theme. I probably have to make the css changes to stylesheet.css instead though?
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 3.0.0-RC5 up to 3.0.1

Post by Raimon »

You don't need to upload the css , since the changes from 3.0.0 to 3.0.1 there where no css changes :)

ah thanks for reporting, I'm going to edit the first post, sorry for the late replay.
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
mgoi
Registered User
Posts: 121
Joined: Sat Sep 01, 2007 10:55 am

Re: Style changes from 3.0.0-RC5 up to 3.0.1

Post by mgoi »

Raimon,

Thanks very much for all the hard work!

I had a close look at the subsilver2 ucp_profile_avatar.html code you posted and could not identify any changes. But this may just be me missing the obvious.

Many thanks again!

M
User avatar
hejowicz
Registered User
Posts: 442
Joined: Sun Dec 23, 2007 4:03 pm

Re: Style changes from 3.0.0-RC5 up to 3.0.1

Post by hejowicz »

Hello I using custrome phpbb3 skin named "AnimeZone"
In this topic: http://www.phpbb.com/community/viewtopi ... a&start=15
user prototech told me:
Raimon wrote:Follow the instructions for subsilver2 in this topic.
and he gave this link:
http://www.phpbb.com/community/viewtopi ... 27&start=0
I started updating skin but I stuck on this:
Raimon wrote:open: /styles/subsilver2/template/login_body.html
search:

Code: Select all

<tr><!-- IF not S_ADMIN_AUTH -->
replace with:

Code: Select all

<!-- IF not S_ADMIN_AUTH -->
search:

Code: Select all

<tr><!-- IF not S_ADMIN_AUTH and S_REGISTER_ENABLED -->
replace with:

Code: Select all

<!-- IF not S_ADMIN_AUTH and S_REGISTER_ENABLED -->
I can't find in login_body.html :

Code: Select all

<tr><!-- IF not S_ADMIN_AUTH and S_REGISTER_ENABLED -->
When is searching word "REGISTER" I finding only two of them:

Code: Select all

					<br /><a class="gensmall" href="{U_REGISTER}">{L_REGISTER}</a>
btw. this is line 40 ;)
I will give you more code
I show you lines from 30 to 52:
<!-- IF LOGIN_ERROR -->
<tr>
<td class="gensmall" colspan="2" align="center"><span class="error">{LOGIN_ERROR}</span></td>
</tr>
<!-- ENDIF -->

<tr>
<td valign="top" <!-- IF S_ADMIN_AUTH -->style="width: 50%; text-align: {S_CONTENT_FLOW_END};"<!-- ENDIF -->><b class="gensmall">{L_USERNAME}:</b></td>
<td><input class="post" type="text" name="{USERNAME_CREDENTIAL}" size="25" value="{USERNAME}" tabindex="1" />
<!-- IF not S_ADMIN_AUTH -->
<br /><a class="gensmall" href="{U_REGISTER}">{L_REGISTER}</a> \\ line 40
<!-- ENDIF -->
</td>
</tr>
<tr>
<td valign="top" <!-- IF S_ADMIN_AUTH -->style="width: 50%; text-align: {S_CONTENT_FLOW_END};"<!-- ENDIF -->><b class="gensmall">{L_PASSWORD}:</b></td>
<td>
<input class="post" type="password" name="{PASSWORD_CREDENTIAL}" size="25" tabindex="2" />
<!-- IF U_SEND_PASSWORD --><br /><a class="gensmall" href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a><!-- ENDIF -->
<!-- IF U_RESEND_ACTIVATION and not S_ADMIN_AUTH --><br /><a class="gensmall" href="{U_RESEND_ACTIVATION}">{L_RESEND_ACTIVATION}</a><!-- ENDIF -->
</td>
</tr>
<!-- IF S_DISPLAY_FULL_LOGIN -->
Please help
I've only problem with that.

btw. I asked autor of this skin to help me
but he answered that he isn't supporting this skin anymore :(

So only hope in you :D
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 3.0.0-RC5 up to 3.0.1

Post by Raimon »

Hi,

You need to do the next thing:

Search:

Code: Select all

<tr><!-- IF not S_ADMIN_AUTH -->
replace with:

Code: Select all

<tr><!-- IF not S_ADMIN_AUTH and S_REGISTER_ENABLED -->
:)
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
nsh22
Registered User
Posts: 16
Joined: Wed May 07, 2008 6:59 pm

Re: Style changes from 3.0.0-RC5 up to 3.0.1

Post by nsh22 »

do you get paid to do this. you better, you must have spent at least a week doing all this.
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 3.0.0-RC5 up to 3.0.1

Post by Raimon »

nsh22 wrote:do you get paid to do this. you better, you must have spent at least a week doing all this.
Tha free spirit of open source and phpBB and Bertie :mrgreen:
So i did this all for free :)
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
User avatar
rhythm1
Registered User
Posts: 950
Joined: Sat May 10, 2008 9:23 pm
Location: Maldives

Re: Style changes from 3.0.0-RC5 up to 3.0.1

Post by rhythm1 »

A true PHPBB fan.

I bow my ( :D :) ;) 8-) :P :roll: :idea: ) << HEADS with respect.
`Rhythm
I 'd rather live in a world with PHPBB
Where we stand and where we siT - Shit is bound to be always therE
raff7
Registered User
Posts: 8
Joined: Sat Jun 30, 2007 11:10 pm

Changes from 3.0.0 gold to 3.0.1 rc1

Post by raff7 »

i think there is a small error here:
http://www.phpbb.com/community/viewtopi ... 5#p4886365
this is wrong:
open: /styles/prosilver/template/mcp_topic.html

Code: Select all

<dd><input type="text" name="subject" id="subject" size="45" maxlength="64" tabindex="2" value="{SPLIT_SUBJECT}" title="{L_SPLIT_SUBJECT}" class="inputbox" /></dd>
the right one is:

Code: Select all

<dd><input type="text" name="subject" id="subject" size="45" maxlength="64" tabindex="2" value="{SPLIT_SUBJECT}" title="Type the post subject" class="inputbox" /></dd>
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 3.0.0-RC5 up to 3.0.1

Post by Raimon »

Hmm indeed.
But i have just fixed it.
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
raff7
Registered User
Posts: 8
Joined: Sat Jun 30, 2007 11:10 pm

Re: Style changes from 3.0.0-RC5 up to 3.0.1

Post by raff7 »

oh, lol Ok
just one think... i've the mimic style and i cannot find

Code: Select all

      <dt>{L_ACTIVE_IN_FORUM}:</dt> <dd><!-- IF ACTIVE_FORUM --><strong><a href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></strong><br />({ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT})<!-- ELSE --> - <!-- ENDIF --></dd>
      <dt>{L_ACTIVE_IN_TOPIC}:</dt> <dd><!-- IF ACTIVE_TOPIC --><strong><a href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></strong><br />({ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT})<!-- ELSE --> - <!-- ENDIF --></dd>
or

Code: Select all

{ACTIVE_FORUM_PCT})<!-- ELSE --> - <!-- ENDIF --></dd>
{ACTIVE_TOPIC_PCT})<!-- ELSE --> - <!-- ENDIF --></dd>
anything similar :|

sorry for bothering u, but in files like viewforum_body.html and viewtopic_body.html
there are alredy the updates :\ it's Ok?
Last edited by raff7 on Sun Jun 22, 2008 2:45 pm, edited 1 time in total.
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 3.0.0-RC5 up to 3.0.1

Post by Raimon »

Did you have a url to your board , of a link to the mimic style ?
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!

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