Hey Hilary,
Thank you for the kind words!
I'm not sure that I understand what you want.
Do you want to change the write comment to view comment? Then simply edit your language file.
If on the other side you wish that the write comment doesn't point to the form when you click it - you will have to edit your template and change this:
{readon}
<div class='write_comment'>
<a href="{READON_LINK}#JOSC_TOP" class="readon">{READON_WRITE_COMMENT} ({READON_COUNT} {READON_COMMENTS})</a>
</div>
{BLOCK-preview}
<div class='comment_preview_container' style='clear:both'>
{preview-lines}
</div>
{/BLOCK-preview}
{/readon}
to this:
{readon}
<div class='write_comment'>
<a href="{READON_LINK}" class="readon">{READON_WRITE_COMMENT} ({READON_COUNT} {READON_COMMENTS})</a>
</div>
{BLOCK-preview}
<div class='comment_preview_container' style='clear:both'>
{preview-lines}
</div>
{/BLOCK-preview}
{/readon}
It will remove the anchor link 'JOSC_TOP and that won't move the browser to the form
Cheers,
Daniel
P.S. Please write a review about our extension here:
extensions.joomla.org/extensions/contact...icles-comments/12259
Thank you in advance!