Delete "Send an e-mail to this Contact" - Joomla! Forum - community, help and support


hello,

can tell me how delete "send e-mail contact" text standard contact form in joomla 1.0.12?

thank you.

ooops... found it, in language -> english.php

thanks anyway  ;)

the text there default joomla text.

you can change in 2 ways.

one, if want override particular contact, go "contact" record (components -> contacts -> manage contacts).

on right side of screen go "parameters" tab.  item "email description".  set "no" , message go away.

if want different message, can leave "e-mail description" set "yes" , put new message in "description text" field right below that.

now, if want delete contacts (or change contacts) rather doing 1 one, can change default message want (including nothing @ all).

this done in language manager.

site -> language manager -> site languages -> english (assuming using english).

this load editor loooong list of words , phrases joomla uses in various parts of program.

look 1 says: 

code: select all

define('_email_description','send e-mail contact:');


change whatever want.  so, example, if wanted blank on contact forms, change this:

code: select all

define('_email_description','');


be sure watch quote marks there.

if have few change, easier in contact manager.  if have lot, easier change in language manager.





Comments