ja, ich hatte das problem auch, aber ich weiß leider nicht wie ich es geändert hab.
Ich hab ziemlich viel herumgespielt und außerdem hab ich mein Forular-Template geändert. Bei mir gibt es nur noch Vorname und Nachneme, da die Extension ist den privaten bereich einer Community eingebunden ist und ich da keine E-mail brauche. Dies muss man jedoch auch da ändern, wo man die Extension eingebunden hat. Als Pflichtfelder sind da nur noch Vorname, Nachname und Message.
So sieht mein Formular-Template aus: (
pi1/gallery-template.html) Code:
<!-- ###COMMENT_FORM### begin -->
<h3 id="respond" style="border-top:1px solid #e6e6e6; width: 700;">###BLOG_LEAVE_REPLY###</h3>
<span class="jm-gallery-form-error">###FORM_ERROR###</span>###FORM_ERROR_FIELDS###
<form action="###ACTION_URL###" method="post" id="commentform">
<table width="600">
<tr>
<td><table width="150" cellpadding="3">
<tr>
<td><label for="author"><small>###FORM_FIRSTNAME### ###FORM_FIRSTNAME_OBLIGATION###</small></label></td>
</tr>
<tr>
<td><input type="text" name="tx_jmgallery_pi1[firstname]" id="author" value="###VALUE_FIRSTNAME###" size="15" tabindex="1" /></td>
</tr>
<tr>
<td><label for="author"><small>###FORM_SURNAME### ###FORM_SURSTNAME_OBLIGATION### * </small></label></td>
</tr>
<tr>
<td><input type="text" name="tx_jmgallery_pi1[surname]" id="author" value="###VALUE_SURNAME###" size="15" tabindex="2" /></td>
</tr>
</table>
</td>
<td><table width="450">
<tr>
<td>Kommentar:</td>
</tr>
<tr>
<td><textarea name="tx_jmgallery_pi1[entry]" id="comment" rows="5" cols="70" tabindex="5">###VALUE_ENTRY###</textarea></td>
</tr>
</table>
</td>
</tr>
</table>
<!--###CAPTCHA_INSERT### -->
<p>
<b>###FORM_CAPTCHA_RESPONSE###</b>
<p>###SR_FREECAP_NOTICE###<br />
###SR_FREECAP_CANT_READ###</p>
<input type="text" class="jm-gallery-form-inputfield-med" name="tx_jmgallery_pi1[captcha_response]" title="###SR_FREECAP_NOTICE###" value="">
<p>###SR_FREECAP_IMAGE###</p>
</p>
<!--###CAPTCHA_INSERT###-->
<p class="button-submit">
<input name="submit" type="submit" id="submit" tabindex="5" value="###FORM_SUBMIT###" />
<input type="hidden" name="id" value="###PAGE_ID###" />
<input type="hidden" name="tx_jmgallery_pi1[submitted]" value="1" />
<input type="hidden" name="tx_jmgallery_pi1[albumUid]" value="###ALBUM_UID###" />
<input type="hidden" name="tx_jmgallery_pi1[imageUid]" value="###IMAGE_UID###" />
</p>
</form>
<!-- ###COMMENT_FORM### end --> aber wie ich das Problem direkt gelöst hab weiß ich nicht mehr
Mfg Skyhead
P.S.Ich würde mich freuen wenn jemand für die Anzeige der Kommentaranzahl in der Albumansicht eine Idee hätte.