Contacts Module - Joomla! Forum - community, help and support
i'm looking way present list of contacts in module. use joomla's native contacts component.
is module available?
thanks,
geoff
is module available?
thanks,
geoff
you can use module custom html insert link contacts.
the result this:
code: select all
<ol>
<li><a href="link_to_contact_1">contact 1</a></li>
<li><a href="link_to_contact_2">contact 2</a></li>
<li><a href="link_to_contact_3">contact 3</a></li>
</ol>the result this:
Comments
Post a Comment