Thank you for the info Calguy.
About the image not displaying, maybe i wasn't very clear.
Maybe if you can help me to figure out why could be great.
I add a property in the group users to upload an image so that can be displayed when the module Feus list is called.
In the menu template i add:{cms_module module=FrontEndUserListing group=general sortkey=first_name}
{if $customcontent_loggedin} {cms_module module=FrontEndUsers form=logout}{/if}
In the feus list summary template i have :<table style="text-align: left; width: 130px; height: 100px;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
{foreach from=$items item=entry}
{if isset($control->image)}{$control->image}{/if}
{/foreach}
</table>
The problem it's that the image only displays when the page of registration is open.
Ex:
It is displaying actually 2 images, the image from the upload registration and the image from the menu.
Which this one from the menu couldn't bee seen in other pages.
Ex:
I cleaned out the cachable from all pages, i tried everything i could.. Dig in the forum, but didn't found any helpful post.
Thanks in advance again
mait.