Discuss: Blog post about phpBB 3.0.6 plans

Do not post support requests, bug reports or feature requests. Discuss phpBB here. Non-phpBB related discussion goes in General Discussion!
Scam Warning
User avatar
ilikepeach
Registered User
Posts: 50
Joined: Wed Apr 09, 2008 10:10 am

Re: Discuss: Blog post about phpBB 3.0.6 plans

Post by ilikepeach »

Ok I just installed RC3 and found that Quick Reply reqires an extra click on a button to show the quck reply box. It's not quick at all! Why can't it show by default once it's been enabled in ACP?
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18316
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón
Contact:

Re: Discuss: Blog post about phpBB 3.0.6 plans

Post by DavidIQ »

All you have to do is remove the 2 instances of this in quickreply_editor.html:

Code: Select all

style="display: none"
Refresh template, done.
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
User avatar
ilikepeach
Registered User
Posts: 50
Joined: Wed Apr 09, 2008 10:10 am

Re: Discuss: Blog post about phpBB 3.0.6 plans

Post by ilikepeach »

Cool, thanks David.
EmmaBlack
Registered User
Posts: 92
Joined: Wed Apr 12, 2006 6:54 pm

Post by EmmaBlack »

---
Last edited by EmmaBlack on Sun Jun 26, 2011 7:13 pm, edited 1 time in total.
TrZ
Registered User
Posts: 67
Joined: Fri Jul 24, 2009 6:53 pm

Re: Discuss: Blog post about phpBB 3.0.6 plans

Post by TrZ »

Okay, another thing that I would like to see is a built-in Image resizer.
One similar to this one:
http://www.phpbb.com/community/viewtopi ... &t=1696215

It's functional and I think it should be standard because users tend to post images and it's a real pain if some of those images are huge and get cut-off because the page isn't wide enough.

Just a thought though......


btw, I'm using 3.0.6-RC4 and it's AWESOME!
Good job team!
arod-1
Registered User
Posts: 1327
Joined: Mon Sep 20, 2004 1:33 pm

Re: Discuss: Blog post about phpBB 3.0.6 plans

Post by arod-1 »

if indeed large images cause problems, there is a small hack that can fix it much easier than image resizing mod.

it has two drawbacks:
-- not all browsers support the max-width attribute, however all modern ones do. (gecko based, konqueror, safari, opera, chrome, ie7 and above, opera). practically the only trouble-makers are ie6 and below.
-- resized images do not give indication they are indeed resized. however, if users know (or suspect), they can still see the full-size image by right-click/view image.

the hack:
go over the CSS files of your style, and add to all "img" sections (except the ones with "display: none") one more attribute:

Code: Select all

max-width: 98%;
arguably, a sane style should include this attribute, not leaving it to "hacks".

if you want to make this argument you are welcome (i seem to be in too many arguments atm to join another one... ;) )


peace.
standard disclaimer:
backup your db and files before you do anything.
absolutely no guarantee.
if you do what i advise and it blows in your face, all you'll hear from me is: "ah... sorry, i guess"
rusty12345678909
Registered User
Posts: 170
Joined: Mon Mar 13, 2006 7:09 pm

Re: Discuss: Blog post about phpBB 3.0.6 plans

Post by rusty12345678909 »

iWisdom wrote:
Fredrik Idestam wrote:any plans to add new themes, templates ?
proSilver will be the default theme for the foreseeable future.
Fredrik Idestam wrote:Also, it would be great if "Rules Mod" which is used here can be added.
That isn't a MOD, it's part of the stock install. In ACP -> Forums, click the green gear next to a forum and scroll down to the "Forum Rules" box, enter the rules you'd like to display, and you're set.
I went into the admin control panel and clicked on the FORUMS tab, clicked on the green gear, then scrolled to the bottom and in the page where it says Forum rules, in the last box you can type in on that page I typed in "Have a great day" then clicked Submit at the bottom of the page and no place do I see the "Have a great day" show up.

Did I do something wrong, should I see a red header at the top of each page like I see here that says
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

Thanks.
ToonArmy
Former Team Member
Posts: 4608
Joined: Sat Mar 06, 2004 5:29 pm
Location: Worcestershire, UK
Name: Chris Smith
Contact:

Re: Discuss: Blog post about phpBB 3.0.6 plans

Post by ToonArmy »

Ask in the support forum.
Chris SmithGitHub
rusty12345678909
Registered User
Posts: 170
Joined: Mon Mar 13, 2006 7:09 pm

Re: Discuss: Blog post about phpBB 3.0.6 plans

Post by rusty12345678909 »

ToonArmy wrote:Ask in the support forum.

Sure thing here you go http://www.phpbb.com/community/viewtopi ... &t=2045685

Thanks
Post Reply

Return to “phpBB Discussion”