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.

M2C-Menu Tittle

13 years 2 days ago #6122 by ericno
Hi,
Thanks for this wonderful module.
I can't hide the menu tittle of a menu item create with M2C on my main content.
Can you help me ?
Kind Regards
Eric

Attachments:

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

13 years 2 days ago - 13 years 2 days ago #6123 by douglas
Dear Eric,

I assume this is regarding M2C for Joomla 1.6, which I have just fixed.
Please open [path to Joomla 1.6]/components/com_m2c/views/m2c/tmpl/default.php
Find:

<?php if ( $this->params->get( 'show_page_title', 1 ) ) : ?>
<div class="componentheading<?php echo $this->params->get( 'pageclass_sfx' ); ?>">
<?php echo $this->params->get( 'page_title' ); ?>
</div>
<?php endif; ?>

Change for:

<?php if ( $this->params->get( 'show_page_heading', 1 ) AND $this->params->get( 'page_title' )) : ?>
<div class="componentheading<?php echo $this->params->get( 'pageclass_sfx' ); ?>">
<?php echo $this->params->get( 'page_title' ); ?>
</div>
<?php endif; ?>

Have a great weekend,

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

13 years 2 days ago #6124 by ericno
Super !

Have a nice week-end too.

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