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
User avatar
SwapsRulez
Registered User
Posts: 163
Joined: Sun Sep 16, 2007 5:48 am

Re: Style changes from 3.0.0-RC5 up to 3.0.1

Post by SwapsRulez »

Hi Raimon, really useful post. I found some conflicts in your code.

http://www.phpbb.com/community/viewtopi ... 5#p4886365

Image

Image

Nice work again... Thanks

Regards,
Swanky
User avatar
jrolson
Registered User
Posts: 976
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: Style changes from 3.0.0-RC5 up to 3.0.1

Post by jrolson »

Anyone know the style changes for subsilver2 3.0.1 to 3.0.2?
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.1 to 3.0.2

Post by Raimon »

First a little site note, the changes can you find on the code changes package ; http://www.phpbb.com/downloads/olympus.php , but to keep the record i post it also here on this topic :ugeek:

Style changes from 3.0.1 to 3.0.2

Subsilver2:

#
#-----[ OPEN ]---------------------------------------------
#
styles/subsilver2/imageset/imageset.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 17
#

Code: Select all

# General Information about this style
name = subsilver2
copyright = © phpBB Group, 2003
#
#-----[ FIND ]---------------------------------------------
# Around Line 22

Code: Select all

version = 3.0.0
#
#-----[ REPLACE WITH ]---------------------------------------------
#

Code: Select all

version = 3.0.2
#
#-----[ OPEN ]---------------------------------------------
#
styles/subsilver2/style.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 17
#

Code: Select all

# General Information about this style
name = subsilver2
copyright = © 2005 phpBB Group
#
#-----[ FIND ]---------------------------------------------
# Around Line 22

Code: Select all

version = 3.0.0
#
#-----[ REPLACE WITH ]---------------------------------------------
#

Code: Select all

version = 3.0.2
#
#-----[ OPEN ]---------------------------------------------
#
styles/subsilver2/template/search_results.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 33

Code: Select all

				{topicrow.ATTACH_ICON_IMG} <a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a>
#
#-----[ REPLACE WITH ]---------------------------------------------
#

Code: Select all

				{searchresults.ATTACH_ICON_IMG} <a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a>
#
#-----[ OPEN ]---------------------------------------------
#
styles/subsilver2/template/template.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 17
#

Code: Select all

# General Information about this template
name = subsilver2
copyright = &copy; phpBB Group, 2003
#
#-----[ FIND ]---------------------------------------------
# Around Line 22

Code: Select all

version = 3.0.0
#
#-----[ REPLACE WITH ]---------------------------------------------
#

Code: Select all

version = 3.0.2
#
#-----[ OPEN ]---------------------------------------------
#
styles/subsilver2/theme/theme.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 19
#

Code: Select all

# General Information about this theme
name = subsilver2
copyright = &copy; phpBB Group, 2003
#
#-----[ FIND ]---------------------------------------------
# Around Line 24

Code: Select all

version = 3.0.0

#
#-----[ REPLACE WITH ]---------------------------------------------
#

Code: Select all

version = 3.0.2
Last edited by Raimon on Sun Jul 27, 2008 8:23 pm, edited 3 times in total.
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
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.1 to 3.0.2

Post by Raimon »

Style changes from 3.0.1 to 3.0.2

Prosilver

#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/imageset/imageset.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 17
#

Code: Select all

# General Information about this style
name = prosilver
copyright = &copy; phpBB Group, 2007
#
#-----[ FIND ]---------------------------------------------
# Around Line 22

Code: Select all

version = 3.0.0
#
#-----[ REPLACE WITH ]---------------------------------------------
#

Code: Select all

version = 3.0.2
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/style.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 17
#

Code: Select all

# General Information about this style
name = prosilver
copyright = &copy; phpBB Group, 2007
#
#-----[ FIND ]---------------------------------------------
# Around Line 22

Code: Select all

version = 3.0.0
#
#-----[ REPLACE WITH ]---------------------------------------------
#

Code: Select all

version = 3.0.2
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/mcp_ban.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 42

Code: Select all

<dd><label for="ban"><textarea name="ban" id="ban" class="inputbox" cols="40" rows="3">{USERNAMES}</textarea></label></dd>
#
#-----[ REPLACE WITH ]---------------------------------------------
#

Code: Select all

<dd><label for="ban"><textarea name="ban" id="ban" class="inputbox" cols="40" rows="3">{BAN_QUANTIFIER}</textarea></label></dd>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/mcp_queue.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 34

Code: Select all

<li><p class="notopics">{L_DELETED_TOPIC}</li>	


#
#-----[ REPLACE WITH ]---------------------------------------------
#

Code: Select all

<li><p class="notopics">{L_DELETED_TOPIC}</p></li>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/memberlist_view.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 17

Code: Select all

<dl class="left-box details" style="width: 80%;">
		<dt>{L_USERNAME}:</dt>
		<dd>
			<!-- IF USER_COLOR --><span style="color: {USER_COLOR}; font-weight: bold;"><!-- ELSE --><span><!-- ENDIF -->{USERNAME}</span>
			<!-- IF U_USER_ADMIN --> [ <a href="{U_USER_ADMIN}">{L_USER_ADMIN}</a> ]<!-- ENDIF -->
#
#-----[ AFTER, ADD ]---------------------------------------------
#

Code: Select all

<!-- IF U_USER_BAN --> [ <a href="{U_USER_BAN}">{L_USER_BAN}</a> ]<!-- ENDIF -->
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/message_body.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 2

Code: Select all

<!-- IF SCRIPT_NAME == "search" and not S_BOARD_DISABLED and not S_NO_SEARCH --><p><a href="{U_SEARCH}" class="{S_CONTENT_FLOW_BEGIN}">{L_RETURN_TO_SEARCH_ADV}</a></p><!-- ENDIF -->
#
#-----[ REPLACE WITH ]---------------------------------------------
#

Code: Select all

	<!-- IF SCRIPT_NAME == "search" and not S_BOARD_DISABLED and not S_NO_SEARCH and L_RETURN_TO_SEARCH_ADV --><p><a href="{U_SEARCH}" class="{S_CONTENT_FLOW_BEGIN}">{L_RETURN_TO_SEARCH_ADV}</a></p><!-- ENDIF -->
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/template.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 17
#

Code: Select all

# General Information about this template
name = prosilver
copyright = &copy; phpBB Group, 2007
#
#-----[ FIND ]---------------------------------------------
# Around Line 22

Code: Select all

version = 3.0.0
#
#-----[ REPLACE WITH ]---------------------------------------------
#

Code: Select all

version = 3.0.2
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/ucp_main_subscribed.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 79

Code: Select all

<div><a href="#" onclick="marklist('ucp', '', true); return false;">{L_MARK_ALL}</a> &bull; <a href="#" onclick="marklist('ucp', '', false); return false;">{L_UNMARK_ALL}</a></div>
#
#-----[ REPLACE WITH ]---------------------------------------------
#

Code: Select all

<div><a href="#" onclick="marklist('ucp', 't', true); return false;">{L_MARK_ALL}</a> &bull; <a href="#" onclick="marklist('ucp', 't', false); return false;">{L_UNMARK_ALL}</a></div>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/ucp_pm_history.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 7

Code: Select all

<div class="postbody" id="pr{history_row.U_MSG_ID}">
#
#-----[ REPLACE WITH ]---------------------------------------------
#

Code: Select all

<div class="postbody" id="pr{history_row.MSG_ID}">
#
#-----[ FIND ]---------------------------------------------
# Around Line 17

Code: Select all

<div class="content<!-- IF history_row.S_CURRENT_MSG --> current<!-- ENDIF -->" id="message_{history_row.U_MSG_ID}">
#
#-----[ REPLACE WITH ]---------------------------------------------
#

Code: Select all

<div class="content<!-- IF history_row.S_CURRENT_MSG --> current<!-- ENDIF -->" id="message_{history_row.MSG_ID}">
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/template/viewforum_body.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 104

Code: Select all

</div>

			<span class="corners-bottom"><span></span></span></div>
		</div>

#
#-----[ AFTER, ADD ]---------------------------------------------
#

Code: Select all

</form>

#
#-----[ FIND ]---------------------------------------------
# Around Line 171

Code: Select all

<label>{L_DISPLAY_TOPICS}: {S_SELECT_SORT_DAYS}</label> 
			<label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label> 
#
#-----[ REPLACE WITH ]---------------------------------------------
#

Code: Select all

<label>{L_DISPLAY_TOPICS}: {S_SELECT_SORT_DAYS}</label>
			<label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label>
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/theme/bidi.css

#
#-----[ FIND ]---------------------------------------------
# Around Line 251

Code: Select all

	padding: 0 0 0 12px;
	background-position: 100% 100%;
#
#-----[ REPLACE WITH ]---------------------------------------------
#

Code: Select all

	padding-right: 12px;
	background-position: right;
#
#-----[ OPEN ]---------------------------------------------
#
styles/prosilver/theme/theme.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 19
#

Code: Select all

# General Information about this theme
name = prosilver
copyright = &copy; phpBB Group, 2007
#
#-----[ FIND ]---------------------------------------------
# Around Line 24

Code: Select all

version = 3.0.0
#
#-----[ REPLACE WITH ]---------------------------------------------
#

Code: Select all

version = 3.0.2
Last edited by Raimon on Sun Jul 27, 2008 8:23 pm, edited 1 time in total.
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
abble CoSa NoStrA
Registered User
Posts: 157
Joined: Thu May 24, 2007 10:49 pm

Re: Style changes from 3.0.0-RC5 up to 3.0.1

Post by abble CoSa NoStrA »

hi and thanks for your job Raimon.
i can't see differences for prosilver with changes for viewforum_body.html
#
#-----[ FIND ]---------------------------------------------
# Around Line 171

Code: Select all

<label>{L_DISPLAY_TOPICS}: {S_SELECT_SORT_DAYS}</label> 
         <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label> 
#
#-----[ REPLACE WITH ]---------------------------------------------
#

Code: Select all

<label>{L_DISPLAY_TOPICS}: {S_SELECT_SORT_DAYS}</label>
         <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label>
can you confirm please? ;)
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.2

Post by Raimon »

That's right there are no differences on that line :)
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
User avatar
will_hough
Former Team Member
Posts: 1955
Joined: Mon Feb 06, 2006 8:47 pm
Location: Michigan
Name: Will Hough

Re: Style changes from 3.0.0-RC5 up to 3.0.2

Post by will_hough »

The only reason that is there was because of whitespace at the end of those lines that was removed.
abble CoSa NoStrA
Registered User
Posts: 157
Joined: Thu May 24, 2007 10:49 pm

Re: Style changes from 3.0.0-RC5 up to 3.0.2

Post by abble CoSa NoStrA »

will_hough wrote:The only reason that is there was because of whitespace at the end of those lines that was removed.
ok thanks for explication ;)
acctman
Registered User
Posts: 103
Joined: Thu Feb 09, 2006 5:48 pm

Re: Style changes from 3.0.0-RC5 up to 3.0.2

Post by acctman »

I'm moving from 3.0.0RC5 to 3.0.2 where should I start with changing my style over. Do i have to manually do the changes for each version up to 3.0.2 ?
User avatar
Kamahl19
Registered User
Posts: 1598
Joined: Tue Nov 06, 2007 3:33 pm
Location: Slovakia
Name: Martin

Re: Style changes from 3.0.0-RC5 up to 3.0.2

Post by Kamahl19 »

yes you have :) or download new version of style because its really hard work
justmetoo
Registered User
Posts: 133
Joined: Thu Jan 22, 2004 3:54 am

Re: Style changes from 3.0.0-RC5 up to 3.0.2

Post by justmetoo »

SO how hard is it to remake a skin ???

phpbb comes with a standard skin obviously, can u just insert that after deleting the old skin??

Are there any options to have daughter skins to inherits chnages from parent skins?
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.2

Post by Raimon »

justmetoo wrote:SO how hard is it to remake a skin ???
Quit easy , if you learn some html and css you can do alot then.
phpbb comes with a standard skin obviously, can u just insert that after deleting the old skin??
How do you mean ?
Are there any options to have daughter skins to inherits chnages from parent skins?
I really don't know , you can search for styles on this forum , search for releases.
Also i think this is not to ask which styles are available, if you could post a new topic about that , you get faster responds .This topic is more to ask for help for style updates if you got problems with some manually updates ( code changes ) :)
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
User avatar
RoomZ
Registered User
Posts: 19
Joined: Sat Jul 12, 2008 5:08 am

Re: Style changes from 3.0.0-RC5 up to 3.0.2

Post by RoomZ »

Why wasn't this update included in subsilver? Both here, and in "Code changes" package, kinda weird since its a new feature; In memberlist_view add this in the place you want it to be, my suggestion is to add it next to "Test Permissions":

Code: Select all

<!-- IF U_USER_BAN --><span class="genmed"> [ <a href="{U_USER_BAN}">{L_USER_BAN}</a> ]</span><!-- ENDIF -->
On a side note, this is one of the greatest topics I've seen in phpBB community, great work man. :)
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.2

Post by Raimon »

RoomZ wrote:Why wasn't this update included in subsilver? Both here, and in "Code changes" package, kinda weird since its a new feature; In memberlist_view add this in the place you want it to be, my suggestion is to add it next to "Test Permissions":

Code: Select all

<!-- IF U_USER_BAN --><span class="genmed"> [ <a href="{U_USER_BAN}">{L_USER_BAN}</a> ]</span><!-- ENDIF -->
You have a good point on this, it seems that the phpBB development team not added the ban option for it on subsilver2.
Would you be so kind to report it on the bug tracker.
So the development team are aware of this :)
On a side note, this is one of the greatest topics I've seen in phpBB community, great work man. :)
Thank you much appreciate , and your welcome :D
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
User avatar
RoomZ
Registered User
Posts: 19
Joined: Sat Jul 12, 2008 5:08 am

Re: Style changes from 3.0.0-RC5 up to 3.0.2

Post by RoomZ »

I did report it, and they said its not a bug and there are no changes needed for subsilver, I'm starting to think that subsilver support is being dropped slowly. :(

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