Good morning, I'm running MW 1.15.5 with Collection-r48415 and am stuck with an empty "coll-create_a_book" sidebar. As far as I can see, the sidebar is meant to be populated in Collection.body.php:1081ff by setting $bar['coll-create_a_book']=$html. However, the $bar array as used in includes/Skin.php:buildSidebar() is a two-dimensional array with the second-level content 'text', 'href', 'id' and 'active', so adding a string with plain HTML doesn't work.
Proposed fix: * Modify Collection::getPortlet() to return an array containing 'text', 'href', 'id' and 'active' elements, respectively. Dominik PS: I'm not a PHP guru, so I might as well be completely off the track. If so, any hints on how to get the sidebar to work without would be appreciated. :-) -- You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mwlib?hl=en.
