Forums | Mahara Community

Support /
Email problem


anonymous profile picture
Account deleted
Posts: 9

13 April 2009, 12:37

hi

 which file is sending the emails once a user registers or changes email in profile etc... i want to change the emailfrom 'Mahara System' to my website.
anonymous profile picture
Account deleted
Posts: 9

13 April 2009, 13:52

hi,

just an update i uncommented the line $cfg->noreplyaddress in config-default.php.. but now it sends it as [email protected]

 

help please

anonymous profile picture
Account deleted
Posts: 9

13 April 2009, 14:23

actually i still have same problem. still sends out as mahara system
anonymous profile picture
Account deleted
Posts: 228

13 April 2009, 14:43

I think that's in the language pack - have a look in lang/en_utf8/mahara.php for 'Mahara System'  and change it to something else.
anonymous profile picture
Account deleted
Posts: 9

13 April 2009, 15:27

thanks alot Penny.

 

can you please tell me how to add extra links to top menu once user is logged.

 

thanks 

anonymous profile picture
Account deleted
Posts: 808

13 April 2009, 17:07

If you just want to hack in another menu item, have a look in the main_nav() and mahara_standard_nav() functions in htdocs/lib/web.php.

If you've written an artefact plugin, you can add menu items from your plugin without modifying the core by defining a menu_item() function in your plugin class (see for example htdocs/artefact/file/lib.php,htdocs/artefact/resume/lib.php)

 

6 results