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.

Re: Style changes from 3.0.0-RC5 up to 3.0.1

Postby Raimon » Sun Jun 22, 2008 2:36 pm

Did you have a url to your board , of a link to the mimic style ?
User avatar
Raimon
Styles Team Member
Styles Team Member
 
Posts: 7838
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands

Re: Style changes from 3.0.0-RC5 up to 3.0.1

Postby SwapsRulez » Tue Jun 24, 2008 6:45 am

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

viewtopic.php?f=74&t=585027&p=4886365#p4886365

Image

Image

Nice work again... Thanks

Regards,
Swanky
Project-BB.org : Educational Forum For Engineering, Diploma & Technical Students

The Engineering, Diploma & All technical students lounge for Free Projects, Seminars, Syllabus, Question Papers, College Assignments, Placement Papers, E-Books, Company Information & other technical stuffs.
User avatar
SwapsRulez
Registered User
 
Posts: 163
Joined: Sun Sep 16, 2007 5:48 am
Location: http://www.project-bb.org/

Re: Style changes from 3.0.0-RC5 up to 3.0.1

Postby jrolson » Thu Jul 10, 2008 10:20 pm

Anyone know the style changes for subsilver2 3.0.1 to 3.0.2?
User avatar
jrolson
Registered User
 
Posts: 510
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: Style changes from 3.0.1 to 3.0.2

Postby Raimon » Thu Jul 10, 2008 10:46 pm

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.
User avatar
Raimon
Styles Team Member
Styles Team Member
 
Posts: 7838
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands

Re: Style changes from 3.0.1 to 3.0.2

Postby Raimon » Thu Jul 10, 2008 10:47 pm

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.
User avatar
Raimon
Styles Team Member
Styles Team Member
 
Posts: 7838
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands

Re: Style changes from 3.0.0-RC5 up to 3.0.1

Postby abble CoSa NoStrA » Fri Jul 11, 2008 5:38 am

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? ;)
abble CoSa NoStrA
Registered User
 
Posts: 158
Joined: Thu May 24, 2007 10:49 pm
Location: France

Re: Style changes from 3.0.0-RC5 up to 3.0.2

Postby Raimon » Fri Jul 11, 2008 11:52 pm

That's right there are no differences on that line :)
User avatar
Raimon
Styles Team Member
Styles Team Member
 
Posts: 7838
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands

Re: Style changes from 3.0.0-RC5 up to 3.0.2

Postby will_hough » Sun Jul 13, 2008 3:22 am

The only reason that is there was because of whitespace at the end of those lines that was removed.
User avatar
will_hough
Moderator Team Member
Moderator Team Member
 
Posts: 1970
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

Postby abble CoSa NoStrA » Sun Jul 13, 2008 7:59 am

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 ;)
abble CoSa NoStrA
Registered User
 
Posts: 158
Joined: Thu May 24, 2007 10:49 pm
Location: France

Re: Style changes from 3.0.0-RC5 up to 3.0.2

Postby acctman » Sun Jul 13, 2008 10:44 pm

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 ?
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

Postby Kamahl19 » Sun Jul 13, 2008 10:54 pm

yes you have :) or download new version of style because its really hard work
User avatar
Kamahl19
Translator
 
Posts: 552
Joined: Tue Nov 06, 2007 3:33 pm
Location: Slovakia

Re: Style changes from 3.0.0-RC5 up to 3.0.2

Postby justmetoo » Mon Jul 14, 2008 2:34 pm

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?
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

Postby Raimon » Mon Jul 14, 2008 11:37 pm

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 ) :)
User avatar
Raimon
Styles Team Member
Styles Team Member
 
Posts: 7838
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands

Re: Style changes from 3.0.0-RC5 up to 3.0.2

Postby RoomZ » Wed Jul 16, 2008 2:14 am

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
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

Postby Raimon » Wed Jul 16, 2008 6:07 pm

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
User avatar
Raimon
Styles Team Member
Styles Team Member
 
Posts: 7838
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands

PreviousNext

Return to [3.0.x] Styles Support & Discussion

Who is online

Users browsing this forum: Ash.Smith and 20 guests