login with ajax and modal box.Ajax pagination, ajax quick reply and build in WYSIWYG editor - WysiBB.
WysiBB can be used at any style.SwT-CarbonzZ wrote:WYSIWYG editor , usable in other style?
it is plannedMess wrote:I would like to see it made responsive.
Are you forum working on https?RAGEstacker wrote:AWESOME THEME :Q__
one problem: why there is no editor??
did you upgrade from phpBB 3.0.11 to phpBB 3.0.12?wysibb wrote:Are you forum working on https?RAGEstacker wrote:AWESOME THEME :Q__
one problem: why there is no editor??
Code: Select all
<div class="content">{postrow.MESSAGE}</div>
Code: Select all
<div class="content" style="min-height:180px;">{postrow.MESSAGE}</div>
Code: Select all
<div class="row-fluid forumrow
Code: Select all
<!-- IF topicrow.S_POST_GLOBAL --> global-announce<!-- ENDIF --><!-- IF topicrow.S_POST_ANNOUNCE --> announce<!-- ENDIF --><!-- IF topicrow.S_POST_STICKY --> sticky<!-- ENDIF -->"
Code: Select all
.sticky {
background-color: #DFF0D8;
}
.announce {
background-color: #D9EDF7;
}
.global-announce {
background-color: #FCF8E3;
}
Code: Select all
'S_TOPIC_POSTER' => ($topic_data['topic_poster'] == $poster_id) ? true : false,
Code: Select all
'S_FIRST_POSTER' => ($topic_data['topic_first_post_id'] == $row['post_id']) ? true : false,
Code: Select all
id="p{postrow.POST_ID}"
Code: Select all
<!-- IF postrow.S_FIRST_POSTER and FORUM_ID eq '4' -->style="background-color:#E1EBF2;"<!-- ENDIF -->
Code: Select all
'joined' => $user->format_date($row['user_regdate']),
Code: Select all
'joined' => $user->format_date($row['user_regdate'], 'D | M | d, | Y'),
Code: Select all
'joined' => $user->format_date($row['user_regdate'], 'M | d, | Y'),