i dont like the contact list in my site for the same contact.
but this template show the contactonly , if "contactlist" activated :/
is there any solution?
Hello BIMMELMURKS,
Please provide us with an access to your site, we have to see this issue. The access info please put in the special info area under your purchased items section of your AS account.
Regards, AS Team.
bimmelmurks
POSTED: 2014-03-16
i allready remove the 2 echos in
templates/as002046/html/com_contact/contact/dafault.php
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
i dont like the contact list in my site for the same contact.
but this template show the contactonly , if "contactlist" activated :/
is there any solution?
https://lh4.googleusercontent.com/-ei4Vx2Nn5aE/UyWTMfNZiXI/AAAAAAAATNM/UzYXFE_khUU/w526-h318-no/futu.jpg
Please provide us with an access to your site, we have to see this issue. The access info please put in the special info area under your purchased items section of your AS account.
Regards, AS Team.
templates/as002046/html/com_contact/contact/dafault.php
<!-- Contact list -->
<?php if ($this->params->get('show_contact_list') && count($this->contacts) > 1) : ?>
<form action="#" method="get" name="selectForm" id="selectForm">
<?php ECHO JText::_('COM_CONTACT_SELECT_CONTACT'); ?>
<?php ECHO JHtml::_('select.genericlist', $this->contacts, 'id', 'class="inputbox" onchange="document.location.href = this.value"', 'link', 'name', $this->contact->link);?>
</form>
<?php endif; ?>
works for me. thx