Dear geekyartist,
please open index.php file in templates/ja_trona folder, at about line 144, find following script:
<?php
$spotlight = array ('user1','user2','user5');
$topsl = $tmpTools->calSpotlight ($spotlight,$tmpTools->isOP()?100:99.9);
if( $topsl ) {
?>
and change to:
<?php if($this->countModules('flowlist')) : ?>
<!-- BEGIN: TOPSPOTLIGHT -->
<div id="ja-flowlist">
<div id="ja-topsl">
<jdoc:include type="modules" name="flowlist" style="raw" />
</div>
</div>
<!-- END: TOPSPOTLIGHT -->
<?php endif; ?>
<?php
$spotlight = array ('user1','user2','user5');
$topsl = $tmpTools->calSpotlight ($spotlight,$tmpTools->isOP()?100:99.9);
if( $topsl ) {
?>
Next, go to administrator, install mod_jaflowlist module (you can get this module from JA Labra quick start) . And then, go to extensions -> module manager, edit the flowlist module, select flowlist postion for this one.
Note: To config the JA flowlist module, please view JA Labra – Userguide
Save changed and then go to the main page to check changes.
Hope it helps.