Hi richardrock.
I think I got it.
Open templateDetails.xml and add new positions. Let say a copy of users1 to 5 called user1a, user2a ad so on:
<position>user1a</position>
<position>user2a</position>
<position>user3a</position>
<position>user4a</position>
<position>user5a</position>
Then go to admin control panel of your template (JA T3 blank), click LAYOUTS tab and choos the layout you’d like to add new block. Let say DEFAULT.
Belove (or above as you like) line:
<block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4,user5</block>
add new one:
<block name="topsla" type="spotlight" main-inner="1">user1a,user2a,user3a,user4a,user5a</block>
and save it. That’s all.
To quick look for new changes type in address bar:
http://www.YOUR-SITE.com/index.php?tp=1