Jump to content

Письмо с уведомлением на почту

Featured Replies

У меня в настройках уведомлений стоит так , чтобы на новые ответы в теме мне на почту приходило уведомление.

Мне оно приходит, но выглядит оно в обычном текстовом виде.

А вот как сделать так, чтобы оно приходило в таком красочном виде?

2a9ec92bbeea.jpg

Link to comment
https://ipbmafia.ru/topic/418-pismo-s-uvedomleniem-na-pochtu/
Share on other sites

Сегодня - завтра поковыряюсь по теме)

Link to comment
https://ipbmafia.ru/topic/418-pismo-s-uvedomleniem-na-pochtu/?&do=findComment&comment=1095
Share on other sites

Дэк просто в языках АЦ измени содержимое дефолтного сообщения на содержимое в HTML.

В вышеприведенном примере используется обычная таблица и форматирование текста посредством html.

Link to comment
https://ipbmafia.ru/topic/418-pismo-s-uvedomleniem-na-pochtu/?&do=findComment&comment=1147
Share on other sites

Дэк просто в языках АЦ измени содержимое дефолтного сообщения на содержимое в HTML.

В вышеприведенном примере используется обычная таблица и форматирование текста посредством html.

спасибо, проверю
Link to comment
https://ipbmafia.ru/topic/418-pismo-s-uvedomleniem-na-pochtu/?&do=findComment&comment=1411
Share on other sites

а у меня вообще беда с уведомлениями на почту - в письме битые ссылки (

Вот пример:

Адрес темы: _motor.ck.ua/forum/index.php?showtopic=

Кто то сталкивался с таким?

Link to comment
https://ipbmafia.ru/topic/418-pismo-s-uvedomleniem-na-pochtu/?&do=findComment&comment=1426
Share on other sites

а у меня вообще беда с уведомлениями на почту - в письме битые ссылки (

Вот пример:

Адрес темы: _motor.ck.ua/forum/index.php?showtopic=

Кто то сталкивался с таким?

На вашем форуме есть функция ЧПУ (.HTACCESS) ?

Link to comment
https://ipbmafia.ru/topic/418-pismo-s-uvedomleniem-na-pochtu/?&do=findComment&comment=1436
Share on other sites

в корне форума нет такого файла (

посоветуйте где его взять и что там прописать?

Link to comment
https://ipbmafia.ru/topic/418-pismo-s-uvedomleniem-na-pochtu/?&do=findComment&comment=1460
Share on other sites

в корне форума нет такого файла (

посоветуйте где его взять и что там прописать?

АдминЦентр - Система - Системные настройки - Система - Поисковая оптимизация (SEO)

Там есть Настройки ЧПУ, там и проделываете все действия, вы поймёте! :)

Link to comment
https://ipbmafia.ru/topic/418-pismo-s-uvedomleniem-na-pochtu/?&do=findComment&comment=1461
Share on other sites

ЧПУ тут вообще не причём.. Если время свободное найдётся - поковыряюсь с этим...

Link to comment
https://ipbmafia.ru/topic/418-pismo-s-uvedomleniem-na-pochtu/?&do=findComment&comment=1468
Share on other sites

Да... наковырял я... ))

Создал .htaccess но без строки Options -MultiViews (советовали на форумах)

В config-global добавил $INFO['use_friendly_urls'] = '1';

Потом пошли муки включения и выключения "кнопок" в Настройки: Поисковая оптимизация (SEO)

запутался окончательно, т.к. ссылки в некоторых вариантах вообще не работали (((

Как правильно необходимо настроить, и что потом пересчитать и какой кэш потом очистить, чтобы увидеть правильную работу ссылок?

Link to comment
https://ipbmafia.ru/topic/418-pismo-s-uvedomleniem-na-pochtu/?&do=findComment&comment=1470
Share on other sites

Шаблон сообщения редактируется в файле /cache/skin_cache/emailWrapper.php

Link to comment
https://ipbmafia.ru/topic/418-pismo-s-uvedomleniem-na-pochtu/?&do=findComment&comment=1520
Share on other sites

Т.е. проблема битых ссылок в уведомлениях на мейл кроется именно в коде этого файла?

Link to comment
https://ipbmafia.ru/topic/418-pismo-s-uvedomleniem-na-pochtu/?&do=findComment&comment=1755
Share on other sites

Скорее всего, но точно сказать не могу, т.к. не встречался раньше с таким! Посмотри в файле шаблон вывода ссылки!

Link to comment
https://ipbmafia.ru/topic/418-pismo-s-uvedomleniem-na-pochtu/?&do=findComment&comment=1757
Share on other sites

вот код


<?php

/**

* <pre>

* Invision Power Services

* IP.Board v3.2.3

* HTML Email template

* Last Updated: $Date: 2011-05-05 12:03:47 +0100 (Thu, 05 May 2011) $

* </pre>

*

* @author   $Author: ips_terabyte $

* @copyright (c) 2001 - 2009 Invision Power Services, Inc.

* @license  __www.invisionpower.com/community/board/license.html

* @package  IP.Board

* @link  __www.invisionpower.com

* @since  3.0

* @version  $Revision: 8644 $

*

*/


class ipsEmailWrapper

{

/**

* Constructor

*

* @access public

* @return @e void

*/

public function __construct()

{

  $registry = ipsRegistry::instance();


  /* Make registry objects */

  $this->registry  =  $registry;

  $this->DB   =  $this->registry->DB();

  $this->settings  =& $this->registry->fetchSettings();

  $this->request  =& $this->registry->fetchRequest();

  $this->lang   =  $this->registry->getClass('class_localization');

  $this->member  =  $this->registry->member();

  $this->memberData =& $this->registry->member()->fetchMemberData();

  $this->cache  =  $this->registry->cache();

  $this->caches  =& $this->registry->cache()->fetchCaches();

}


/**

* return the HTML email wrapper

*

* @access public

* @return string html

*/

public function getTemplate( $content )

{

  return <<<EOF

<!DOCTYPE html>

<html xml:lang="en" lang="en" xmlns="__www.w3.org/1999/xhtml">

<head>

  <meta http-equiv="content-type" content="text/html; charset={$this->settings['gb_char_set']}" />

  <title><#subject#></title>

  <style type="text/css">

   body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }

   table { border-collapse:collapse; border-spacing:0; }

   fieldset,img { border:0; }

   address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }

   ol,ul { list-style:none; }

   caption,th { text-align:left; }

   h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }

   q:before,q:after { content:''; }

   abbr,acronym { border:0; }

   address{ display: inline; }


   html, body {

    background-color: #d8dde8;

    color: #5a5a5a;

   }

   body {

    font: normal 13px helvetica, arial, sans-serif;

    position: relative;

   }


   h3, strong { font-weight: bold; }

   em { font-style: italic; }

   img, .input_check, .input_radio { vertical-align: middle; }

   legend { display: none; }

   table { width: 100%; }

   td { padding: 3px; }


   a {

    color: #225985;

    text-decoration: none;

   }


   a:hover { color: #328586; }


   div.outer { margin: 0 auto; padding: 14px; }


   table.wrap { max-width: 800px; margin: 0 auto; }


   td.logo {

    background-color: #0f3854;

    padding: 8px;

   }


   td.content {

    background-color: #fff;

    font-size: 14px !important;

    color: black !important;

    line-height: 150% !important;

    padding: 8px;

   }

  </style>

</head>

<body>

<div class='outer'>

<table class='wrap'>

  <tr>

   <td class='logo'><img src="{$this->settings['img_url']}/logo_transparent.png" /></td>

  </tr>

  <tr>

   <td class='content'>{$content}</td>

  </tr>

</table>

</div>

</body>

</html>

EOF;

}

}

Не хватает ума в этом разобраться (

Можешь помочь?

Link to comment
https://ipbmafia.ru/topic/418-pismo-s-uvedomleniem-na-pochtu/?&do=findComment&comment=1759
Share on other sites

Решение "битых" ссылок в уведомлениях на почту:

Заходим в АЦ - Управление языками, находим строку с ключом: subs_with_post

Это удаляем


<#BOARD_ADDRESS#>?showtopic=<#TOPIC_ID#>&view=getnewpost

Вместо него вписываем

<#URL#>

Link to comment
https://ipbmafia.ru/topic/418-pismo-s-uvedomleniem-na-pochtu/?&do=findComment&comment=1888
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.