5
Hi Fred,
in XOOPS 2.2.3 this is in the modules/profile/templates/profile_userinfo.html
<{if $modules}>
<br style="clear: both;"/>
<{foreach item=module from=$modules}>
[color=FF0000]<{if $module.name == MyModuleName}>[/color]
<p>
<h4><{$module.name}>h4>
<{foreach item=result from=$module.results}>
<img src="<{$result.image}>" alt="<{$module.name}>" /> <b><a href="<{$result.link}>"><{$result.title}>a>b><br /><small>(<{$result.time}>)small><br />
<{/foreach}>
<{$module.showall_link}>
p>
[color=FF0000]<{/if}>[/color]
<{/foreach}>
<{/if}>
insert the red lines and repeat the whole block for each module u wanna show.
U can also use {if $module.name != MyModuleName} to exclude a specific module
Maybee its possible to use bollean expressions in the if-clause, but i didn't check that out.
Marco
--
Match Dart!Darts Ranking, News, Videos, Forum and more