vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   html email from acp (https://vborg.vbsupport.ru/showthread.php?t=222594)

jskoh 09-06-2009 05:28 PM

html email from acp
 
hi all,

need some guide here. i have install a mod fro sending email in html format. however, i often have this problem. my text will alway goes like this

Quote:

Dear user, i want to send out mail. www.domain.com
but i want it in this way
Quote:

Dear user,

i want to send out mail

www.domain.com

how do i break away the sentense in another line?

jskoh 10-21-2009 12:26 PM

anybody?

TheLastSuperman 10-21-2009 12:35 PM

Link to the mod? Most likely just a quick edit adding a <br /> or two of them and save then re-upload or re-import OR update the template and done. We need a link and if it's apid mod you will need to request support on that sites forum or support area if not provide the link here and we'll see what some suggest but the mods author/creator will always be the best person to ask as they are the most familiar with the mod and can quickly answer and provide assistance better than anyone else.

S-MAN

jskoh 10-21-2009 12:48 PM

current im using a html email mod, however, the message alway goes inline.

TheLastSuperman 10-21-2009 12:48 PM

Quote:

Originally Posted by jskoh (Post 1903170)
current im using a html email mod, however, the message alway goes inline.

Mod link??

jskoh 10-21-2009 01:13 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=137537" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=137537</a>

maybe i should with the coder

TheLastSuperman 10-21-2009 01:59 PM

Quote:

Originally Posted by jskoh (Post 1903184)

Ok 3.8.4 code has been updated but I duplicated my email.php renamed to email2.php and tested..

In 3.6 and 3.8 there is:
$vbulletin->GPC['septext'] = nl2br(htmlspecialchars_uni($vbulletin->GPC['septext']));

It can be added when wanting spaces in plain text and normally you can add only a limited # of phrases ($) to be used in plain text but it should in html from what I see.. in your SUBJECT before you start typing add:

Code:

<br />
Because it's letting you send them as html so add the spaces (<br />) wherever you want after each sentence or paragraph and change users to send to, to 1 instead of 500 and enter in your username or email and submit, now check your email to see if that worked ;)

Let us know.


All times are GMT. The time now is 08:44 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01118 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete