1 john Jul 13, 2006 03:36
3 yabba Jul 16, 2006 13:18
In your skin, you've probably missed this bit of code :-
<div class="bPosts">
<!-- =================================== START OF MAIN AREA =================================== -->
<?php
// ------------------------- MESSAGES GENERATED FROM ACTIONS -------------------------
$Messages->disp( );
// --------------------------------- END OF MESSAGES ---------------------------------
?>
<?php
// ------------------------- TITLE FOR THE CURRENT REQUEST -------------------------
request_title( '<h2 class="details">', '</h2>' );
// ------------------------------ END OF REQUEST TITLE -----------------------------
?>
¥
4 john Jul 16, 2006 14:55
Thanks "guru"
I was a tad too enthusiastic in deleting what I was calling clutter :)
Returned the message display section but still couldn't get the thing to work without a full refresh until I discovered I had also deleted ...
$Item->msgform_link( $Blog->get('msgformurl') );
echo ', ';
All fixed.
5 yabba Jul 16, 2006 15:36
Alls well that ends well ;)
¥
Ok, no answer, however I have discovered that there is an "Email Sent" confirmation when a reply is made to a comment on posts at http://b2evolution.net/
So..what should I be checking?