5
Hi Fred,
in XOOPS 2.2.3 this is in the modules/profile/templates/profile_userinfo.html
le="color: #000000"><?php <{if $modules}> <br style="clear: both;"/> <!-- start module search results loop --> <{foreach item=module from=$modules}> [color=FF0000]<{if $module.name == MyModuleName}>[/color] <p> <h4><{$module.name}></h4> <!-- start results item loop --> <{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}> <!-- end results item loop --> <{$module.showall_link}> </p> [color=FF0000]<{/if}>[/color] <{/foreach}> <!-- end module search results loop --> <{/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