Exemple #1
0
			  </div>
			  <div class="forum_date_small">
			     <?php 
                echo gdrcd_format_date($row['data_messaggio']) . ' ' . gdrcd_format_time($row['data_messaggio']);
                ?>
			  </div>
		  </div>
    </td>
	<td class="forum_other_post_message">
		  <div class="forum_post_message">
			<?php 
                /** * Se è disponibile il plugin bbd per il trattamento del bbcode usiamo quella
                 * @author Blancks
                 */
                if ($PARAMETERS['settings']['forum_bbcode']['type'] == 'bbd') {
                    echo bbdecoder(gdrcd_filter('out', $row['messaggio']), true);
                } else {
                    echo gdrcd_bbcoder(gdrcd_filter('out', $row['messaggio']));
                }
                ?>
		  </div>
		  <div class="forum_post_modify">
<?php 
                if ($chiuso == 0 || $_SESSION['permessi'] >= MODERATOR) {
                    ?>
      <a href="main.php?page=forum&op=composer&what=<?php 
                    echo gdrcd_filter('num', $_REQUEST['what']);
                    ?>
&where=<?php 
                    echo gdrcd_filter('num', $_REQUEST['where']);
                    ?>
Exemple #2
0
  <div class="titolo_box">
     <?php 
                echo gdrcd_filter('out', $MESSAGE['interface']['sheet']['box_title']['relationships']);
                ?>
  </div>

  <div class="body_box">
     <?php 
                /** * Html, bbcode o entrambi ?
                 * @author Blancks
                 */
                if ($PARAMETERS['mode']['user_bbcode'] == 'ON') {
                    if ($PARAMETERS['settings']['user_bbcode']['type'] == 'bbd' && $PARAMETERS['settings']['bbd']['free_html'] == 'ON') {
                        echo bbdecoder(gdrcd_html_filter($record['affetti']), true);
                    } elseif ($PARAMETERS['settings']['user_bbcode']['type'] == 'bbd') {
                        echo bbdecoder(gdrcd_filter('out', $record['affetti']), true);
                    } else {
                        echo gdrcd_bbcoder(gdrcd_filter('out', $record['affetti']));
                    }
                } else {
                    echo gdrcd_html_filter($record['affetti']);
                }
                ?>
  </div>

</div><!-- Background, affetti, robe varie -->

<!--- AREA ADMIN --->
<?php 
                if ($_SESSION['permessi'] >= MODERATOR) {
                    ?>