Recent Topics

1 Jul 13, 2006 03:36    

The 1.8 beta Email Form is terrific , well done.

I'm wondering if a Email Sent confirmation is planned for a future update.

2 Jul 16, 2006 13:15

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?

3 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 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 Jul 16, 2006 15:36

Alls well that ends well ;)

¥


Form is loading...