2
To remove the post list from the member's profile page in XOOPS 2.0.15 edit modules/system/templates/system_userinfo.html.
Remove or comment out the following:
Starting at line 133
<{foreach item=module from=$modules}>
<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>
<{/foreach}>
Then go to control panel/system admin/modules and update the system module.