I know this subject has been discussed before, as I have read several threads and spent hours sifting through numerous messages both here and on the Joomla forum.
As I understand it, I'm supposed to put the following code into a joomlacomments template file, apparently the index.html.
{readon}
<div style="clear:both"></div>
<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'>
{preview-lines}
</div>
{/BLOCK-preview}
{/readon}
However, when I go into my joomlacomments folder, then into the "templates" folder, there are several other folders in there, each with a file named index.html
I have tried putting the code into several of these index.html files, to no avail. I am completely unsure which of these files to alter.
Step-by-step instruction would be most appreciated.
Ideally, I would like to have the "Read More" and "Write Comments" links look like they do in this screenshot. I have written the webmaster of that site to ask what he did, but have not gotten any response yet.
I am assuming that the code as provided above may need to be changed in order to achieve this particular format? If so, please provide the proper code. Thank you!