Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
1 registered (Ruben), 42 Guests and 13 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 03/24/10
Posts: 8
Top Posters (30 Days)
Ruben 50
DennyP 24
Gizmo 24
Dunny 15
SteveS 13
AllenAyres 12
dbremer 10
SD 10
drkknght00 9
driv 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Page 1 of 2 1 2 >
Topic Options
#220388 - 12/20/08 04:24 AM .email-header
DougMM Offline
journeyman
Registered: 01/30/08
Posts: 81
Loc: Austin TX
How do I include my board logo to this area?

This is usually a common board link or some common information to be displayed. It can even include a board logo.

This is what I have now, How do I add an image to this area?

background: #666666;
color: #000000;
font-size: 10pt;
padding:4px;
border-bottom: 1px solid #000000;
text-align:center;
_________________________
CentralTexasStangs.com





Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#220393 - 12/20/08 07:28 PM Re: .email-header [Re: DougMM]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Likely use of the background tag's options:
background: url('http://www.yoursite.tld/image.type') #666666;
background-repeat: no-repeat;
background-position: center;

http://www.w3schools.com/css/pr_background.asp
http://www.w3schools.com/css/pr_background-repeat.asp
http://www.w3schools.com/css/pr_background-position.asp
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#220479 - 12/25/08 02:00 AM Re: .email-header [Re: Gizmo]
DougMM Offline
journeyman
Registered: 01/30/08
Posts: 81
Loc: Austin TX
Thank you I will look into this...
_________________________
CentralTexasStangs.com





Top
#220502 - 12/26/08 12:10 PM Re: .email-header [Re: DougMM]
SD Offline
Registered: 04/19/07
Posts: 4056
Loc: SoCal, USA
that's not gonna be ideal (nor will it work real well), since the css isn't a 1 for 1 as the message gets assembled by the mailer.inc.php class..

i'd suggest checking out the /templates/default/email_html.tpl file..

the philosophy is to be using tables for HTML email as well as inline css, since that's what most email clients will tolerate..

edit that file and you can stick in an additional tr, td, img kinda thingie to get your logo in wink

:2c:
_________________________

Threads tutorials . Threads & Wordpress experts . UBB resume

If I you, click this link as to why
Top
#220585 - 12/28/08 08:32 PM Re: .email-header [Re: SD]
DougMM Offline
journeyman
Registered: 01/30/08
Posts: 81
Loc: Austin TX
Well I have been working on this for a few nights and have not got it done yet. Thanks eveyone for your help with this. I'm just now trying to use the board to do all of the emails and have not got this working as of yet.
_________________________
CentralTexasStangs.com





Top
#220586 - 12/28/08 08:34 PM Re: .email-header [Re: DougMM]
DougMM Offline
journeyman
Registered: 01/30/08
Posts: 81
Loc: Austin TX
I would like all of my emails to look like this...

http://centraltexasstangs.com/decevents.html

I have not found a way to do this as of yet.
_________________________
CentralTexasStangs.com





Top
#220587 - 12/28/08 08:47 PM Re: .email-header [Re: DougMM]
DougMM Offline
journeyman
Registered: 01/30/08
Posts: 81
Loc: Austin TX
Up until now I have been exporting the list of email address, then breaking them up into groups of less then 100, BCC each member and sending out the emails thru my home ISP. This has taken along time to get done and opens me up to several errors in sending out 10-15 different emails of 100 members from my home ISP. I'm really looking for a way to get this monthy "html" email sent out thru the board and having it look right with out any problems.
_________________________
CentralTexasStangs.com





Top
#220598 - 12/29/08 10:34 AM Re: .email-header [Re: DougMM]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
Add the image in the language file.

cp>Languages>Language editor
Search for EMAIL_HEADER_HTML
Insert your image <img src="url">
You still will need to edit the default style for background colors. etc.
Just tried it in 7.4.1 and it works
_________________________
Blue Man Group
Top
#220647 - 12/30/08 03:14 PM Re: .email-header [Re: DougMM]
SD Offline
Registered: 04/19/07
Posts: 4056
Loc: SoCal, USA
Originally Posted By: DougMM
I would like all of my emails to look like this...

http://centraltexasstangs.com/decevents.html

I have not found a way to do this as of yet.


shouldn't be too hard to do wink
_________________________

Threads tutorials . Threads & Wordpress experts . UBB resume

If I you, click this link as to why
Top
#225690 - 04/13/09 12:12 AM Re: .email-header [Re: Ruben]
DougMM Offline
journeyman
Registered: 01/30/08
Posts: 81
Loc: Austin TX
Originally Posted By: Ruben
Add the image in the language file.

cp>Languages>Language editor
Search for EMAIL_HEADER_HTML
Insert your image <img src="url">
You still will need to edit the default style for background colors. etc.
Just tried it in 7.4.1 and it works



I can't find this file? 7.4


Edited by DougMM (04/13/09 12:16 AM)
_________________________
CentralTexasStangs.com





Top
#225693 - 04/13/09 07:17 AM Re: .email-header [Re: DougMM]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
It is not a file it is the key field. The file is mailer.php
_________________________
Blue Man Group
Top
#225924 - 04/20/09 06:28 PM Re: .email-header [Re: DougMM]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
EMAIL_HEADER_HTML
Is the name of the field but sometimes it will not find it. I guess it depends on what browser you are using.
The language file is mailer.php.
Find the EMAIL_HEADER_HTML string and add whatever html code you want to it.
So cp>>Languages>Language editor
Choose Specific Language File: Mailer.php
Scroll down till you see EMAIL_HEADER_HTML
Edit the content.
_________________________
Blue Man Group
Top
#225929 - 04/20/09 10:53 PM Re: .email-header [Re: Ruben]
DougMM Offline
journeyman
Registered: 01/30/08
Posts: 81
Loc: Austin TX
Thank you so much Ruben, I found the line.

$ubbt_lang['EMAIL_HEADER_HTML'] = "No need to reply to this email.";

What would be the correct way to add this?

<p align="center">
<img border="0" src="http://centraltexasstangs.com/header/ctsbanner.jpg" width="800" height="100"></p>
_________________________
CentralTexasStangs.com





Top
#225930 - 04/20/09 10:58 PM Re: .email-header [Re: DougMM]
DougMM Offline
journeyman
Registered: 01/30/08
Posts: 81
Loc: Austin TX
Never mind thank you again, I got it.
_________________________
CentralTexasStangs.com





Top
Page 1 of 2 1 2 >



Moderator:  AllenAyres, Harold, Ian, Ron M 
Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Temporary Password email not being received
by
05/24/12 10:02 PM
Ability to "like" individual posts (not Facebook "likes)
by doug
05/23/12 09:03 AM
Island Permissions
by ThreadsUser
05/22/12 03:03 PM
streaming video
by prkrgrp
05/20/12 07:02 PM
New Posts Corrupted? Can someone help?
by PianoWorld
05/19/12 09:41 AM
Forum Stats
10492 Members
36 Forums
33842 Topics
181709 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image