Opened 7 years ago
Closed 7 years ago
#3408 closed enhancement (fixed)
Additional category admin hooks to allow alternate category admin interface
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | 2.1 |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | categories has-patch |
| Cc: |
Description
Per conversation with Ryan, the following hooks allow me to implement an alternate category admin interface for managing categories - one that works better when there is a *large* volume of categories.
Fewer changes were needed than I expected - only 3 new hooks.
Attachments (1)
Change History (5)
alexkingorg
— 7 years ago
comment:1
mdawaffe
— 7 years ago
Why not just add a filter the output of _cat_row() instead of the whole shebang? You'd not need to output buffer.
comment:2
alexkingorg
— 7 years ago
If you only filter the output of _cat_row(), you can't replace the entire list and you are bound by the loop behavior in cat_row(). I need to replace the entire thing.
patch