Is there some way for an admin to move a "free tag" into the more
structured category hierarchy?
Say you and your users have been happily free tagging along and now you want to assign the parent term "Feeds" to all the free tags "RSS", "Atom" and "Syndication".
If their were regular terms in a vocabulary, you'd do it easily in admin/taxonomy (this way: list term, edit term, assign parent and related terms, bingo you're finished, it's great, Drupal Rocks!).
But if they are free tags... How do you give them parents?
I'm something of a newbie to Drupal [but not to PHP or Apache/MySQL etc] so this is very likely to be a "user" [me] issue rather than anything more sinister.
The module is installed and, where it does work, it works fine: however
a] unless I promote the menu item "print" from within the administration >> settings >> menu so that it links directly to [parent as] Navigation with a weight of -10 the print configuration menu item never appears anywhere.
I made a page using a PHP snippet (http://drupal.org/node/31537). However, the page I created listed only the nodes of 1 category (the category has 48 nodes). I need to show only 1 node (the PHP snippet) on the 1st page of the node listing, then normal number of node summaries on the succeeding pages.
I'm trying to modify trip_search so it returns the category name that the node result is associated with. I noticed there's one part that uses the node_load functiona and splits the array.