Search found 9 matches

by LiquidSpark
Mon Jun 14, 2010 2:06 pm
Forum: [3.x] Discussion
Topic: E-mail Validation
Replies: 5
Views: 9859

E-mail Validation

PhpBB should be using this to validate e-mail addresses so that no more "dead" activations occur:
http://code.google.com/p/php-smtp-email-validation/
by LiquidSpark
Sun May 02, 2010 6:41 pm
Forum: [3.x] Discussion
Topic: Beware the 4.0
Replies: 25
Views: 49416

Re: Beware the 4.0

Aside from this post which is another matter and off topic, it’s mostly a big joke. :) Yes, I agree with the principals of code reader's point. Numbers alone mean nothing, but they are never used alone - they are symbolic in what they represent in life. How they interact with each other is also sym...
by LiquidSpark
Sun May 02, 2010 6:20 pm
Forum: [3.x] Discussion
Topic: My personal wishlist
Replies: 9
Views: 18311

Re: My personal wishlist

You would simply deactivate the mod(s) you don't want.
by LiquidSpark
Sun May 02, 2010 6:13 pm
Forum: [3.x] Discussion
Topic: AJAX, jQuery, et. al.
Replies: 38
Views: 98905

Re: AJAX, jQuery, et. al.

What is AJAX? From w3schools.com : AJAX = Asynchronous JavaScript and XML. AJAX is not a new programming language, but a new way to use existing standards. AJAX is the art of exchanging data with a server, and update parts of a web page - without reloading the whole page. AJAX is a new way of using...
by LiquidSpark
Sat Feb 20, 2010 6:27 pm
Forum: [3.x] Discussion
Topic: New Template Tag
Replies: 5
Views: 17010

Re: New Template Tag

Do you mean to have something like a template file that would just contain the code to display a single post, then (if you were to try doing it using the 3.0 template system) using assign_display to move the output from each individual post to a central output page? I like the concept behind this o...
by LiquidSpark
Thu Feb 04, 2010 2:08 am
Forum: [3.x] Discussion
Topic: New Subforum > New Topic > Post Reply
Replies: 0
Views: 8285

New Subforum > New Topic > Post Reply

Right now, you have a forum and multiple subforums. Users cannot create new forums, as this permission is reserved for the ACP. But many topics should be grouped together, and with broad-based/modular bulletin board systems, moderators and administrators shouldn't need to handle the entire setup on ...
by LiquidSpark
Thu Feb 04, 2010 1:57 am
Forum: [3.x] Discussion
Topic: Merge from Concrete-ism to software-ism
Replies: 8
Views: 18176

Re: Merge from Concrete-ism to software-ism

"Modular expansion" is analogous to "software-ism", where programmers can write modules for the base software, like Flash authors making games for Facebook.
by LiquidSpark
Thu Feb 04, 2010 1:41 am
Forum: [3.x] Discussion
Topic: AJAX, jQuery, et. al.
Replies: 38
Views: 98905

Re: AJAX, jQuery, et. al.

The attachment upload interface should be more like the one in MediaFire and Filefront.

I third the idea of reordering forums using a drag-and-drop method.
by LiquidSpark
Sun Jan 31, 2010 8:14 pm
Forum: [3.x] Discussion
Topic: Redefining the style
Replies: 6
Views: 13254

Re: Redefining the style

Now on the other hand, my thought was a new Base style with the use of compatible HTML5 and CSS3 in preparation for future markup standards. If that was the case then using prefixed selectors would be optimum because it's all fresh anyway. ;) I second the use of W3C validation using HTML 5 and CSS ...