Author |
Message |
b0blee Board Member

Joined: 11 Jun 2012
        Posts: 39 Location: Cloverdale, northern California

|
Posted: Sun Feb 24, 2019 4:00 am Post subject: Responsive Style? |
|
|
Switching styles for mobile isn't the best approach anymore. Has anyone succeeded in developing a responsive style for phpBB2 using the layout features of HTML5? I've been trying but I'm not well versed in the new paradigm. I'm looking for a style that works well on mobile, tablet and desktop. It would be nice if it was also backwards compatible for old computers, as most of my members are geezers. _________________ -𝕓𝕆𝕓- at The Steel Guitar Forum |
|
Back to top |
|
 |
Vendethiel Board Member

Joined: 26 Oct 2014
      Posts: 224

|
Posted: Sun Feb 24, 2019 3:09 pm Post subject: Re: Responsive Style? |
|
|
I know of a few projects to use Bootstrap instead of tables in phpBB2, but AFAIK none got completed. _________________ Developer on EzArena, the ADR premod.
Developer on Icy Phoenix, the phpBB hybrid cms.
Developer on IntegraMOD, the full-featured premod.
Help me archive premods on github! (fixed for recent PHPs). |
|
Back to top |
|
 |
Salvatos Board Member

Joined: 19 Feb 2009
            Posts: 446 Location: Québec

|
Posted: Sun Feb 24, 2019 7:07 pm Post subject: Re: Responsive Style? |
|
|
Old computers shouldn't be a problem per se, but obsolete browsers can definitely be. You would probably want to use either a Flexbox or Grid layout, but both are buggy on the last version of Internet Explorer, for example, and Grid is plainly not supported on Opera Mini, which although not updated since 2015 still has more than 1% usage apparently. Then there's a number of other CSS features that one might want to use that may or may not be supported across the board. It would help to know your userbase better and see if you feel bold enough to leave some users behind if they refuse to update their software.
I personally feel like it would be a large enough undertaking that it would warrant moving on to another forum software if you can. You have to take into account that smartphones were barely or not yet a thing when phpBB2 development ended, and as far as I know even phpBB3 doesn't do mobile. Nothing in the code was designed for that sort of use, so you not only need to edit the CSS but add new language strings, change how certain data are passed to the template files, etc. If you want it to be responsive rather than to have two different templates, you also need to think about whether to keep all the information on both layouts. There's a lot of stuff on every page that's hard to cram into a mobile screen, but you probably don't want to take it away completely from those using a computer. Simple things like tapping on a smiley or BBCode button can be difficult on mobile unless you use an entire screen's worth of space to make them bigger. If you do, you probably don't want to display them by default but put them in a drawer. Replacing the HTML tables is only a very small part of the process if you want a quality mobile experience, unfortunately.
You can see some initial work I did here 3 years ago using Flexbox, that made me start to realize how daunting it would be to make it finger-friendly rather than just adapt to screen size visually  |
|
Back to top |
|
 |
b0blee Board Member

Joined: 11 Jun 2012
        Posts: 39 Location: Cloverdale, northern California

|
Posted: Mon Feb 25, 2019 3:35 pm Post subject: Re: Responsive Style? |
|
|
Thanks for the reply. I know it's hard to do - I've tried. I think that giving the user the ability to change styles solves the "old computer" problem. A modern style can be the default for unlogged and new members. The old guys can keep using what they're used to.
The emoticon block can definitely go away for mobile. _________________ -𝕓𝕆𝕓- at The Steel Guitar Forum |
|
Back to top |
|
 |
vlad77 Board Member

Joined: 31 May 2015
     Posts: 122

|
Posted: Fri Jul 19, 2019 7:13 pm Post subject: Re: Responsive Style? |
|
|
If using php to define a smartphone, then you can give different templates. |
|
Back to top |
|
 |
lumpy burgertushie Board Member

Joined: 19 Nov 2008
            Posts: 256

|
Posted: Sat Jul 20, 2019 7:16 pm Post subject: Re: Responsive Style? |
|
|
as mentioned above, it is not the age of the computer but the age of the browser being used.
If the user does not have a modern browser then it won't be able to understand the modern html/css etc.
having said that, the age of the computer could be a problem if the operating system can not install and run
a modern browser etc.
I wonder if your "geezers" are using modern devices like phones or tablets anyway.
I am one of those geezers. I don't have a smart phone and I do have a tablet that my 84 year old mother
gave me when she updated but like everything android, I instantly break it when I touch it.
anyway, there comes a time when you just can't make the old stuff work anymore and you have to make a decision
to update or not.
I know I have to face that question just about every day.
luck,
robrt |
|
Back to top |
|
 |
nextgen Board Member

Joined: 17 Dec 2020
Posts: 19

|
Posted: Thu Dec 17, 2020 11:59 pm Post subject: Re: Responsive Style? |
|
|
hmmm, i am new here but may i give it a go and throw my hat in on completing a responsive theme ? I would likely use Bootstrap 4x _________________ Use the search button.. It really works.. |
|
Back to top |
|
 |
b0blee Board Member

Joined: 11 Jun 2012
        Posts: 39 Location: Cloverdale, northern California

|
Posted: Fri Dec 18, 2020 4:37 am Post subject: Re: Responsive Style? |
|
|
Keep us informed of your progress.  _________________ -𝕓𝕆𝕓- at The Steel Guitar Forum |
|
Back to top |
|
 |
nextgen Board Member

Joined: 17 Dec 2020
Posts: 19

|
Posted: Fri Dec 18, 2020 11:55 am Post subject: Re: Responsive Style? |
|
|
Will do, This is a great way to hit the ground running and getting back into the code. _________________ Use the search button.. It really works.. |
|
Back to top |
|
 |
nextgen Board Member

Joined: 17 Dec 2020
Posts: 19

|
Posted: Sat Dec 19, 2020 3:53 am Post subject: Re: Responsive Style? |
|
|
I have started the responsive theme. I decided to go with a light theme that is about 80% width at full view. By the looks of how much i have gotten done today i expect about 2 weeks for a release here friends. If you have any ideas or pref's please share them. _________________ Use the search button.. It really works.. |
|
Back to top |
|
 |
b0blee Board Member

Joined: 11 Jun 2012
        Posts: 39 Location: Cloverdale, northern California

|
Posted: Fri Feb 12, 2021 7:49 pm Post subject: Re: Responsive Style? |
|
|
How's it going? No pressure.  _________________ -𝕓𝕆𝕓- at The Steel Guitar Forum |
|
Back to top |
|
 |
EmeraldDragon Board Member

Joined: 19 Mar 2021
Posts: 5

|
Posted: Fri Mar 19, 2021 7:47 pm Post subject: Re: Responsive Style? |
|
|
I am also new here (just ran across this site today) searching for phpBB 2 responsive template for my use. How is it coming along anyway? |
|
Back to top |
|
 |
|