you open the file: /templates/ja_social/blocks/topbar.php and find:
[PHP]
<?php if($this->countModules(‘ja-login’)) : ?>
[/PHP]
replace:
[PHP]
<p class=”ja-updatetime”><span><?php echo JText::_(‘Last update’)?></span><em><?php echo T3Common::getLastUpdate(); ?></em></p>
<div class=”ja-headline”>
<jdoc:include type=”modules” name=”headline” />
</div>
<?php if($this->countModules(‘ja-login’)) : ?>
[/PHP]
and add the following css into the template.css file:
.ja-headline{
float:left;
width:400px;
background:red
}
.ja-headline .ja-headlines {
height:30px!important;
}
.ja-healineswrap em {
float:left;
}
when done, the template has a new position, its name is “headline”, you download the ja newsticker and put it on this