[RFC] AJAX Quick Edit
Re: [RFC] AJAX Quick Edit
editing posts require BBCodes, but this is negotiable once a RTE is added to phpbb
There is a text here !
Re: [RFC] AJAX Quick Edit
Here is my opinionmarc1706 wrote:A few things that need to be decided:I'd say don't add BBCodes especially since the quick reply doesn't have bbcodes either.
- Should the edit button in the mcp also have a quick edit function?
- How about the PM area?
- Include BBCodes or not?
- MCP may include quick edit.
- In PM area, drafts may be quick edited
- Include bbCodes, as it would provide easier formatting
Re: [RFC] AJAX Quick Edit
Yes for ajax editing with bbcodes although there may be issues with layouts
Re: [RFC] AJAX Quick Edit
Resurrecting this, as its something phpBB should have.Marc wrote:A few things that need to be decided:I'd say don't add BBCodes especially since the quick reply doesn't have bbcodes either.
- Should the edit button in the mcp also have a quick edit function?
- How about the PM area?
- Include BBCodes or not?
Marc, it looks like you had something in place already (all the hard works is done)... just needs implementing.
Has an irascible disposition.
- Jessica.
- Registered User
- Posts: 144
- Joined: Wed Feb 09, 2011 8:17 pm
- Location: Pennsylvania, USA
- Contact:
Re: [RFC] AJAX Quick Edit
The quick edit, I think, should be similar to the quick edit in the mods database topics on phpBB.com. The quick edit is inline, not a pop up, but there are also BBCodes and of course an "Advanced Edit" (or full editor, whatever works)
Re: [RFC] AJAX Quick Edit
I have created a ticket for this: https://tracker.phpbb.com/browse/PHPBB3-12393
edit: I have also created a WIP PR for this:
https://github.com/phpbb/phpbb/pull/2295
edit: I have also created a WIP PR for this:
https://github.com/phpbb/phpbb/pull/2295
Re: [RFC] AJAX Quick Edit
Awesome!!!Marc wrote:I have created a ticket for this: https://tracker.phpbb.com/browse/PHPBB3-12393
edit: I have also created a WIP PR for this:
https://github.com/phpbb/phpbb/pull/2295
I think, as discussed earlier in this thread, the existing Edit button should open up the quick edit, and like quick reply, there would be a Full editor button available should a user want to switch to that.
Has an irascible disposition.
Re: [RFC] AJAX Quick Edit
The current WIP quickedit does behave that way.
Clicking on the edit button a second time actually opens up the full editor, too.
This is triggered by jQuery code that is returned with the AJAX request so an accidental double-click shouldn't cause one to accidentally go to the full editor.
Clicking on the edit button a second time actually opens up the full editor, too.
This is triggered by jQuery code that is returned with the AJAX request so an accidental double-click shouldn't cause one to accidentally go to the full editor.
Re: [RFC] AJAX Quick Edit
perfect... It'll be great to see your Quick edit...turned AJAX Quick Edit...evolve into a part of phpBB for reals!Marc wrote:The current WIP quickedit does behave that way.
Clicking on the edit button a second time actually opens up the full editor, too.
This is triggered by jQuery code that is returned with the AJAX request so an accidental double-click shouldn't cause one to accidentally go to the full editor.
Has an irascible disposition.
- NORDLANDVOLK
- Registered User
- Posts: 44
- Joined: Thu Oct 14, 2010 8:14 pm
- Location: Tracia
Re: [RFC] AJAX Quick Edit
it will be nice to be ajax in submit-buttons as well, nice work Marc.
sorry for my bad english