[RFC] Responsive layout

These requests for comments/change have lead to an implemented feature that has been successfully merged into the 3.1/Ascraeus branch. Everything listed in this forum will be available in phpBB 3.1.
Post Reply
User avatar
Arty
Former Team Member
Posts: 985
Joined: Wed Mar 06, 2002 2:36 pm
Location: Mars
Contact:

Re: Responsive layout

Post by Arty »

Its quite simple: swap text and number order then no need to worry about singular/plural form:
Posts: 1
:)

It also requires minor duplication of HTML code.

User avatar
nextgen
Registered User
Posts: 128
Joined: Sat Jul 24, 2010 4:59 am
Location: Guatemala
Contact:

Re: Responsive layout

Post by nextgen »

Arty wrote:nextgen: thanks for noticing, I'll fix that.
Thanks for tha.
Arty wrote:This icon is not new, its part of original prosilver PSD from phpBB 3.0 that could use some tweaks.
I use the GDK from prosilver to create the icon.
*Imagine a signature super spectacular.*

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

Re: Responsive layout

Post by aleha »

Indeed this is very good work!
Will there be an option (in ACP maybe?) for enabling RSS icons per topic or per forum etc?

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

Re: Responsive layout

Post by Arty »

Thanks
aleha wrote:Will there be an option (in ACP maybe?) for enabling RSS icons per topic or per forum etc?
That has nothing to do with responsive design

User avatar
Barrnet
Registered User
Posts: 10
Joined: Tue Feb 05, 2013 3:04 am

Re: Responsive layout

Post by Barrnet »

the pm layout is.. broken? xD

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1904
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: Responsive layout

Post by DavidIQ »

What's broken about it? Looks fine to me.
Image

Alien_Time
Registered User
Posts: 165
Joined: Fri Apr 05, 2013 3:38 am

Re: Responsive layout

Post by Alien_Time »

Barrnet wrote:the pm layout is.. broken? xD
Refresh your cache. It may be due to your browser not downloading the latest CSS and styles.

Alien_Time
Registered User
Posts: 165
Joined: Fri Apr 05, 2013 3:38 am

Re: Responsive layout

Post by Alien_Time »

Hi Arty... LOVE IT! It's very good and thank you.

1 quick question, is ACP Responsive as well or is it only the forum pages? Sorry I couldnt see the acp since i have just been viewing it from this site and haven't installed this on my localhost yet.

User avatar
prototech
Former Team Member
Posts: 53
Joined: Mon Mar 12, 2007 12:25 am

Re: Responsive layout

Post by prototech »

It's just the board right now: http://tracker.phpbb.com/browse/PHPBB3-11957

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

Re: Responsive layout

Post by Arty »

Bug fix / improvements PR is almost complete.

It is missing only icons rewrite that will make icons (such as bell icon for notifications in header) clickable and some minor stuff.
You can find list of fixed/changed stuff here: https://github.com/phpbb/phpbb/pull/1803

Problem: when viewing forum icon to redirect to newest unread post is hard to click: Image
Chances of user hitting that icon are next to none because it is located right near topic link. So far I've come up with 2 solutions:
  • Make folder image clickable, redirecting to newest post for unread topics and latest post for read topics. Problem with this approach is it isn't intuitive. There is no way for users to know about it.
  • Change topic link for unread topics to link to first unread post on mobile devices. Change its color to indicate that it links to unread post, remove unread post icon. I think this is best approach so far because when users visit any topic, more often they want to see new posts than first post.
What do you think?

Post Reply