Prosilver redesign

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.
Post Reply
User avatar
Meis2M
Registered User
Posts: 448
Joined: Fri Apr 23, 2010 10:18 am
Contact:

Re: Prosilver redesign

Post by Meis2M »

Prosilver redesign can start with Fontawesome icons and buttons.

User avatar
Arty
Former Team Member
Posts: 985
Joined: Wed Mar 06, 2002 2:36 pm
Location: Mars
Contact:

Re: Prosilver redesign

Post by Arty »

No offense, but this topic shows that all of you have absolutely no clue about forum style design. Bootstrap is great, but not for phpBB. Why? Because all layout is defined by class names. In BS to change item layout usually all you have to do is change class name of item.

It is completely opposite to what forum needs.

Perfect forum style would have HTML code that designers wouldn't want to mess with. To change layout designers would need to change only CSS in their style. Why? Because phpBB is extendable software. Extensions add more HTML code that is designed for default style. If layout is changed in CSS those extensions would work fine with all styles. If layout is defined by class names (like BS) extensions will have to be modified for each style.

Prosilver redesign is needed, but you are going about it wrong way.

User avatar
PayBas
Registered User
Posts: 305
Joined: Tue Jul 29, 2008 6:08 pm
Contact:

Re: Prosilver redesign

Post by PayBas »

I tend to agree with Arty.

This is also exactly the reason why I am rewriting my massive styles completely, so they can inherit from proSilver 3.1. I'm trying to get rid of as many of my templates and hope to do everything purely in CSS (so that extensions will work better).

That being said... I've started including Font Awesome and this could be relatively easily included.

User avatar
NORDLANDVOLK
Registered User
Posts: 44
Joined: Thu Oct 14, 2010 8:14 pm
Location: Tracia

Re: Prosilver redesign

Post by NORDLANDVOLK »

Arty wrote:No offense, but this topic shows that all of you have absolutely no clue about forum style design. Bootstrap is great, but not for phpBB. Why? Because all layout is defined by class names. In BS to change item layout usually all you have to do is change class name of item.

It is completely opposite to what forum needs.

Perfect forum style would have HTML code that designers wouldn't want to mess with. To change layout designers would need to change only CSS in their style. Why? Because phpBB is extendable software. Extensions add more HTML code that is designed for default style. If layout is changed in CSS those extensions would work fine with all styles. If layout is defined by class names (like BS) extensions will have to be modified for each style.

Prosilver redesign is needed, but you are going about it wrong way.
+1
sorry for my bad english :oops:

User avatar
hanakin
Front-End Dev Team Lead
Front-End Dev Team Lead
Posts: 968
Joined: Sat Dec 25, 2010 9:02 pm
Contact:

Re: Prosilver redesign

Post by hanakin »

Arty wrote:No offense, but this topic shows that all of you have absolutely no clue about forum style design. Bootstrap is great, but not for phpBB. Why? Because all layout is defined by class names. In BS to change item layout usually all you have to do is change class name of item.

It is completely opposite to what forum needs.

Perfect forum style would have HTML code that designers wouldn't want to mess with. To change layout designers would need to change only CSS in their style. Why? Because phpBB is extendable software. Extensions add more HTML code that is designed for default style. If layout is changed in CSS those extensions would work fine with all styles. If layout is defined by class names (like BS) extensions will have to be modified for each style.

Prosilver redesign is needed, but you are going about it wrong way.
While i can some what see a point about classes cluttering the html for layout the fact is it shows you have absolutely no clue about front-end design/development :roll: sorry you had that coming chill dude.

1. Not sure this is really a problem with the amount of css classes but more a problem with lack of stringent semantics for the HTML coupled with best practices when it comes to CSS in the base theme.

2. FYI BS can affect layout via mixins that do not affect layout. When you boil it down its just a resource library. You do not have to use the layout classes. Layout should really be its own css file anyway if your following best practices.

3. Its less intensive and provides far more maintainability to apply more classes to the html then create more none objective css. All this does is add bloat to your css file and complicate the DOM. This is extremely noticeable on larger forums with lots of extensions...

4. Its far easier from a maintainability standpoint for the software as a whole if the theme relies less on css tweaks leading to bloated un-maintainable css that will just leave us in the same place we are now 1-2yrs after the release of another theme.

5. A theme completely deprived of classes vs one with some strategically applied well documented, tried and true classes will have little difference when it comes to extensions any way since all themes will share a common base. As long as the extension author builds the HTML changes based on BS using proper semantics.

6. If the theme is coded in block/element/model format using OOP following SMACS then everything should be a self contained object anyway thus eliminating the issue with extensions.

Not all of BS needs to be used, and its totally doable to just make ones own style based on these but again maintainability is a *beep* one that Bootstrap handles extremely well. The fact is prosilver is not just flawed behind the scenes its also massively flawed from a UX/UI standpoint as well which will drastically help limit the amount of layout that the theme should need.
Donations welcome via Paypal Image

User avatar
wintstar
Registered User
Posts: 108
Joined: Sun Dec 02, 2012 1:38 pm
Location: Gießen /Hessen Germany
Contact:

Re: Prosilver redesign

Post by wintstar »

Arty wrote:No offense, but this topic shows that all of you have absolutely no clue about forum style design. Bootstrap is great, but not for phpBB. Why? Because all layout is defined by class names. In BS to change item layout usually all you have to do is change class name of item.

It is completely opposite to what forum needs.

Perfect forum style would have HTML code that designers wouldn't want to mess with. To change layout designers would need to change only CSS in their style. Why? Because phpBB is extendable software. Extensions add more HTML code that is designed for default style. If layout is changed in CSS those extensions would work fine with all styles. If layout is defined by class names (like BS) extensions will have to be modified for each style.

Prosilver redesign is needed, but you are going about it wrong way.
+

Why revert to foreign. Bootstrap is not everything. Eventually, the flat design is out. And then what? Prosilver is a beautiful design, well come in the years. But it is now well on the right way.
Greeting Stephan :-)

User avatar
Meis2M
Registered User
Posts: 448
Joined: Fri Apr 23, 2010 10:18 am
Contact:

Re: Prosilver redesign

Post by Meis2M »

Arty how old are u?
we know you are style designer but you should not insult others.
im designer too for wordpress and phpBB. your literature is not friendly sorry for you.

User avatar
Pico88
Registered User
Posts: 73
Joined: Tue Apr 12, 2011 2:32 pm

Re: Prosilver redesign

Post by Pico88 »

Meis2M wrote:Arty how old are u?
we know you are style designer but you should not insult others.
im designer too for wordpress and phpBB. your literature is not friendly sorry for you.
http://www.phpbbhacks.com/10thanniversa ... ushkin.php ;)

User avatar
nickvergessen
Former Team Member
Posts: 733
Joined: Sun Oct 07, 2007 11:54 am
Location: Stuttgart, Germany
Contact:

Re: Prosilver redesign

Post by nickvergessen »

Please keep the topic on the spot, otherwise I will close it, as it's not leading to anything usefull since page 2.
Member of the Development-TeamNo Support via PM

aleha
Registered User
Posts: 143
Joined: Tue Mar 26, 2013 2:19 am

Re: Prosilver redesign

Post by aleha »

I too, do not believe that BS is the right way for this.
If someone wants to try BS then why not create a theme for 3.1 with BS and share it.
This has been done for 3.0.x here.

Post Reply