Jump to content

Edit Contact Block


Recommended Posts

Hi, I am trying to update the contact block (just to make it clear, the one which says: 'We are available 24/7').

 

I would like to change the reference 'Contact our expert support team' not to an email address, but to the contact-form (the one you can access from the footer 'Contact-us').

 

I have tried to change the blockcontact.tlp file in \modules\blockcontact from:

 

{if $email != ''}<a href="mailto:{$email|escape:'htmlall':'UTF-8'}">{l s='Contact our expert support team!' mod='blockcontact'}</a>{/if}

 

to:

 

{if $email != ''}<a href="{$base_dir}contact-us">{l s='Contact our expert support team!' mod='blockcontact'}</a>{/if}

 

but nothing is happening. I have also made sure to recompile the code by changing the settings in Performance -> Smarty.

 

Any idea on how to sort this out?

 

 

Thanks!!

Link to comment
Share on other sites

  • 4 months later...

Milos, I don't think this is a translation issue. Currently, if you click on Contact our expert support team, it generates an email (in a fresh install it's mailto:[email protected]).

The request is to replace that with a link to the Contact Us page.

I had a quick play with blockcontact.tpl, but whatever I put there, it still picking up the mailto: request from somewhere.

Cheers, Dave

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...