Author |
Message |
deanhills Board Member

Joined: 14 Feb 2016
  Posts: 2

|
Posted: Sun Feb 14, 2016 6:43 am Post subject: Mobile friendly phpBB 2.0 Forums |
|
|
Just wondering whether anyone knows about a Mod for making phpBB 2.0 forums mobile friendly?
|
|
Back to top |
|
 |
Vendethiel Board Member

Joined: 26 Oct 2014
   Posts: 60

|
Posted: Sun Feb 14, 2016 4:00 pm Post subject: Re: Mobile friendly phpBB 2.0 Forums |
|
|
There was a mod called "Lo-fi mod" that did something similar... You might be interested in that.
I know it's the one we used as a base for Icy Phoenix mobile.
_________________ Developer on EzArena, the ADR premod.
Developer on Icy Phoenix, the phpBB hybrid cms.
Developer on IntegraMOD. |
|
Back to top |
|
 |
lumpy burgertushie Board Member

Joined: 19 Nov 2008
         Posts: 216

|
Posted: Mon Feb 15, 2016 5:58 am Post subject: Re: Mobile friendly phpBB 2.0 Forums |
|
|
boy, talk about a lot of code editing. even 3.0 requires a lot to make it responsive. I don't even attempt it.
robert
|
|
Back to top |
|
 |
Nemhard Board Member

Joined: 05 Oct 2017
Posts: 1

|
Posted: Fri Oct 13, 2017 2:49 pm Post subject: Re: Mobile friendly phpBB 2.0 Forums |
|
|
It's that bad eh? I was thinking about it as well but I guess my time would be better spent on something else.
|
|
Back to top |
|
 |
Vendethiel Board Member

Joined: 26 Oct 2014
   Posts: 60

|
Posted: Tue Oct 17, 2017 11:16 am Post subject: Re: Mobile friendly phpBB 2.0 Forums |
|
|
I mean, in general, the transformation would be pretty mechanical. Once you have something working for one forum-like table, then it should work in all cases. But still, you'll need to rewrite pretty much everyhting.
I know a few people attempted table-less templates for CH & phpBB2, but I've long lost links to them.
_________________ Developer on EzArena, the ADR premod.
Developer on Icy Phoenix, the phpBB hybrid cms.
Developer on IntegraMOD. |
|
Back to top |
|
 |
icc97 Board Member

Joined: 07 Mar 2013
     Posts: 4

|
Posted: Tue Oct 24, 2017 4:41 pm Post subject: Re: Mobile friendly phpBB 2.0 Forums |
|
|
I managed to make the forum I maintain fairly mobile friendly whilst still keeping the table layout from an old phpBB2 template called 'Conundrum' from Mike Lothar. He's still got some old phpBB2 templates on his github profile.
It was mostly changing all CSS fixed table widths to percentages. I've attached a before and after of the CSS file. If you a file diff (just in case you don't know how try a program called Meld) you should be able to see the various changes I did. Note that the attachments are CSS files, just remove the .txt file ending.
Description: |
After (i.e. mobile friendly) |
|
 Download |
Filename: |
Conundrum.css-rev3691.svn000.tmp.css.txt |
Filesize: |
14.21 KB |
Downloaded: |
107 Time(s) |
Description: |
Before (i.e. NOT mobile friendly) |
|
 Download |
Filename: |
Conundrum.css-rev3666.svn000.tmp.css.txt |
Filesize: |
13.63 KB |
Downloaded: |
68 Time(s) |
|
|
Back to top |
|
 |
|