Beispiel #1
0
            topic_start_time('Y/m/d\\<\\b\\r \\/\\>H:i:s');
        } else {
            printf(__('%s ago'), get_topic_start_time('since'));
        }
        ?>
	</td>
	<td class="freshness num"><a href="<?php 
        topic_last_post_link();
        ?>
" title="<?php 
        echo esc_attr(sprintf(__('Last post by %s'), get_topic_last_poster()));
        ?>
">
<?php 
        if (get_topic_time('U') < time() - 86400) {
            topic_time('Y/m/d\\<\\b\\r \\/\\>H:i:s');
        } else {
            printf(__('%s ago'), get_topic_time('since'));
        }
        ?>
	
	<?php 
        //topic_time( bb_get_datetime_formatstring_i18n() );
        ?>
	
	
	</a></td>
</tr>
<?php 
    }
    ?>
Beispiel #2
0
        topic_link();
        ?>
"><?php 
        topic_title();
        ?>
</a></td>
				<td class="num"><?php 
        topic_posts();
        ?>
</td>
				<td class="num"><?php 
        topic_last_poster();
        ?>
</td>
				<td class="num"><small><?php 
        topic_time();
        ?>
</small></td>
			</tr>
			<?php 
    }
    ?>
			</table>
			<div class="nav">
			<?php 
    tag_pages();
    ?>
			</div>
			<?php 
}
?>
Beispiel #3
0
	<title><?php 
bb_title();
?>
</title>
	
	<?php 
bb_feed_head();
?>
 
	
<?php 
if (is_topic() && bb_is_user_logged_in()) {
    ?>
	<script type="text/javascript">
		var lastMod = <?php 
    topic_time('timestamp');
    ?>
;
		var page = <?php 
    global $page;
    echo $page;
    ?>
;
		var currentUserId = <?php 
    bb_current_user_info('id');
    ?>
;
		var topicId = <?php 
    topic_id();
    ?>
;