Search found 188 matches

by Marc
Sat Sep 28, 2013 5:42 pm
Forum: Chit Chat
Topic: Weird thing after updating avatar on area51
Replies: 7
Views: 17286

Re: Weird thing after updating avatar on area51

This is a known bug and has already been reported: http://tracker.phpbb.com/browse/PHPBB3-11525
by Marc
Thu Jun 20, 2013 10:37 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: Twig as our template engine
Replies: 90
Views: 149188

Re: [RFC] Twig as our template engine

Guys, Didn't you say that you were going to make phpBB 3.1 so that we can use mods written for phpBB 3.0? If you move to this new framework then we are going to be *beep* as there many changes that would be required. What happen to backward compatibility‎ ? No wonder why people are moving away or w...
by Marc
Mon May 13, 2013 8:34 pm
Forum: [3.x] Discussion
Topic: Loading font from external website
Replies: 35
Views: 71630

Re: Loading font from external website

I like the new font and don't see a proper reason why we shouldn't try loading the Open Sans font from Google. A browser falls back to the next available font very easily.

+1 from me
by Marc
Sat Mar 30, 2013 4:57 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] Template system: alternative syntax for DEFINE
Replies: 13
Views: 51527

Re: Template system: alternative syntax for DEFINE

One thing that actually works is defining a template variable with another variable.
This will work:

Code: Select all

<!-- DEFINE $VAR = '{foobar.VAR}' -->
Same goes for this:

Code: Select all

<!-- DEFINE $VAR = '{FOOBAR}' -->
I generally like your idea though.

+1
by Marc
Tue Mar 26, 2013 9:16 am
Forum: [3.x] Discussion
Topic: Avatar serverside resize
Replies: 25
Views: 42575

Re: Avatar serverside resize

It's weird that you think that we are totally ignoring the users' requests when there is already a ticket for that since November:
http://tracker.phpbb.com/browse/PHPBB3-11207

This has been held back due to major changes in the avatar system.
by Marc
Tue Mar 12, 2013 8:59 am
Forum: [3.x] Discussion
Topic: Where Should Extensions ACP Panels Go?
Replies: 25
Views: 29716

Re: Where Should Extensions ACP Panels Go?

DavidIQ wrote:
Jessica. wrote:Yeah, the dot should be removed
Thirded
Quadrupled
by Marc
Fri Mar 08, 2013 2:39 pm
Forum: [3.x] Discussion
Topic: JQuery
Replies: 11
Views: 10966

Re: JQuery

callumacrae wrote:
DavidIQ wrote:
callumacrae wrote:I thought onload_functions was removed? It shouldn't be used anyway.
Why not?
JavaScript should be loaded after jQuery has been loaded. Then why use onload_functions when $() is available?
An what about JavaScript in HTML files? Do you really want a JS file for every 4 lines of JS code?
by Marc
Mon Mar 04, 2013 10:03 am
Forum: [3.x][Archive] RFCs
Topic: [RFC] Extend Existing Implementation of AJAX in ACP
Replies: 18
Views: 36171

Re: [RFC] Extend Existing Implementation of AJAX in ACP

That would probably be something for jQuery UI: http://jqueryui.com/

We should however make sure that you can't just drag & drop something by accident.
by Marc
Mon Mar 04, 2013 10:01 am
Forum: [3.x] Discussion
Topic: Update process for extensions
Replies: 51
Views: 59701

Re: Update process for extensions

Disable Previous Version Delete old files (as otherwise, files that were just removed will still be included due to autoloading) Upload new files Re-enable extension Then any migrations that have not already been executed will be (so updating the db) and the files are done cleanly as its just delet...
by Marc
Thu Dec 27, 2012 5:12 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Accepted] Avatar improvements, Gravatar
Replies: 15
Views: 57402

Re: [RFC|Accepted] Avatar improvements, Gravatar

User visible changes with the new modular avatar system: The avatar settings will no longer display as a page full of available avatar settings. Currently you see all settings for all enabled avatars. With the new system you will first choose the avatar you want to use with a drop-down list. Afterw...