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)
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
- Ideas for phpBB 3.2 -
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.
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.
-
- Registered User
- Posts: 3
- Joined: Sat Mar 05, 2011 7:57 pm
- Location: Rio de Janeiro, Brazil
- Contact:
- Ideas for phpBB 3.2 -
Last edited by CaroLPunk on Thu Mar 10, 2011 8:54 pm, edited 3 times in total.
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: Ideas for phpBB 3.2
Appologies...it's not a default BBCode. It was a custom one added in to both here and phpBB.com.
-
- Registered User
- Posts: 3
- Joined: Sat Mar 05, 2011 7:57 pm
- Location: Rio de Janeiro, Brazil
- Contact:
Re: - Ideas for phpBB 3.2 -
I took a look in the archives of phpBB before posting as ideas.DavidIQ wrote:Appologies...it's not a default BBCode. It was a custom one added in to both here and phpBB.com.
@edit
You have to preview the release of phpBB 3.0.9?
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: - Ideas for phpBB 3.2 -
But then I'll be out of a job!CaroLPunk wrote:1) Develop the phpBB Mobile
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
Re: - Ideas for phpBB 3.2 -
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)
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
Everything has ø in it
- Erik Frèrejean
- Registered User
- Posts: 207
- Joined: Thu Oct 25, 2007 2:25 pm
- Location: surfnet
- Contact:
Re: - Ideas for phpBB 3.2 -
At which advantage? Adding them is less than 5 minutes work with the custom BBCodes.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
Available on .com
Support Toolkit developer
Support Toolkit developer
Re: - Ideas for phpBB 3.2 -
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.
Re: - Ideas for phpBB 3.2 -
Why? The replacement would be something likeJhtech101 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.
Code: Select all
<p style="text-align: right;">{TEXT}</p>
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.
Re: - Ideas for phpBB 3.2 -
Where do you have that information from?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.