go41

the info you need to know


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 != $topic->topic_last_post_id ) { ?><p class="ans"><?php echo make_excerpt( get_post_text( $topic->topic_last_post_id )…


von Joern
Keine Kommentare

I just read somewhere that Internal Server Error points to memory problems..I also got a single post feed to display;http://www.iamstaggered.com/headline/a- ... nts=1/feedIn your dashboard go to settings - reading and set Syndication feeds show the most recent to one only, than try again. also set For each article in a…