Jump to content

Search the Community

Showing results for tags '3.4.x'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • WebFlake
    • Announcements and Updates
    • WebFlake Support
    • Member Introductions
    • Off-topic Lounge
    • Archives
  • Webmasters
    • Webmaster Lounge
    • Marketplace (Hire, Buy, Sell, Trade)
    • Coupons and Deals
    • Hosting
    • Website and Graphics Design
    • Website Showcase
  • Invision Community Suite
    • Invision Community Suite 4.7
    • Invision Support
    • Invision Requests
    • Invision Tutorials
    • Invision Beta
  • XenForo
    • XenForo 2.2
    • XenForo Support
    • XenForo Requests
    • XenForo Tutorials
  • WordPress
    • WordPress Content
    • WordPress Support
    • WordPress Requests
    • WordPress Tutorials
  • Unsupported Software
    • IPB 3.4 Legacy
    • IPS 4.x Legacy

Categories

  • Invision Community Suite 4.7
    • Applications and Plugins
    • Themes
    • Translations
    • Invision Extras
  • Invision Community Suite 4.6
    • Applications and Plugins
    • Themes
    • Translations
    • Invision Extras
  • Invision Community Suite 4.5
    • Applications and Plugins
    • Themes
    • Translations
    • Invision Extras
  • XenForo 2.2
    • Add-ons
    • Styles
    • Translations
    • Miscellaneous
  • XenForo 2.1
    • Add-ons
    • Styles
    • Translations
    • Miscellaneous
  • Wordpress
    • Themes
    • Plugins
  • ThemeForest
    • HTML
    • CMS
    • UI Design
    • JavaScript Code
  • CodeCanyon
    • PHP Scripts
    • JavaScript
    • CSS
    • HTML5
  • Graphics & Design
    • Emoticons & Smileys
    • Ranks & Badges
    • PSD & AI Designs
  • Unsupported Software
    • IPB 3.4
    • Invision Community Suite 4.4
    • Invision Community Suite 4.3
    • IPS Community Suite 4.2
    • IPS Community Suite 4.1
    • XenForo 2.0
    • MyBB 1.8

Product Groups

  • WebFlake Creative Designs
  • WebFlake Donation Bundles

Blogs


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Version

Found 1 result

  1. and one of my emails, but it's persian language: first go to: AdminCp >> System >> System Setting >> System >> Email Set-up And enable html in your emails: Send HTML emails = "Yes" save it and then go to: AdminCp >> Look & Feel >> Manage System Templates >> Email wrapper and if you want so professional Email template in your forum, change the codes with: <?php/** ************************************* *Don't Delete This Message **Please** ************************************* *name: Olive Tree e-mail template* *author: amir christ * *email: [email protected] * *test: everything is done! * *version: 1.0 * ************************************* */?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta charset="{$settings['gb_char_set']}" /><title><#subject#></title></head><body style="margin: 0; padding: 0;"><table border="0" cellpadding="80" cellspacing="0" width="98%"> <tbody><tr> <td style="font-family: 'Trebuchet MS',Arial,Helvetica,Geneva,sans-serif;" align="center" bgcolor="#E2E2E2" width="100%"><div align="left" style="border:1px solid #043948; padding:5px 5px; background:#043948; width:700px; border-radius: 8px 8px 0px 0px; font-color:#E7CBA3;"><a href="{$settings['board_url']}" target="_blank" style="color: #E7CB97; text-decoration: none; font-weight: bold; style="font-family: 'Trebuchet MS', Arial, Helvetica, Geneva, sans-serif;>{$settings['board_name']}</a> <font color="#E7CBA3" style="font-weight: bold; text-decoration: none; font-size:14px; font-family:'Trebuchet MS', Arial, Helvetica, Geneva, sans-serif;">{$unsubscribe}</font> <span style="float:right;"><img src="http://up.palringo.eu/uploads/137911867931.png" border="0" valign="middle" /> <a href="http://facebook.com/your-id" target="_blank" style="color: #E7CBA3; text-decoration: none; font-weight: bold; font-size:13px;">Like</a>&nbsp;&nbsp; <img src="http://up.palringo.eu/uploads/1379118682692.png" border="0" valign="middle" /> <a href="http://twitter.com/your-id" target="_blank" style="color: #E7CBA3; text-decoration: none; font-weight: bold; font-size:13px;">Tweet</a>&nbsp;&nbsp; <img src="http://up.palringo.eu/uploads/1379118683413.png" border="0" valign="middle" /> <a href="http://your-site.com/index.php?app=referrals&reff=1" target="_blank" style="color: #E7CBA3; text-decoration: none; font-weight: bold; font-size:13px;">Forward</a> </span></div><!--**********************************--><!-- Logo --><!--**********************************--> <div height="100px" align="center" valign="middle" style="width:630px; background:#00707B; border:1px solid #00707B; padding:10px 40px;"><font color="#FFFFFF" style="text-decoration: none; font-size:36px; font-family:'Trebuchet MS', Arial, Helvetica, Geneva, sans-serif;">{$settings['board_name']}</font> </div><!--**********************************--><!-- Email Content --><!--**********************************--> <div style="padding:10px 10px; background:#FFFFFF; width:692px;" align="left" valign="middle"> <font style="text-decoration: none; font-size:18px; font-family:'Trebuchet MS', Arial, Helvetica, Geneva, sans-serif;" color="#9A9661">Email Content: </font> <br /> <font style="text-decoration: none; font-size:12px; font-family:'Trebuchet MS', Arial, Helvetica, Geneva, sans-serif;" color="#9A9661">Email sent on: </font> <font style="text-decoration: none; font-weight: bold; font-size:12px; font-family:'Trebuchet MS', Arial, Helvetica, Geneva, sans-serif;" color="#00707B"><?php/************************************************************* Current TimeZone* Sunday 15th September 2013 - 07:20:51* Add your timezone below, for example: 'America/Los_Angeles'* Or visit: http://php.net/manual/en/timezones.php*************************************************************/$timezone = "Asia/Tehran";if(function_exists('date_default_timezone_set')) date_default_timezone_set();echo date('l jS F Y - H:i:s');?></font><br /><br /><font color="#00707B" style="text-decoration: none; font-size:12px; font-family:'Arial', Helvetica, Geneva, sans-serif;"> <div style="padding:5px 5px; background:#EDEFF4; width:98%;" align="left" valign="middle"> {$content}</div></font><br /> </div><!--******************************************************--><!-- Footer --><!-- You are allowed to change the author name with yours --><!--******************************************************--> <div align="left" valign="middle"style="padding:20px 20px; background:#043948; width:673px; border-radius: 0px 0px 8px 8px;"> <font color="FFFFFF" style="text-decoration: none; font-size:12px; font-family:'Trebuchet MS', Arial, Helvetica, Geneva, sans-serif;">You're receiving this because you subscribed from our website.</font><span style="float:right;"><font color="E7CBA3" style="text-decoration: none; font-size:12px; font-family:'Trebuchet MS', Arial, Helvetica, Geneva, sans-serif;" color:#E7CBA3">Copyright &copy; 2013</font></span><div><a target="_blank" style="color: #E7CB97; text-decoration: none; font-size:12px; font-weight: bold; href="{$settings['board_url']}">{$settings['board_name']}</a><font color="#E7CBA3" style="text-decoration: none; font-size:14px; font-family:'Trebuchet MS', Arial, Helvetica, Geneva, sans-serif;">{$unsubscribe}</font><span style="float:right;"><font color="E7CBA3" style="text-decoration: none; font-size:12px; font-family:'Trebuchet MS', Arial, Helvetica, Geneva, sans-serif;" color:#E7CBA3">Designed and Coded By amir christ</font></span></span> </div> </div> </td> </tr> <tbody></table></body></html>
×
×
  • Create New...