SMF Support > SMF 1.1.x Support
How can locate these files
Labradoodle-360:
You are using 1.6?! You should most definitely upgrade to at LEAST 1.1.16.
K@:
I think that's what he meant, Doodle. ;)
Good point, though. :)
perfec2:
--- Quote from: K@ on April 30, 2012, 02:57:34 PM ---http://wiki.simplemachines.org/smf/Registration_-_How_do_I_edit_the_registration/welcome_email
That'll cover most of it, I believe. :)
--- End quote ---
This is inline, but couldn't get what I want work for me. I'm trying to insert advert code that will display advert on each email send at the button of each email as I see in many emails.
I edited file "Login.english_british-utf8.php"
or
Would have edited "Login.english-utf8.php" or Login.english.php ?
MrPhil:
'english' is more or less American English (the base language) in Latin-1 encoding.
'english-utf8' should be identical (unless there's any non-ASCII punctuation), and is for UTF-8 encoded display.
'english_british' would be the Muvver Tongue in Latin-1 encoding (is there such an offering?).
'english_british-utf8' would be British English, very similar to 'english_british', but possibly with Pound Sterling and some odds & ends characters in UTF-8 encoding instead of Latin-1.
You would be using either (American) English or British English, and either Latin-1 or UTF-8 page character display encoding. Not all combinations may be available. You are welcome to keep the text in all three or four in sync -- it won't hurt, and if you allow multiple Englishes as language choices, you'll need to have all of them in sync anyway.
perfec2:
Ok, I'm using 'english_british-utf8'
This is one email template below:
$txt['resend_activate_message'] = 'You are now registered with an account at ' . $context['forum_name'] . ', %1$s!' . "\n\n" . 'Your username is "%2$s".' . "\n\n" . 'You first need to activate your account before you can login so please follow this link:' . "\n\n" . '%4$s' . "\n\n" . 'Please use the code "%3$s" if you have any problems with activation.' . "\n\n" . $txt[130];
The adevert code I want to insert so that it goes with email is below, please help me insert it at appropriate place above:
<!-- Begin mywebaddresshere Code -->
<script language="javascript"><!--//
var server_client_id = 1002;
var server_ad_channel = 1;
var server_publisher_channels = "";
var server_media_types = "text,hybrid";
var server_integrate_media_types = 0;
var server_ad_width = 728;
var server_ad_height = 90;
var server_ad_style = "728x90_as";
var server_code_version = "4";
var server_ad_color_border = "FFE100";
var server_ad_color_background = "FFE100";
var server_ad_color_headline = "3D81EE";
var server_ad_color_body = "000000";
var server_ad_color_url = "191919";
var server_ad_random = 1;
//--></script>
<script type="text/javascript" src="http://www.mywebaddresshere.com/mypro/ads/display_ads.php">
</script>
<!-- End mywebaddresshere Code -->
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version