View Single Post
  #2  
Old 03-02-2016, 07:07 AM
 
xgarb xgarb is offline
 

eXpert
  
Join Date: Jul 2004
Location: UK
Posts: 263
 

Default Re: Changing the order of the 'blocks' in the left column

I remembered about the weighting system so I can directly edit the files like this:


/**
* Side-bar box for top news
*
* @ListChild (list="sidebar.single", weight="1000")
* @ListChild (list="sidebar.first", weight="1000")

and...

/**
* Recent posts widget (For menu, class heir)
*
* @ListChild (list="sidebar.single", zone="customer", weight="2000")
* @ListChild (list="sidebar.first", zone="customer", weight="2000")


but there is some way of 'deregistering' ListChild settings and reregistering them so changes aren't lost when a module is updated. I can't find this information.
__________________
Core version: 5.5.xx
Reply With Quote