Harm10 wrote:I've created an entry that contains cycleshow, slideshow and nivoslider and managed to get comments in normally when using FF.
This also worked in IE10.
So there has to be something in your setup that interferes.
I am using PivotX 2.3.6 on MySQL.
You have the [[ message ]] tag in your template?
Perhaps you should post your commenting part of the template.
Hey Harm,
Thanks for the troubleshooting.
My setup :
- PivotX 2.3.6 with flat file database on a Synology Diskstation 212J NAS
- templates are based on skinny but with modifications
- header template now uses cycleshow (instead of nivoslider) to cycle through the banner images
- entry template uses a bonusfield gallery and has the [[ message ]] tag (see code)
- Code: Select all
[[ include file="`$templatedir`/_sub_header.tpl" ]]
<div id="content">
<div id="main">
<div class="entry">
<h2><a href="[[ link hrefonly=1 ]]">[[ title ]]</a></h2>
<h3>[[ subtitle ]]</h3>
[[ introduction ]]
<hr>
<div class="gallery">
[[bonusgallery assign='gallery' content=$entry.extrafields.gallery_fv fancybox='1']]
[[foreach from=$gallery item='image']]
<a href="[[$image->src]]" class="fancybox" title="[[$image->title|escape]]" rel="[[$image->rel]]">
<img src="[[$image->getImgSrc(106,80)]]" alt="[[$image->alt|escape]]" title="[[$image->title|escape]]" />
</a>
[[/foreach]]
</div>
<p> </p>
[[ body ]]
<div class="meta" style='clear:both;'>
[[ user field=emailtonick ]] plaatste dit bericht in [[ category link=true ]] op
[[ date format="%day% %monthname% %year%" ]]
[[* permalink text="¶" title="Permanent link to '%title%' in the archives" *]]
[[ editlink format="Edit" prefix=" | " ]]
<br> [[ tags ]]
</div>
[[ if ($entry.allow_comments == 1) ]]
<hr>
<div class="commentblock">
<p>[[ commcount ]]</p>
[[ comments ]]
<div class="comment">
%anchor%
<img class="gravatar" src="%gravatar%" alt="%name%" />
<div class="comment-text">
%comment%
<div class="meta">%name%, %email% %url% - %date% %editlink%</div>
</div>
</div>
[[ /comments ]]
</div><!-- .commentblock -->
[[message]]
[[commentform]]
[[ /if ]]
</div><!-- .entry -->
<div class="pagenav">
[[nextentry text="<a href='%link%'>%title%</a> »" cutoff=20 ]] |
<a href="[[home]]">[[t]]Home[[/t]]</a> |
[[previousentry text="« <a href='%link%'>%title%</a>" cutoff=20 ]]
</div>
</div><!-- #main -->
[[ include file="`$templatedir`/_sub_sidebar.tpl" ]]
</div><!-- #content -->
[[ include file="`$templatedir`/_sub_footer.tpl" ]]
I've just tried to post some comments with FF and strange but true, it now works ok. Can't explain it, because I haven't made any changes to my templates since the cycleshow modification a few days ago...
Greetz,
Effevee