1. Queenielass
  2. Support
  3. Wednesday, March 28 2018, 05:48 PM
1. I need to make the email contact button bigger, please. Can you direct me to where I can make the changes, please?

2. Are you able to help me to add a function whereby a bcc copy of an email from one member to another is automatically sent to the site admin when a member clicks on this email button? If this is custom work I will be willing to pay for it.

3. Also, I need to change the spelling mistake on this profile bar, please.

Many thanks

Sue
Attachments (2)
admin Accepted Answer
Admin
Hi,
1) You can add following CSS to your custom.css file
.jsn-p-opt .btn{padding:10px 30px}


2) To make this you need to change a Joomla core file, in file at /components/com_contact/controllers/contact.php after line 216 you can add following new line:
$mail->addBCC('here_your_admin_email');

NOTE 1: When you update Joomla then you need to redo this change.
NOTE 2: this code is not tested and not supported


3) You can override language string, follow these steps:
- Go to Extensions->Languages->Overrides
- Click to new button
- Fill the form like screenshot, the language constant is "COM_JSN_PROFILE_INFO"
Attachments (1)
  1. more than a month ago
  2. Support
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.