Search found 17 matches

by galaxyAbstractor
Thu Apr 12, 2012 10:38 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Multiquote
Replies: 34
Views: 55441

Re: [RFC] Multiquote

+1

I have really wanted a feature like this for a long time now as I regularly quote multiple posts in a single post. I had actually made an RFC about this myself a while ago :>
by galaxyAbstractor
Wed Apr 11, 2012 8:40 am
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-11595 - API
Replies: 64
Views: 204872

Re: [RFC] API

This is almost what I meant by a JavaScript API, I'd love to work on an SDK for PHP and JS, once this is implemented.

Auth can be done via tokens and secrets, in the ACP, an admin can allow/deny an application requesting API access. Just like any other API service, the user needs to be auth'ed ...
by galaxyAbstractor
Sat Apr 07, 2012 4:15 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-11595 - API
Replies: 64
Views: 204872

Re: [RFC] API

What about using OAuth to authorize users in 3rd party apps? That way the user wouldn't need to give away their passwords but can give a temporal/limited token. This is much like the Twitter API does.
by galaxyAbstractor
Thu Apr 05, 2012 2:48 pm
Forum: [3.2/Rhea] Merged RFCs
Topic: [RFC] Remove innermost quote
Replies: 41
Views: 191522

[RFC] Remove innermost quote

Scenario
A debate or long discussion is going on in a thread with multiple persons taking part, each quoting each others. At some point (rather fast in a debate) you will hit the "max nested quote" limit (default 3?) and you will not be able to post unless you remove a quote or two.

The problem ...
by galaxyAbstractor
Thu Apr 05, 2012 1:59 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] AJAX Quick Edit
Replies: 75
Views: 192547

Re: [RFC] AJAX Quick Edit

I like this idea. When a user is done editing and press the submit button, should the user be redirected to a page that confirms the edit, or would the textbox be replaced with the new post directly (and maybe some message about confirmation)?
by galaxyAbstractor
Mon Mar 26, 2012 11:05 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-11595 - API
Replies: 64
Views: 204872

PHPBB3-11595 - API

Ticket: https://tracker.phpbb.com/browse/PHPBB3-11595
PR: https://github.com/phpbb/phpbb/pull/3100
-----------

Abstract
A sort of API that enables users to interact with a phpBB forum from within other applications, such as for example a desktop application.

Further Description
I would like ...
by galaxyAbstractor
Sun Sep 25, 2011 7:54 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Multiquote
Replies: 34
Views: 55441

[RFC] Multi-quote

There is a Quote button, but I would like to see a Multi-quote button as well. It would be useful when quoting multiple posts, obviously, which I often find myself doing in a phpBB forum. So instead of pressing the quote button on all the posts and copy/paste everything to a single postpage/field ...