Ok, then we must create new modul-position. That´s no Problem.
Here the manual changed to your needs.
Please go in the backend under:
Extensions >> Template Manager >> Select BlackBearPro >> Edit HTML
There search for
| Code: |
<div id="left">
<jdoc:
include type="modules" name="left" style="xhtml" /
>
</div>
|
add behind:
There search for
<div id="left">
<jdoc:include type="modules" name="left" style="xhtml" />
</div>
add behind:
<table class=latestnews>
<tr>
<th><?php if ($this->countModules('user3')) : ?>
<div>
<jdoc:include type="modules" name="user3" style="xhtml" />
</div>
<?php endif; ?>
</th>
<th><?php if ($this->countModules('user4')) : ?>
<div>
<jdoc:include type="modules" name="user4" style="xhtml" />
</div>
<?php endif; ?>
</th>
</tr>
</table>
and save the file.
Then Edit the CSS file from the Template over Edit css >> template.css
Add at for example the end of the file:
table.latestnews {
margin:0px 0px 0px 350px;
}
table.latestnews th {
text-align:left;
}
Then enable the module mod_latestnews at the position "user3" and the module mod_mostread at the position "user4"
And now, it must work. ;-)
Regards,
hofmar