Prosilver redesign
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.
Re: Prosilver redesign
not really a fan of the design, and thats not the biggest thing though the real thing is how does it handle on other devices? what is the code look like for that. And where is the rest of it? their are several things missing from the design that should be their that will make it more cluttered.
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: Prosilver redesign
I'm a big fan of minimal, clean designPayBas wrote:It looks nice and clean because everything is disabled/missing .
Granted, I always hide all those features no one ever uses (like the post "sorting" feature). It's all just useless screen clutter for 99% of the users.
-
- Registered User
- Posts: 165
- Joined: Fri Apr 05, 2013 3:38 am
Re: Prosilver redesign
I dont understand... if we are using LESS, cant we do the same without even touching the templates? Meaning, using the defined classes in phpbb templates, add Boostrap styles to it only in the CSS by using LESS mixins? Wouldnt that work? Basically we are adding BS classes to phpbb classes inside CSS file itself where we dont need to modify the templates and we can modify the styles by using reusable classes. Although this work around method will add more unnecessary css since we dont want to touch the template files. If it works, I dont see what the problem is.. If it doesnt, then I have misunderstood on how it can work.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.
Re: Prosilver redesign
I've made a few changes, same ones I made with phpBB 3.0.x carried across to phpBB 3.1 ProSilver style. In short I've changed the font-size and family used for posts and forms (bigger), made forum thread listings show same style images used as for forum listing page on index. Also changed hover colour for highlighted forums and topics listed to white. Matched the same hover colour for members list and online list e.t.c.
You can take a look at the changes I've made by clicking the link in my signature, if interested in having a look at the difference.
What I have noticed with phpBB 3.1 compared to 3.0, the button font looks very different using Chrome browser to FireFox, In FF it looks bold, in Chrome the text in buttons is quite fainted, not bold looking at all. That's because you use CSS for buttons now instead of images with text included in them I think, but the difference different browsers used is very noticeable on how the text gets displayed in buttons now with 3.1.
You can take a look at the changes I've made by clicking the link in my signature, if interested in having a look at the difference.
What I have noticed with phpBB 3.1 compared to 3.0, the button font looks very different using Chrome browser to FireFox, In FF it looks bold, in Chrome the text in buttons is quite fainted, not bold looking at all. That's because you use CSS for buttons now instead of images with text included in them I think, but the difference different browsers used is very noticeable on how the text gets displayed in buttons now with 3.1.
-
- Registered User
- Posts: 2
- Joined: Sun Jul 06, 2014 4:44 pm
Re: Prosilver redesign
(Sorry for my langage, I'm French and not fluent in English)
Archon > I realised a Bootstrap based theme. I submitted my contribution here : https://www.phpbb.com/customise/db/styl ... bootstrap/
You can download phpbb-Bootstrap theme here : https://github.com/Alexandre-T/phpBBBoo ... tag/v2.0.2
The repository is here : https://github.com/Alexandre-T/phpBBBoostrap/
I currently looking phpBB 3.1. I'd like to dev a Bootstrap theme for these release.
Best regards
Archon > I realised a Bootstrap based theme. I submitted my contribution here : https://www.phpbb.com/customise/db/styl ... bootstrap/
You can download phpbb-Bootstrap theme here : https://github.com/Alexandre-T/phpBBBoo ... tag/v2.0.2
The repository is here : https://github.com/Alexandre-T/phpBBBoostrap/
I currently looking phpBB 3.1. I'd like to dev a Bootstrap theme for these release.
Best regards
-
- Registered User
- Posts: 523
- Joined: Sat Apr 22, 2006 10:29 pm
- Contact:
Re: Prosilver redesign
The first link isn't working. Do you have another link to demo?
- Dragosvr92
- Registered User
- Posts: 624
- Joined: Tue May 31, 2011 12:08 pm
- Location: Romania
- Contact:
Re: Prosilver redesign
That looks quite interesting o-Ohttps://github.com/Alexandre-T/phpBBBoostrap/ wrote:Here is a demo of phpBB Bootstrap Template : http://bootstrap.at-it.fr
Here is a demo of a custom phpBB Bootstrap Template : http://orgone.jeuforum.fr
I prefer the drop down menu you used on the Bootstrap style. Both the main icon and the dropdown arrow can be clicked separately while showing another selection .... Oh well. my enligh isnt great either still. I mean the online/offline buttons u added.
=> http://bootstrap.at-it.fr/viewtopic.php?f=6&t=6
Previous user: TheKiller
Avatar on Memberlist 1.0.3
Avatar on Memberlist 1.0.3
-
- Registered User
- Posts: 523
- Joined: Sat Apr 22, 2006 10:29 pm
- Contact:
Re: Prosilver redesign
@ Alexandre T - Looks really good!
Re: Prosilver redesign
Bootstrap doesn't feel comfy when I see a phpbb3 theme based on it.
Feels like im browsing a SourceForge download page.
Feels like im browsing a SourceForge download page.
Re: Prosilver redesign
its due to the adoption of all the defaults within bootstrap not really to the use of the framework. technically speaking you could render pro-silver as is with bootstrap given ample effort and time. But their would be a lot of overhead which is why straight bootstrap is not the way to goPete77s wrote:Bootstrap doesn't feel comfy when I see a phpbb3 theme based on it.
Feels like im browsing a SourceForge download page.