[wp-trac] Re: [WordPress Trac] #2499: Rework Link Categories

WordPress Trac wp-trac at lists.automattic.com
Sat Feb 25 04:34:03 GMT 2006


#2499: Rework Link Categories
----------------------------+-----------------------------------------------
       Id:  2499            |      Status:  new                     
Component:  Administration  |    Modified:  Sat Feb 25 04:34:03 2006
 Severity:  normal          |   Milestone:  2.1                     
 Priority:  low             |     Version:  2.0.1                   
    Owner:  ryan            |    Reporter:  ryan                    
----------------------------+-----------------------------------------------
Comment (by MichaelH):

 continuing from before:

 13.  Assigned all eight Bookmarks to four Categories.  View Site, and each
 of the four Categories shows all eight of Bookmarks.

 14. In link-manager.php separate each Bookmark's Categories with commas
 (it does that in edit.php).

 15. In link-manager.php, in the "Show bookmarks in category:" pull-down,
 select the "Uncategoried" Category where I have but one Bookmark, and this
 error happens when clicking Show:

 WordPress database error: [Column 'link_id' in order clause is ambiguous]
 SELECT * , IF (DATE_ADD(link_updated, INTERVAL 120 MINUTE) >= NOW(), 1,0)
 as recently_updated FROM wp_links LEFT JOIN wp_link2cat ON
 (wp_links.link_id = wp_link2cat.link_id) WHERE 1=1 AND category_id = 1
 ORDER BY link_id ASC

 16.  In link-manager.php, every "Order by:" choice should be a column on
 that screen.  Either delete them from the the Order by: pull-down or add
 those columns (e.g. Owner and Rating).

 17.  In link-manager.php, Toggle Visibility in the Manage Multiple Links
 section doesn't work

-- 
Ticket URL: <http://trac.wordpress.org/ticket/2499>
WordPress Trac <http://wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list