We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

email signature | Forum

Topic location: Forum home » Support » General Questions
Anastasiaa G
Anastasiaa G Mar 2 '13
Hello!

I would like to add signature to the emails that oxwall is sending to the users. When i add src="" of the image to html form of email, the picture is not showing up. Its not found. I guess i have to copy my signature picture to the folder where html code for my email is placed.

I would like to knwo where is it?


Thank you!

Tester
Tester Mar 3 '13
How can you add the source if the image is not in the folder, or in another site?
I think I have seen a plug-in for adding Signature in the Store. Not sure.
Anyway, you may take a look.
Tester
Tester Mar 3 '13
P.S. Sorry, the store item I meant is for Forum Signature.
Purusothaman Ramanujam
You have to search in the site language strings and add your custom content over there.

Search for strings "email"
Alia Team
Alia Mar 4 '13
Anastasiaa G,

upload you image in admin panel>>appearence>>edit theme>>graphics.

Add <img src="http://fullpathto_uploaded_image_here" alt="COOL TEXT here"> code to the needed email in admin panel>>languages>>find needed email text.

Example:

1. I have uploaded image to yoursitename.com/admin/theme/graphics
2. I have edited the email template in admin panel>>languages  to include my image

3. I have tested and I can see the image in my email

David A
David A Mar 4 '13
do you do this where it says edit theme...I do not know how.  do you copy it below into the edit css in its entirity...
Alia Team
Alia Mar 6 '13
David,
See image attached.

1. You are right. It is under "Edit theme".
2. Upload the image under "Graphics" tab
3. Copy URL of the uploaded image.
4. Go to admin panel>>languages
5.  Find needed phrase. And add <img src="http://paste copied image URL from step#3 here" alt="COOL TEXT here"> to the found phrase.  Don't forget to click "Save" once you are done editing the phrase.


Anastasiaa G
Anastasiaa G Mar 6 '13
It works for me! Great! Thank you so much!
Alia Team
Alia Mar 6 '13
You are welcome.