Skip to:
Content

bbPress.org

Opened 14 years ago

Closed 11 years ago

Last modified 11 years ago

#1613 closed enhancement (fixed)

Better Topic Tag Management

Reported by: gautamgupta's profile GautamGupta Owned by: netweb's profile netweb
Milestone: 2.6 Priority: normal
Severity: normal Version: 2.0
Component: Component - Topic Tags 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 11 years ago.

Download all attachments as: .zip

Change History (6)

#1 @johnjamesjacoby
13 years ago

  • Milestone changed from 2.1 to Future Release

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

#2 @netweb
13 years ago

  • Cc stephen@… added

@netweb
11 years ago

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

  • Keywords has-patch added
  • Milestone changed from Future Release to 2.6
  • Owner set to netweb
  • Status changed from new to assigned

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
11 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 5310:

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

#5 @johnjamesjacoby
11 years ago

Let's move bulk actions into a separate ticket.

Note: See TracTickets for help on using tickets.