I've run into a couple of minor problems and have fixed one but perhaps my configuration is messed up.
I have EZComments Send mail on new comment turned on and my sites URL was listed twice in the Show listing email but the Moderate and delete urls were fine:
Show:
http://www.pinballnirvana.com/http://www.pinballnirvana.com/etc.......
In ezcomments_mail_newcomment.htm, I fixed it by deleting the
Code
<!--[$baseURL]-->
Code
<!--[pnml name=_EZCOMMENTS_SHOW]-->: <!--[$baseURL]--><!--[$url]-->
When i search for comments there are no hyperlinks to the comments, just bullets and text, in ezcomments_search_results.htm
is there something i need to edit in this line?
Code
<a href="<!--[$comment.url|pnvarprepfordisplay]-->#comment<!--[$comment.id|pnvarprepfordisplay]-->"><!--[$comment.subject|pnvarprepfordisplay]--></a>
Jon
edited by: JonPurpleHaze, Jul 02, 2006 - 08:44 PM
