Jump to content

Использование HTML в статусах

Featured Replies

Всем привет, хотелось бы узнать, как реализовать использование html в статусах пользователей?
а точнее в личных званиях (над аватаркой)

Link to comment
https://ipbmafia.ru/topic/7736-ispolzovanie-html-v-statusah/
Share on other sites

в каком смысле сергей?

Link to comment
https://ipbmafia.ru/topic/7736-ispolzovanie-html-v-statusah/?&do=findComment&comment=60522
Share on other sites

Stripes, попробуй бб коды

Link to comment
https://ipbmafia.ru/topic/7736-ispolzovanie-html-v-statusah/?&do=findComment&comment=60529
Share on other sites

Recouse, 1. тоже не работают
2. мне нужен именно html

Link to comment
https://ipbmafia.ru/topic/7736-ispolzovanie-html-v-statusah/?&do=findComment&comment=60532
Share on other sites

Stripes, можно применить html в шаблоне userInfoPane с условием

Link to comment
https://ipbmafia.ru/topic/7736-ispolzovanie-html-v-statusah/?&do=findComment&comment=60533
Share on other sites

Stripes, можно применить html в шаблоне userInfoPane с условием

 

вообще не понял

Link to comment
https://ipbmafia.ru/topic/7736-ispolzovanie-html-v-statusah/?&do=findComment&comment=60535
Share on other sites

Stripes, типа этого:

<if test="member_id == 1">MY HTML CODE</if>
Link to comment
https://ipbmafia.ru/topic/7736-ispolzovanie-html-v-statusah/?&do=findComment&comment=60536
Share on other sites

userinfopane:

<p class='desc member_title'>{$author['member_title']}</p>

замени на

<php>$author['member_title'] = IPSText::getTextClass('bbcode')->preDisplayParse( IPSText::getTextClass('bbcode')->preDbParse( $author['member_title'] ));</php>
<p class='desc member_title'>{$author['member_title']}</p>

Профили пользователей -> profileModern:

<span class='row_data'>{$member['title']}</span>

заменить на

<php>$member['title'] = IPSText::getTextClass('bbcode')->preDisplayParse( IPSText::getTextClass('bbcode')->preDbParse( $member['title'] ));</php>
<span class='row_data'>{$member['title']}</span>

Это для поддержки bb code, html небезопасно

Link to comment
https://ipbmafia.ru/topic/7736-ispolzovanie-html-v-statusah/?&do=findComment&comment=60538
Share on other sites

userinfopane:

<p class='desc member_title'>{$author['member_title']}</p>

замени на

<php>$author['member_title'] = IPSText::getTextClass('bbcode')->preDisplayParse( IPSText::getTextClass('bbcode')->preDbParse( $author['member_title'] ));</php>
<p class='desc member_title'>{$author['member_title']}</p>

Профили пользователей -> profileModern:

<span class='row_data'>{$member['title']}</span>

заменить на

<php>$member['title'] = IPSText::getTextClass('bbcode')->preDisplayParse( IPSText::getTextClass('bbcode')->preDbParse( $member['title'] ));</php>
<span class='row_data'>{$member['title']}</span>

Это для поддержки bb code, html небезопасно

хотел написать... лойс.

Link to comment
https://ipbmafia.ru/topic/7736-ispolzovanie-html-v-statusah/?&do=findComment&comment=60542
Share on other sites
Guest
This topic is now closed to further replies.

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

  • No registered users viewing this page.