The Joomla! Forum ™






Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: Sat Jan 27, 2007 2:05 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Jan 03, 2007 6:23 pm
Posts: 18
Hi,

Our site is almost ready for February 15 release. However, I need resolution for one problem. When someone registers,  joomla sends an email with confirmation link. That email has really small Bangal font and almost not legible. This email is also sent in a text format. Is there anything can I do to increase the Font size.

Our site address is http://www.MukhoMukhi.com

Thanks
kmazumdar


Top
 Profile  
 
PostPosted: Sat Jan 27, 2007 2:11 pm 
User avatar
Joomla! Explorer
Joomla! Explorer

Joined: Sat Aug 20, 2005 1:44 pm
Posts: 324
Location: Melbourne, Australia
You need to modify the com_registation component files so that emails are html coded with font size tags.
More specifically, within com_registration find file registratio.php, need to edit lines from 171 to 177.


alamgir

_________________
www.apona-bd.com Bangla OCR and other software.
www.joomla.org.bd Bangla Joomla Site


Last edited by alamgir99 on Sat Jan 27, 2007 2:16 pm, edited 1 time in total.

Top
 Profile  
 
PostPosted: Sun Jan 28, 2007 2:22 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Jan 03, 2007 6:23 pm
Posts: 18
Sorry, I am not that good in php. I see the codes as below.

if ($mosConfig_useractivation == 1){
$message = sprintf (_USEND_MSG_ACTIVATE, $name, $mosConfig_sitename, $mosConfig_live_site."/index.php?option=com_registration&task=activate&activation=".$row->activation, $mosConfig_live_site, $username, $pwd);
} else {
$message = sprintf (_USEND_MSG, $name, $mosConfig_sitename, $mosConfig_live_site);
}

$message = html_entity_decode($message, ENT_QUOTES);

What exactly do I need to change?

Thanks
kmazumdar


Top
 Profile  
 
PostPosted: Sun Jan 28, 2007 11:03 pm 
User avatar
Joomla! Explorer
Joomla! Explorer

Joined: Sat Aug 20, 2005 1:44 pm
Posts: 324
Location: Melbourne, Australia
Neither me:

After this line
Code:
 
 $message = html_entity_decode($message, ENT_QUOTES);


You have to add the font size tags. like
Code:

$message = "<font size=3>" .$message ."</font>";


I am not sure just this will work, or you also need to put tags too. Do some tests and let us know.


alamgir

_________________
www.apona-bd.com Bangla OCR and other software.
www.joomla.org.bd Bangla Joomla Site


Last edited by alamgir99 on Sun Jan 28, 2007 11:50 pm, edited 1 time in total.

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 



Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group