go41

the info you need to know


von blogdot admin
2 Kommentare

Great Usage Statistics, let's keep them here before it's going down: Usage Statistics for mysite.de Summary Period: Last 12 Months Generated 26-Oct-2010 04:31 CEST Generated by Webalizer Version 2.01 The table doesn't fit, but it's just numbers anyway: Visits Sites…


von Joern
Keine Kommentare

That was easier than expected!I used the condition:if ($post->post_id != $topic->topic_last_post_id )to display the excerpt of the answer only if is not the question itselfThe working code looks now like this:Code:<p class="quest"><?php $post = bb_get_first_post(get_topic_id());echo make_excerpt(get_post_text($post->post_id)); ?></p><?php if ($post->post_id !=…