Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

desired email signature

10 years 3 weeks ago
  • parag's Avatar
    Topic Author
  • parag
  • Offline
  • Fresh Boarder
  • Posts: 30
  • Thank you received: 0
Licenses:
JomSocial Expired

Hi,

I want to add my desired signature in all my mails.


Attachment email.png not found

Attachments:
10 years 3 weeks ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

You need hack the jomsocial template, please open this file components/com_community/templates/default/email.html.php and edit this code with your signature:

<?php echo $this->getPoweredByLink();?></a>.
				<br>
			<?php
			if( !empty($userid) && !empty($recepientemail) && $email_type == 'etype_friends_invite_users' ){
			    echo JText::sprintf('COM_COMMUNITY_EMAIL_INVITE_FRIEND_FOOTER_TEXT', $name, $email, $recepientemail, $sitename, $unsubscribeLink);
			} else {
			    echo JText::sprintf('COM_COMMUNITY_EMAIL_FOOTER_TEXT', $name, $email,$sitename, $unsubscribeLink);
			}


			?>

				<br><?php echo $copyrightemail; ?>

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW