Discuss phpBB 3.0.7 released

Do not post support requests, bug reports or feature requests. Discuss phpBB here. Non-phpBB related discussion goes in General Discussion!
Ideas Centre
User avatar
MGadAllah
Registered User
Posts: 1062
Joined: Sat Sep 01, 2007 6:50 pm
Location: EGYPT - Cairo
Name: Mohamed GadAllah

Re: Discuss phpBB 3.0.7 released

Post by MGadAllah »

Hauzer wrote:Hi there,

Sorry for the bother everyone, but could I know the skin template changes from phpBB 3.0.6 to phpBB 3.0.7 for subsilver2. I'm a skin coder for phpBB and would like to know the differences so I could update my skins to the latest version.

Kind regards.
this is the change log and nothing mentioned in the official topic about any changes in the mentioned style unless i've missed something.
Would you like to know more about ISLAM ?
User avatar
Noxwizard
Support Team Leader
Support Team Leader
Posts: 10589
Joined: Mon Jun 27, 2005 8:41 pm
Location: Texas, USA
Name: Patrick Webster

Re: Discuss phpBB 3.0.7 released

Post by Noxwizard »

[Support Template] - [Read Before Posting] - [phpBB Knowledge Base]
Do not contact me for private support, please share the question in our forums.
aaalba
Registered User
Posts: 83
Joined: Tue Dec 30, 2008 5:38 pm

Re: Discuss phpBB 3.0.7 released

Post by aaalba »

what type of update i should go to update my board from 3.05 to 3.07

Auto updater?

I ahve installed mchat mod, advertisement manager, quick reply mod and some minor mods.
User avatar
JimA
Former Team Member
Posts: 7833
Joined: Thu Jul 31, 2008 5:54 am
Location: The Netherlands
Name: Jim Mossing Holsteyn

Re: Discuss phpBB 3.0.7 released

Post by JimA »

aaalba wrote:what type of update i should go to update my board from 3.05 to 3.07
Yes, the Automatic Update package would be the way to go for you. :)
Jim Mossing Holsteyn - Former Community Team Leader
Knowledge Base | Documentation | Board rules

If you're having any questions about the rules/customs of this website, feel free to drop me a PM.
User avatar
MGadAllah
Registered User
Posts: 1062
Joined: Sat Sep 01, 2007 6:50 pm
Location: EGYPT - Cairo
Name: Mohamed GadAllah

Re: Discuss phpBB 3.0.7 released

Post by MGadAllah »

aaalba wrote:what type of update i should go to update my board from 3.05 to 3.07

Auto updater?

I ahve installed mchat mod, advertisement manager, quick reply mod and some minor mods.
my advise would be uninstall the mod that has been added to the phpbb core then use the automatic update package as this is what i've did myself.
Would you like to know more about ISLAM ?
User avatar
Boardtalk.net
Registered User
Posts: 1245
Joined: Fri Jun 05, 2009 8:12 pm
Location: Ireland
Name: Colette

Re: Discuss phpBB 3.0.7 released

Post by Boardtalk.net »

3.0.7! Wow, thanks people ;)
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: Discuss phpBB 3.0.7 released

Post by Lumpy Burgertushie »

In the code changes file for prosilver:

Code: Select all

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


#
#-----[ FIND ]---------------------------------------------
# Around Line 1
# @copyright (c) 2006 phpBB Group 
# @license http://opensource.org/licenses/gpl-license.php GNU Public License 

#
#-----[ REPLACE WITH ]---------------------------------------------
#
# @copyright (c) 2006 phpBB Group
# @license http://opensource.org/licenses/gpl-license.php GNU Public License
you are replacing it with the same thing.

Code: Select all

#-----[ FIND ]---------------------------------------------
# Around Line 9
# the value, then enclose the value with single or double quotes. 
# Single and double quotes do not need to be escaped.
#
# 

# General Information about this style
name = prosilver
copyright = © phpBB Group, 2007
version = 3.0.6

# Images
img_site_logo = site_logo.gif*52*139
img_poll_left = 
img_poll_center = 
img_poll_right = 
img_icon_friend = 
img_icon_foe = 

#
#-----[ REPLACE WITH ]---------------------------------------------
#
# the value, then enclose the value with single or double quotes.
# Single and double quotes do not need to be escaped.
#
#

# General Information about this style
name = prosilver
copyright = © phpBB Group, 2007
version = 3.0.7

# Images
img_site_logo = site_logo.gif*52*139
img_poll_left =
img_poll_center =
img_poll_right =
img_icon_friend =
img_icon_foe =
why are the images included? there is nothing changing there
also:

Code: Select all

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
# @copyright (c) 2005 phpBB Group 
# @license http://opensource.org/licenses/gpl-license.php GNU Public License 

#
#-----[ REPLACE WITH ]---------------------------------------------
#
# @copyright (c) 2005 phpBB Group
# @license http://opensource.org/licenses/gpl-license.php GNU Public License
no change either.

same for the one below:

Code: Select all

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
# @copyright (c) 2006 phpBB Group 
# @license http://opensource.org/licenses/gpl-license.php GNU Public License 

#
#-----[ REPLACE WITH ]---------------------------------------------
#
# @copyright (c) 2006 phpBB Group
# @license http://opensource.org/licenses/gpl-license.php GNU Public License
same here:

Code: Select all

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
# @copyright (c) 2006 phpBB Group 
# @license http://opensource.org/licenses/gpl-license.php GNU Public License 

#
#-----[ REPLACE WITH ]---------------------------------------------
#
# @copyright (c) 2006 phpBB Group
# @license http://opensource.org/licenses/gpl-license.php GNU Public License
subsilver2:
both of these rplaces are the same as the find.

Code: Select all

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
# @copyright (c) 2005 phpBB Group 
# @license http://opensource.org/licenses/gpl-license.php GNU Public License 

#
#-----[ REPLACE WITH ]---------------------------------------------
#
# @copyright (c) 2005 phpBB Group
# @license http://opensource.org/licenses/gpl-license.php GNU Public License


#
#-----[ FIND ]---------------------------------------------
# Around Line 84
img_subforum_read = 
img_subforum_unread = 

#
#-----[ REPLACE WITH ]---------------------------------------------
#
img_subforum_read =
img_subforum_unread =
same for below:

Code: Select all

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
# @copyright (c) 2005 phpBB Group 
# @license http://opensource.org/licenses/gpl-license.php GNU Public License 

#
#-----[ REPLACE WITH ]---------------------------------------------
#
# @copyright (c) 2005 phpBB Group
# @license http://opensource.org/licenses/gpl-license.php GNU Public License
and once again:

Code: Select all

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
# @copyright (c) 2005 phpBB Group 
# @license http://opensource.org/licenses/gpl-license.php GNU Public License 

#
#-----[ REPLACE WITH ]---------------------------------------------
#
# @copyright (c) 2005 phpBB Group
# @license http://opensource.org/licenses/gpl-license.php GNU Public License
and finally:

Code: Select all

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
# @copyright (c) 2005 phpBB Group 
# @license http://opensource.org/licenses/gpl-license.php GNU Public License 

#
#-----[ REPLACE WITH ]---------------------------------------------
#
# @copyright (c) 2005 phpBB Group
# @license http://opensource.org/licenses/gpl-license.php GNU Public License
robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
Cpt. Blackbeard
Registered User
Posts: 443
Joined: Sat Oct 31, 2009 4:39 am
Location: USA

Re: Discuss phpBB 3.0.7 released

Post by Cpt. Blackbeard »

My only complaint is, you're two days late. I just set up a new Forum and two days later I gotta update, would have waited had I known you were so close :D
Update was easy though and it is working flawlessly, thanks.
User avatar
nickvergessen
Former Team Member
Posts: 4397
Joined: Mon Apr 30, 2007 5:33 pm
Location: Stuttgart, Germany
Name: Joas Schilling

Re: Discuss phpBB 3.0.7 released

Post by nickvergessen »

Lumpy Burgertushie: just a guess, but maybe the line-ends were changed? or whitespaces?
No Support via PM
User avatar
jdkrause
Registered User
Posts: 32
Joined: Sun Oct 26, 2008 5:04 am
Location: Michigan, USA

Re: Discuss phpBB 3.0.7 released

Post by jdkrause »

Am I missing something? I have the "Quick Reply" option enabled and it is not showing up. Is this supposed to be like the "Prime Quick Reply" mod?

Aside from that, the update/upgrade appears to have gone smoothly.
The Terror Drome — Daily G.I. Joe News and Discussions
// http://www.theterrordrome.com \\
updown
Registered User
Posts: 542
Joined: Sat Jan 05, 2008 6:53 am

Re: Discuss phpBB 3.0.7 released

Post by updown »

@jdkrause:
iWisdom wrote:Please note that this topic is not for support. Support questions should be asked in the Support Forum; issues regarding MODs should be discussed/resolved in that MOD's topic. Thanks.
Besides that: Have you also updated your style? ;)
User avatar
jdkrause
Registered User
Posts: 32
Joined: Sun Oct 26, 2008 5:04 am
Location: Michigan, USA

Re: Discuss phpBB 3.0.7 released

Post by jdkrause »

updown wrote:@jdkrause:
iWisdom wrote:Please note that this topic is not for support. Support questions should be asked in the Support Forum; issues regarding MODs should be discussed/resolved in that MOD's topic. Thanks.
Besides that: Have you also updated your style? ;)
I realize this thread isn't for support, but it does involve the 3.0.7 release which this thread is a discussion for. This was supposed to be feature within the update.

Have updated my style how? I'm using the ProSilver theme.
The Terror Drome — Daily G.I. Joe News and Discussions
// http://www.theterrordrome.com \\
updown
Registered User
Posts: 542
Joined: Sat Jan 05, 2008 6:53 am

Re: Discuss phpBB 3.0.7 released

Post by updown »

jdkrause wrote: but it does involve the 3.0.7 release which this thread is a discussion for. This was supposed to be feature within the update.
No, QR has been a feature since 3.0.6, 3.0.7 only adds a button in ACP to enable it for all forums at once - so this is definitely something for individual support ;)
User avatar
tbackoff
Former Team Member
Posts: 7068
Joined: Thu Jun 04, 2009 1:41 am
Location: cheerleading practice
Name: Tabitha Backoff

Re: Discuss phpBB 3.0.7 released

Post by tbackoff »

nickvergessen wrote:Lumpy Burgertushie: just a guess, but maybe the line-ends were changed? or whitespaces?
Yes, it was the whitespaces at the end of a few lines
Flying is the second best thrill to cheerleaders; being caught is the first.
Argos1958
Registered User
Posts: 30
Joined: Wed Jun 24, 2009 5:09 am

Re: Discuss phpBB 3.0.7 released

Post by Argos1958 »

Thanks guys,

I just ran the update from 3.0.5 to 3.0.7 - a bit nervous - but when it was all said and done; for once there was more done than said!!!

Well done

Argos1958
http://www.phpbb.com/rules/#rule6a
small but growing
Last edited by lurttinen on Mon Mar 01, 2010 11:05 pm, edited 1 time in total.
Reason: No unnecessary links.

Return to “phpBB Discussion”