Scroll down the Reply page - the thread is below the "Options"/"Upload attachment" tabbed area.AndrewS wrote:Seems like with the new forum, unless you use multiple browser tabs, you can't see the thread you're replying to when composing your reply
Books are not printed on bright white paper for exactly this reason.jamesh wrote:I'm not getting this white hatred. Looks fine to me. But then, I read books, which are black on white, so perhaps I am biased.
Oh yeah - a tiny scrolling view that I hadn't noticedmilhouse wrote:Scroll down the Reply page - the thread is below the "Options"/"Upload attachment" tabbed area.AndrewS wrote:Seems like with the new forum, unless you use multiple browser tabs, you can't see the thread you're replying to when composing your reply
There's an e.g. "Return to General discussion" button at the bottom of the page. But I think it'd be useful to have a duplicate of that button at the top of the page too!Toad King wrote:At least to me there seems to be no link back to the topic list from the topic view, which is really annoying.
tufty wrote:Ace. However, can I be the first to suggest allowing users to select the good old subsilver theme? Not that I don't like the new one, but - well, actually, I don't like the new one
Simon.
Try hitting the expand button.AndrewS wrote: by AndrewS » 14 May 2012 13:29
Oh yeah - a tiny scrolling view that I hadn't noticed
There is also this for Firefox users, and Chrome users can use the Stylish extension.obarthelemy wrote:Get with the sophisticated users and use Opera
+1 from me. I tend to read forums during my free time at work on my phone... or down the pub. Tapatalk helps, though I do admit those popups for people who don't use it are deeply irritating.sporez wrote:Can we please have tapatalk enabled? That's the feature I've been wanting most with the move to phpbb.
Perhaps I should have put a sarcasm icon on my post.....error404 wrote:Books are not printed on bright white paper for exactly this reason.jamesh wrote:I'm not getting this white hatred. Looks fine to me. But then, I read books, which are black on white, so perhaps I am biased.
+1 from me. Tapatalk is the way I keep up with most forums now.praest76 wrote:+1 from me. I tend to read forums during my free time at work on my phone... or down the pub. Tapatalk helps, though I do admit those popups for people who don't use it are deeply irritating.sporez wrote:Can we please have tapatalk enabled? That's the feature I've been wanting most with the move to phpbb.

Code: Select all
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.raspberrypi.org") {
html, body, td, div, li { background: #F7D2E1 !important; font-size: 15px !important;}
.odd { background: #D2F7E8 !important;}
.even { background: #D5D2F7 !important;}
.row-fluid:after {display: none !important}
.container {width: 98% !important; margin-left: 2% !important; }
.span9 {width: 100% !important;}
dl {margin-bottom: 0 !important;}
}Code: Select all
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.raspberrypi.org/phpBB3") {
html, body, td, div, li { background: #F7D2E1 !important; font-size: 15px !important;}
.odd { background: #D2F7E8 !important; padding-bottom: 0 !important;}
.even { background: #D5D2F7 !important; padding-bottom: 0 !important;}
.row-fluid:after {display: none !important}
.container {width: 98% !important; margin-left: 2% !important; }
dl {margin-bottom: 0 !important;}
.span9 {display:block !important; width: 80% !important; float: right; margin-right:0 !important;}
.span3 {width: 18% !important; display:block !important; float: left; padding-left: 10px; margin-left: 0 !important;}
a {text-decoration: underline !important;}
.signature {background: #F9E0EA !important; color: grey !important;}
}morphy_richards wrote:For me it's a shame that images don't display correctly and it seems to be quite tricky to include an image in a new post now.
Code: Select all
img {width: auto !important; }