Ticket #5873 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

Submit Post Box needs action hook

Reported by: filosofo Assigned to: ryan
Priority: normal Milestone: 2.5
Component: General Version: 2.5
Severity: normal Keywords: submitpost has-patch
Cc: filosofo

Description

The side post box on the write page should allow additional items. One complaint about the 2.5 layout I've seen repeatedly is that people want X commonly-used feature right there on the side. The action hook in this patch will allow plugin authors to add whatever people want into the side submit box.

Attachments

submitpost_action.diff (331 bytes) - added by filosofo on 02/16/08 04:16:27.
submit_boxes.diff (2.5 kB) - added by filosofo on 02/18/08 19:04:17.
for pages and links and styling improvements

Change History

02/16/08 04:16:27 changed by filosofo

  • attachment submitpost_action.diff added.

02/16/08 17:59:06 changed by ryan

  • owner changed from anonymous to ryan.

02/18/08 17:44:14 changed by ryan

(In [6898]) Add submitpost_box action to post edit form. Props filosofo. see #5873

(follow-up: ↓ 4 ) 02/18/08 17:44:46 changed by ryan

We should do the same for pages and links. submitpage_box, submitlink_box.

(in reply to: ↑ 3 ) 02/18/08 19:03:32 changed by filosofo

Replying to ryan:

We should do the same for pages and links. submitpage_box, submitlink_box.

I've attached a patch that does this.

Also, since each div had the id of "submitpost" even though it was for posts, pages, or links, I changed the styling to a class named "submitbox" both in the markup and CSS and changed the ids to reflect their individual purposes.

02/18/08 19:04:17 changed by filosofo

  • attachment submit_boxes.diff added.

for pages and links and styling improvements

02/18/08 19:38:02 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [6901]) submit box actions hooks from filosofo. fixes #5873