Exemple #1
0
sectiontableentry2">
            <td class = "fb_leftcolumn">
                <strong><?php 
    echo _GEN_TOPIC_ICON;
    ?>
</strong>:
            </td>

            <td class = "fb-topicicons">
                <?php 
    if (!empty($mes->topic_emoticon) && $editmode) {
        $emoid_selected = $mes->topic_emoticon;
    } else {
        $emoid_selected = '0';
    }
    $topicToolbar = smile::topicToolbar($emoid_selected, $fbConfig->rtewidth);
    echo $topicToolbar;
    ?>
            </td>
        </tr>
            <?php 
}
?>

        <?php 
if ($fbConfig->rtewidth == 0) {
    $useRte = 0;
} else {
    $useRte = 1;
}
$fbTextArea = smile::fbWriteTextarea('message', $htmlText, $fbConfig->rtewidth, $fbConfig->rteheight, $useRte, $fbConfig->disemoticons);
Exemple #2
0
if ($parentid == 0) {
    ?>
        <tr class = "<?php 
    echo $boardclass;
    ?>
sectiontableentry2">
            <td class = "fb_leftcolumn">
                <strong><?php 
    echo _GEN_TOPIC_ICON;
    ?>
</strong>:
            </td>

            <td class = "fb-topicicons">
                <?php 
    $topicToolbar = smile::topicToolbar(0, $fbConfig->rtewidth);
    echo $topicToolbar;
    ?>
            </td>
        </tr>
            <?php 
}
?>

        <?php 
if ($fbConfig->rtewidth == 0) {
    $useRte = 0;
} else {
    $useRte = 1;
}
$fbTextArea = smile::fbWriteTextarea('message', $htmlText, $fbConfig->rtewidth, $fbConfig->rteheight, $useRte, $fbConfig->disemoticons);