Support Forum

Every time that you post a problem, PLEASE add the Joomla and the extension's versions and revisions (for example: Joomla 3.3.6, Contact Enhanced 3.3.5), PHP version and Server's Operating System. If you only manage only one site it is easier if you edit your profile and just add that information to your signature. Don't forget to add a detailed description of the problem. If possible, write down all steps to simulate the problem.

Before submitting a new post, PLEASE make sure you are running the latest version, test in different browsers (IE, FF, Chrome,..) and clear Joomla and browser's cache after every change you make.

Also, most questions are already answered in our FAQ and in iFAQ and Contact Enhanced documentation pages.

× Contact Enhanced is a contact component manager created to replace Joomla! core contacts component and add lots of advantages and new features (see Features ) and it offers many plugins and modules for several different purposes,
Product page | Documentation Page

Free Text field is showing up in the email data.

7 years 1 month ago #23028 by billneckman
Update: I just realized that {formfields format=|table| } it was missing the under score between form and fields. The data is now showing in the email. (In the next release of CE, it would be great to make labels bold when using table format, so it will make it easier to digest the data) :-)

We just remain with the dashboard issue :-(

Please Log in or Create an account to join the conversation.

7 years 1 month ago #23029 by support
Dear billneckman,

Please edit the file /administrator/components/com_contactenhanced/views/customfields/tmpl/default.php and replace:
<?php if($canEdit) : ?>
	<a href="<?php echo JRoute::_('index.php?option=com_contactenhanced&task=customfield.edit&id='.(int) $item->id); ?>">
	<?php echo $this->escape($item->name); ?></a>
<?php else : ?>
	<?php echo $this->escape($item->name); ?>
<?php endif; ?>

With:
<?php if($canEdit) : ?>
	<a
	title="<?php echo $this->escape($item->name); ?>"
	href="<?php echo JRoute::_('index.php?option=com_contactenhanced&task=customfield.edit&id='.(int) $item->id); ?>">
	<?php echo substr($this->escape($item->name), 0, 80) ; ?></a>
<?php else : ?>
	<?php echo substr($this->escape($item->name), 0, 80) ; ?>
<?php endif; ?>

This will reduce the number of characters of the label to 80 when displaying in the Form Field Manager. I've added a title attribute with the full label.

This change will be included in the new version.

Best regards,

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum

Copyright © 2018 IdealExtensions.com. All Rights Reserved.

This site is not affiliated with or endorsed by the Joomla!™ Project. It is not supported or warranted by the Joomla!™ Project or Open Source Matters™. The Joomla!™ logo is used under a limited license granted by Open Source Matters™, the trademark holder in the United States and other countries.
We may collect your IP address and your browser's User Agent string while using our site for security reasons and deriving aggregate information (analytics). This information is retained for a minimum of 1 and a maximum of 24 months.
Feedback