Configurating JOOMLA's e-mail notification for new account

Posted by Dion on Stack Overflow See other posts from Stack Overflow or by Dion
Published on 2009-10-29T03:34:53Z Indexed on 2010/05/24 16:01 UTC
Read the original article Hit count: 322

Filed under:

Dear all...

I'm using Joomla 1.5 to create a local site for my office. The site will be accessed locally via intranet, and my PC will be the localhost for the site.

I'm using a Login pluggin, so that anyone who wanted to enter the site should create an account. In JOOMLA, all user who created their account for the first time will receive a notification e-mail like :

"Hello pras,

You have been added as a User to Information Center by an Administrator.

This e-mail contains your username and password to log in to http://localhost/yaddayadda/

Username: hadisuryo.prasetio Password: xxxx

Please do not respond to this message as it is automatically generated and is for information purposes only."

but if the user click the URL in the mail, which is, "localhost/yaddayadda/" they will not be directed to my site, but to their own PC's localhost....

My question is : How can I Modified the e-mail or the site configuration so that the URL will not be "localhost/yaddayadda/" anymore, but will be "(My-IP adress)/yaddayadda"

I'm not going to host my site to a web hosting service, just using my PC as a host.

I've been trying to trace on each config and .ini files...it seems that i have to do something with the "JURI" function or the "$mosConfig_live_site" on the backlink.php file

$mosConfig_absolute_path = JPATH_SITE; $mosConfig_live_site = JURI :: base(); $url_array = explode('/', $_SERVER['REQUEST_URI']);

Can anyone give me assistance ? Thank You

© Stack Overflow or respective owner

Related posts about joomla1.5