How do i change INDEX messages ? like when someone try to subscribe to mailing list or add an url then he or she resives a mail from INDEXU and INDEXU team how do i change these messages ? and also how do i change the logo on User CP page ?
How do i change INDEX messages ? like when someone try to subscribe to mailing list or add an url then he or she resives a mail from INDEXU and INDEXU team how do i change these messages ? and also how do i change the logo on User CP page ?
To change mail features go to the folder
themes/default/mail
these are the .mail extensions you should update to customize your messages.
To edit the image of the cp, go to:
themes/default/cp
you should fix header.html, index.html or footer.html
to suit your needs
Last edited by Hart_House; 01-11-2002 at 05:02 PM.
Thanx you solved my problem but there is 1 more thing i still resive a automail from indexu when i subscribe to mailing list or when i try to add a new url and email add is also from info@indexu.com how do i change that ? so i resive a mail and its says that its from INDEXU and email add is info@indexu.com.
I am also having the same problem. I figured out where to edit the emails. But I had to edit them in notepad, and didn't see any options for the outgoing email address. Where is this edited? My emails look like they are coming from INDEXU. Thanks, Chris![]()
I am having the exact same problem. Where do I change the info so the email doesnt appear from indexu
Support? Possibly, but don't quote me on that
But can you imagine Dody's face in the throes of sexual ecstasy?
It certainly is a powerful image
I really just want ot know how to edit the outgoing emails/auto responds so it doesn't show it's coming from INDEXU?????? Please help................... Thanks, Chris
btw.. The script is only $99.00 for three sites! That is pretty cheap.![]()
Please check this file /themes/default/msg.pgp
You will find a lot of these 'INDEXU.COM <info@indexu.com>'
Do change them to your address.
I hope this helps.
Binto
Thank you very much!! I'll try that. Chris
When I edit /themes/default/msg.pgp and enter my email address it works fine. However, when I try to login I get MySql errors. Not just the email names either, anytime I edit that page, no matter what I do, I get the error when logging in. Need some help?? Thanks, Chris
Frankly I don't know about this, but you may consider posting the error message you get.
If you are getting something like ' Headers already sent.....' this may have to do with the templates header.html and cat_header.html
I used to get these while trying to change the character set.
You may also consider reaching Dody on ICQ
Good Luck
Binto,
That's what I am getting. I have changed it back for now. But I was getting the Header, Category already set. Any idea what could be causing the conflict? Thanks again, Chris
Chris,
Frankly I have no idea.
In my case, I noticed that whenever I changed the
"charset=iso-8859-1" in header.html and cat_header.html, I had this problem. Try using the original files and see if it helps.
When I edit /themes/default/msg.pgp and enter my email address it works fine. However, when I try to login I get MySql errors. Not just the email names either, anytime I edit that page, no matter what I do, I get the error when logging in. Need some help?? Thanks, ChrisPlease be careful when you edit /themes/default/msg.pgp, it's php code.If you are getting something like ' Headers already sent.....' this may have to do with the templates header.html and cat_header.html
Regarding on your report, 'Headers already sent.....' error:
Please check again /themes/default/msg.pgp, make sure there's no any
characters (usually whitespace: space & empty line)
before <? in the top left of the file.
If they're exist, php will sent output for this characters and make cookie fail.
If you're not sure, you can compare with original msg.php
Dody,
Thanks. I'll try it again very carefully. Chris