Авторизация
 Регистрация   Войти   Забыли пароль? 

comments_include.php как скрыть ссылки в комментариях (не обрабатывать BB-код url)

Обновлённый PHP-Fusion Bogatyr / Free CMS PHP-Fusion 7 Bogatyr / PHP-Fusion Core code / comments_include.php как скрыть ссылки в комментариях (не обрабатывать BB-код url)


 Russian

comments_include.php how to hide links in comments (do not handle BB-code url)

Обновлённый PHP-Fusion Bogatyr / Free CMS PHP-Fusion 7 Bogatyr / PHP-Fusion Core code / comments_include.php how to hide links in comments (do not handle BB-code url)


 English

PHP

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 20

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 21

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\search_bbcode_include.php on line 39

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 20

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 21

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\search_bbcode_include.php on line 39

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 20

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 21

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\search_bbcode_include.php on line 39

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 20

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 21

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\search_bbcode_include.php on line 39

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 20

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 21

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\search_bbcode_include.php on line 39

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 20

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 21

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\search_bbcode_include.php on line 39

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 20

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 21

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\search_bbcode_include.php on line 39
comments_include.php
RU: как скрыть ссылки в комментариях (не обрабатывать BB-код url)
EN: how to hide links in the comments (do not process the BB-code url)

RU: ЗАМЕНА BB-КОДОВ НА HTML В КОММЕНТАРИЯХ
EN: REPLACING BB CODES ON HTML IN COMMENTS
RU: ищем
EN: search
PHP
  1. <?php
  2. echo nl2br(parseubb(parsesmileys($data['comment_message']) ));
  3. ?>

RU: заменяем
EN: replace
PHP
  1. <?php
  2. echo nl2br(parseubb(parsesmileys($data['comment_message']), "quote|b|i|u|img|bcolor|color|left|big|size|justify|center|ulist|youtube|mp3|flash|code"));
  3. ?>


RU: ЗАМЕНА BB-КОДОВ НА HTML В ПОДПИСИ ПОЛЬЗОВАТЕЛЯ
EN: REPLACING BB-CODES FOR HTML IN USER'S SIGNATURE
RU: ищем, если есть что-то подобное
EN: looking for something like this
PHP
  1. <?php
  2. if ((isset($data1['user_sig']))&&($data1['user_sig']!='')) echo "<br>".nl2br(parseubb(parsesmileys($data1['user_sig'])));
  3. ?>

RU: заменяем
EN: replace
PHP
  1. <?php
  2. if ((isset($data1['user_sig']))&&($data1['user_sig']!='')) echo "<br>".nl2br(parseubb(parsesmileys($data1['user_sig']), "quote|b|i|u|img|bcolor|color|left|big|size|justify|center|ulist|youtube|mp3|flash|code"));
  3. ?>




comments_include.php
RU: как скрыть BB-код url
EN: how to hide bb-code url

RU: ОТОБРАЖЕНИЕ BB-КОДОВ ФОРМЫ
EN: DISPLAYING BB-CODES FORM
RU: ищем
EN: search
PHP
  1. <?php
  2. echo display_bbcodes("360px", "comment_message")."<br />n";
  3. ?>

RU: заменяем
EN: replace
PHP
  1. <?php
  2. echo display_bbcodes("360px", "comment_message", "inputform", "quote|b|i|u|img|bcolor|color|left|big|size|justify|center|ulist|youtube|mp3|flash|code")."<br />n";
  3. ?>



RU: Я обычно не использую BB-коды search|small
EN: I usually do not use BB codes search | small

RU: Это относится только к комментариям. На форуме активные ссылки нужны
EN: This applies to comments only. Active links are needed on the forum.
Добавить комментарий

Добавить комментарий
Пожалуйста, залогиньтесь для добавления комментария.
Рейтинги
HTML-code and BB-code for blogs and forums

<a href="https://php-fusion.vveb.ws/pagex.php?id=4">comments_include.php как скрыть ссылки в комментариях (не обрабатывать BB-код url)</a>


[url=https://php-fusion.vveb.ws/pagex.php?id=4]comments_include.php как скрыть ссылки в комментариях (не обрабатывать BB-код url)[/url]

Language: Default
 
Код для PHP-Fusion