go41

the info you need to know


von Joern
Keine Kommentare

before you had on top of your header.php this:Code:<div class="datingimg"><img src="http://www.maaximumseduction.com/dating.jpg" height="160" width="139"></img></div>these lines are gone from there, that's good, but I can't find them anywhere anymore...?anyway, it should read like this:Code:<div id="datingimg"><img src="http://www.maaximumseduction.com/dating.jpg" height="160" width="139" alt="" /></div>you could put…


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 !=…