currently there is no way to manage this from admin panel. All out going mail send through the info@xxxx.yyy address.
How ever u can follow following step to solve this issue
Steps
1.find components/com_google/controller.php - from fron end
2.see line no 46 - $from ="info@".$_SERVER['HTTP_HOST'];
3. change it as per your desire
$from ="info@mydesire.com";
if u have any ques ple comment here
new release can change 'from Email address'
http://extensions.joomla.org/extensions/contacts-and-feedback/contact-details/9264
wAp
Hi, is there a way to not have the message form and just have the contact information and the google map?
ReplyDelete@anp5
ReplyDeleteMmm ...
it's simple
you have 2 ways
1St
You can remove Message form from the code
2nd
u can use mod_google / com_google to show map in any page
mod_google
this is very helpful, thanks a lot!
ReplyDeletenow I have question how do I made the email address as image to protect somehow from spam,
thank you!
Thanks for the comment
ReplyDeleteat the moment it's not apply
Your request is very effective .... so we will add that with next release
new release can change 'from Email address'
ReplyDeleteok is nice to here it that it will be include in next release, but i'm just wondering just for now where in which file I can modify to put my imdge
ReplyDeletesuch a html code <img style="float: left;" alt="Picture18" src="images/stories/Picture18.png
please let me know,
Thank you.
components->com_google->views->google->tmpl->default.php
ReplyDeleteSee Line No 279
[
echo $conArr[0]->mapEmailTxtBox;
]
replace with above as per your requirement
if not clear contact us
thank you I've manage it! everything is working just fine, please keep me updated when will be new version available, thanks a lot!
ReplyDeleteNice to hear ..... sure i will be inform u
ReplyDelete