Re: nospam plugin
Steven Armstrong <[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Message-ID | <[email protected]> |
On 03/06/05 17:06, Murray Cumming wrote: > On Sun, 2005-03-06 at 16:52 +0100, Steven Armstrong wrote: >> Attached a copy of my comment-form.html template as an example. > > Thanks for that. Do you do any thing special to make the preview work? > It doesn't show up on my site. > You'll need to put a comment-preview.<flavour> like the on attached in your flavour_dir. Apart from that you also need a <input name="preview" type="submit" value="Preview" /> in your comment-form.<flavour>. cheers Steven
comment-preview.html
(text/html, 358 B)
<h4 class="blosxomCommentsTitle" style="margin-top:10px;">Comment preview</h4> <div class="blosxomComment"> Posted by <a href="$cmt_link">$cmt_author</a> at <a name="$cmt_time">$cmt_pubDate</a> <!-- Posted by $cmt_author_link at <a name="$cmt_time">$cmt_pubDate</a> --> <!-- $cmt_title --> <p> $cmt_description </p> </div>