I’ve added a mobile style (phpBBmobile), and by default mobile devices will be redirected to it. There are a few mobile styles in the works that are prettier, but this one is well tested and maintained, and fulfills the obvious goals of a mobile style: it’s simple, loads fast, and it’s optimized for small screens. As the prettier ones come of age, and depending on feedback, we can explore our options further.
If you’re really uncomfortable using it, you can currently override it by appending “style=1” to the URL. More info on that in the tab:
[tab]A couple examples:
if you want to go to
index.php
you would change it to
index.php?style=1
The question mark indicates a query. When you go to a forum or post, such as
viewforum.php?f=1
which is the Philosophy forum, the query character is already there. In this case, change it to
viewforum.php?f=1&style=1
In this case, you’re adding an ampersand (&), to extend the query.
Also, you can change the number after ‘style=’ if you want a different style:
1: prosilver (default)
8: prosilver_noad
9: leftsilver
10: leftsilver_noad
This isn’t the ideal way to opt out of the mobile style, and I’ll look into making it a user option to permanently opt out, but bookmarking index.php?style=1
is the best bet now; you won’t have to change the URL on every new page, only the first page you want to see in non-mobile style.[/tab]
Enjoy, and please give us feedback here or in Help and Suggestions.