- Ideas for phpBB 3.2 -

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
CaroLPunk
Registered User
Posts: 3
Joined: Sat Mar 05, 2011 7:57 pm
Location: Rio de Janeiro, Brazil
Contact:

- Ideas for phpBB 3.2 -

Post by CaroLPunk »

As the phpBB 3.1 is frozen, I decided to give ideas for the phpBB 3.2.

My ideas are:

1) Develop the phpBB Mobile
2) Add the BBcodes of alignment (Left, Right, Center and Justify) by default
2.1) Add the BBcodes Subscript and superscript by default
2.2) Add the BBcodes Strikethrough by default
@new
3) Remove the subsilver2 theme and put in place a more darker theme. The idea is change the subsilver2 theme by a prosilver recolored, where there is blue recolor of black.
4) Image
Where is it written Rank could change for Group.

Preview of the Theme above: http://www.phpbb.com/styles/demo/3.0/?style_id=985
Last edited by CaroLPunk on Thu Mar 10, 2011 8:54 pm, edited 3 times in total.

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1904
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: Ideas for phpBB 3.2

Post by DavidIQ »

CaroLPunk wrote:2.2) Add the BBcodes Strikethrough
That's already a default ;)
Image

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1904
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: Ideas for phpBB 3.2

Post by DavidIQ »

Appologies...it's not a default BBCode. It was a custom one added in to both here and phpBB.com.
Image

CaroLPunk
Registered User
Posts: 3
Joined: Sat Mar 05, 2011 7:57 pm
Location: Rio de Janeiro, Brazil
Contact:

Re: - Ideas for phpBB 3.2 -

Post by CaroLPunk »

DavidIQ wrote:Appologies...it's not a default BBCode. It was a custom one added in to both here and phpBB.com.
I took a look in the archives of phpBB before posting as ideas. ;)

@edit
You have to preview the release of phpBB 3.0.9? :roll:

User avatar
callumacrae
Former Team Member
Posts: 1046
Joined: Tue Apr 27, 2010 9:37 am
Location: England
Contact:

Re: - Ideas for phpBB 3.2 -

Post by callumacrae »

CaroLPunk wrote:1) Develop the phpBB Mobile
But then I'll be out of a job! :(

Seriously though, it would be great to see this included as a core feature. I would be willing to contribute my code (and my style, if it's done by then).

~Callum
Made by developers, for developers!
My blog

Rotsblok
Registered User
Posts: 325
Joined: Mon Nov 14, 2005 12:21 pm
Location: x= y+1

Re: - Ideas for phpBB 3.2 -

Post by Rotsblok »

TBH if I got the wrong impression..

I believe the BBCode system was being developed as all bbcodes as optional, so no defaults any more.. (but that can also be in 4.0)
ø = 1.618033988749895...
Everything has ø in it

User avatar
Erik Frèrejean
Registered User
Posts: 207
Joined: Thu Oct 25, 2007 2:25 pm
Location: surfnet
Contact:

Re: - Ideas for phpBB 3.2 -

Post by Erik Frèrejean »

CaroLPunk wrote:2) Add the BBcodes of alignment (Left, Right, Center and Justify) by default
2.1) Add the BBcodes Subscript and superscript by default
2.2) Add the BBcodes Strikethrough by default
At which advantage? Adding them is less than 5 minutes work with the custom BBCodes.
Available on .com
Support Toolkit developer

Jhtech101
Registered User
Posts: 3
Joined: Tue Apr 12, 2011 3:39 am

Re: - Ideas for phpBB 3.2 -

Post by Jhtech101 »

Correct me if I am wrong, BBCode is an easy HTML. If it uses HTML as the backbone, then we have a problem. HTML5 removes the functionality of alignments. You have to use CSS for that. So, making the alignments default when more and more browsers are moving into HTML5 would in theory be a waste.

User avatar
Ger
Registered User
Posts: 293
Joined: Mon Jul 26, 2010 1:55 pm
Location: 192.168.1.100
Contact:

Re: - Ideas for phpBB 3.2 -

Post by Ger »

Jhtech101 wrote:Correct me if I am wrong, BBCode is an easy HTML. If it uses HTML as the backbone, then we have a problem. HTML5 removes the functionality of alignments. You have to use CSS for that. So, making the alignments default when more and more browsers are moving into HTML5 would in theory be a waste.
Why? The replacement would be something like

Code: Select all

<p style="text-align: right;">{TEXT}</p>
That's CSS.
Above message may contain errors in grammar, spelling or wrongly chosen words. This is because I'm not a native speaker. My apologies in advance.

User avatar
Sierron
Registered User
Posts: 62
Joined: Wed Aug 25, 2010 11:41 am
Contact:

Re: - Ideas for phpBB 3.2 -

Post by Sierron »

Jhtech101 wrote:Correct me if I am wrong, BBCode is an easy HTML. If it uses HTML as the backbone, then we have a problem. HTML5 removes the functionality of alignments. You have to use CSS for that. So, making the alignments default when more and more browsers are moving into HTML5 would in theory be a waste.
Where do you have that information from? :|

Post Reply