Skip to:
Content

bbPress.org

Opened 15 years ago

Closed 12 years ago

Last modified 12 years ago

#1613 closed enhancement (fixed)

Better Topic Tag Management

Reported by: GautamGupta Owned by: netweb
Priority: normal Milestone: 2.6
Component: Component - Topic Tags Version: 2.0
Severity: normal Keywords: has-patch
Cc: stephen@…

Description

Proposals:

  1. Allow topic tag description to be edited from the front-end (and probably show it too).
  2. Replace the edit link in the admin section to point to the front end or make the topic tag edit screen in the admin section imitate the front end counterpart.
  3. Bulk actions for merging tags. Related: #1243 (for standalone)

Attachments (1)

1613.diff (3.6 KB ) - added by netweb 13 years ago.

Download all attachments as: .zip

Change History (6)

#1 @johnjamesjacoby
15 years ago

  • Milestone 2.1Future Release

No time in 2.1. Moving to future release. Should reconsider for 2.2.

#2 @netweb
14 years ago

  • Cc stephen@… added

@netweb
13 years ago

#3 in reply to: ↑ description @netweb
13 years ago

  • Keywords has-patch added
  • Milestone Future Release2.6
  • Owner set to netweb
  • Status newassigned

Replying to GautamGupta:

Proposals:

  1. Allow topic tag description to be edited from the front-end (and probably show it too).

It was already being shown if the topic tag had a description.

In 1613.diff the topic tag descriptions are now wrapped in a bbp-template-notice info template similar to the single topic description. It is also only displayed if the topic tag does actually have a description.

  1. Replace the edit link in the admin section to point to the front end or make the topic tag edit screen in the admin section imitate the front end counterpart.

Our current philosophy surrounding back vs front has been if we are in the back end stay in the back end, if we are in the front end stay in the front end.

  1. Bulk actions for merging tags. Related: #1243 (for standalone)

Bulk actions cannot be added until #WordPress18449

MZAWeb http://bbpress.trac.wordpress.org/ticket/2246#comment:8
Core hardcodes which WP_List_Table child is used in every instance (see function _get_list_table )

Until this is resolved http://core.trac.wordpress.org/ticket/18449 doesn't make much sense to do this ticket, because we'll need to do some ugly hacks to make it work.

Notes on the 1613.diff patch:

bbp_topic_tag_description is only called in content-archive-topic.php and content-topic-tag-edit.php templates so we could change the default classes in /includes/topics/template.php rather than in the templates, can decide before committing.

#4 @johnjamesjacoby
12 years ago

  • Resolutionfixed
  • Status assignedclosed

In 5310:

Allow topic-tag descriptions to be edited theme-side. Props netweb. Fixes #1613.

#5 @johnjamesjacoby
12 years ago

Let's move bulk actions into a separate ticket.

Note: See TracTickets for help on using tickets.