Closed (fixed)
Project:
Skeleton outlines
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2009 at 21:06 UTC
Updated:
14 May 2009 at 00:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
martin mayer commentedI found out that the field "weight" of the child nodes in the database table menu_links is not set. If I set them with phpMyAdmin the links appear in the correct order. But I still can not see, how the skeleton module could set them.
Comment #2
martin mayer commentedJust found the solution. Inserting this in skeleton_istance.inc after line 767 will do it:
$node['values']['book']['weight'] = $data->weight;
Sorry, I'm not sure how I could submit this as a formally correct patch.
Comment #3
deviantintegral commentedThanks for the report. The fix in #2 works for me as well. I've attached the patch which I'll be committing shortly.
For creating and applying patches, see http://drupal.org/patch. Once you've done it once, it's easy :)
Comment #4
deviantintegral commentedCommitted to HEAD.