Author Topic: No commets possible  (Read 6312 times)

0 Members and 1 Guest are viewing this topic.

Offline Prometheus

  • Newbie
  • *
  • Posts: 11
    • View Profile
No commets possible
« on: October 11, 2008, 04:23:55 PM »
Hi there!

I've got a strange problem with my 4images gallery system today. It is possible to post a comment as admin but not as user. its very strange and I do not habe any idea, why this is so. Test it: http://www.roma-aeterna.de/4images/details.php?image_id=6

and yes: I have the comment function in the control pannel enabled .

here is the code of my details.htm:
Quote
<style type="text/css">
<!--
.Stil1 {font-size: large}
-->
</style>
{header}




<table width="557px border="0" cellspacing="0" cellpadding="0">
                   
    <tr valign="top">

                          <td class="row2"> {if prev_image_name}
                            <b>&nbsp;<a href="{prev_image_url}">prev</a></b>
                            <!-- <br /><br /><a href="{prev_image_url}"><img src="{prev_thumb_file}" border="1"></a> -->
                            {endif prev_image_name}&nbsp;    <td class="row2"><center><b class="title">{image_name}</b> </center> </td>
                          <td align="right" class="row2">&nbsp;{if next_image_name}
                            <b><a href="{next_image_url}">next</a>&nbsp;</b>
                            <!-- <br /><br /><a href="{next_image_url}"><img src="{next_thumb_file}" border="1"></a> -->
                            {endif next_image_name}</td>
                        </tr>
                      </table></td>
                  </tr>
                </table>
               
                <div align="leftr"> {image}
                  {if admin_links}<br />
                  {admin_links}<br />
                  {endif admin_links} <br />
                  {postcard_button}</div>
                <br />
                <table width="555px" border="0" cellspacing="0" cellpadding="1">
                  <tr>
                    <td class="bordercolor"><table class="borderme" width="555px" cellpadding="3" cellspacing="0">
                        <tr>
                          <td class="head1" valign="top" colspan="2">{image_name}</td>
                        </tr>
                        <tr>
                          <td valign="top" class="row1"><b>{lang_description}</b></td>
                          <td valign="top" class="row1">{image_description}</td>
                        </tr>
                        <tr>
                          <td valign="top" class="row4"><b>{lang_keywords}</b></td>
                          <td valign="top" class="row4">{image_keywords}</td>
                        </tr>
                        <tr>
                          <td valign="top" class="row1"><b>{lang_date}</b></td>
                          <td valign="top" class="row1">{image_date}</td>
                        </tr>
                        <tr>
                          <td valign="top" class="row4"><b>{lang_hits}</b></td>
                          <td valign="top" class="row4">{image_hits}</td>
                        </tr>
                        <tr>
                          <td valign="top" class="row1"><b>{lang_rating}</b></td>
                          <td valign="top" class="row1">{image_rating} ({image_votes} {lang_votes})</td>
                        </tr>
                        <tr>
                          <td valign="top" class="row4"><b>{lang_file_size}</b></td>
                          <td valign="top" class="row4">{image_file_size}</td>
                        </tr>
                    </table></td>
                  </tr>
                </table>
                {if iptc_info} <br />
                <table width="555px" border="0" cellspacing="0" cellpadding="1">
                  <tr>
                    <td class="bordercolor"><table width="555px" border="0" cellpadding="3" cellspacing="0">
                        <tr>
                          <td class="head1" valign="top" colspan="2">IPTC Info</td>
                        </tr>
                        {iptc_info}
                      </table></td>
                  </tr>
                </table>
                {endif iptc_info} <br />
                {if rate_form}
                <div align="center">{rate_form}</div>
                {endif rate_form}
                {if allow_comments} <a name="comments"></a> <br />
                <table width="555px" border="0" cellspacing="0" cellpadding="0" align="center">
                  <tr>
                    <td class="head1" valign="top"><table width="555px" border="0" cellpadding="3" cellspacing="1">
                        <tr>
                          <td valign="top" class="head1">{lang_author}</td>
                          <td valign="top" class="head1">{lang_comment}</td>
                        </tr>
                        {comments}
                      </table></td>
                  </tr>
                </table>
                <br />
                {comment_form} {endif allow_comments} <br />
                <br />
   

<tr>
  <td><?php
 require "{template_url}/incl/bott_incl.php";
?>
  </td>
</tr>
</table>
{footer}


Please help!!
« Last Edit: October 11, 2008, 04:42:58 PM by Prometheus »

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: No commets possible
« Reply #1 on: October 11, 2008, 05:20:35 PM »
und siehe da....

template ist nicht kompatible mit 1.7.6, bzw dem Captcha

=> http://www.4homepages.de/forum/index.php?topic=14690.0
oder template updaten...


Kurt

Offline Prometheus

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: No commets possible
« Reply #2 on: October 11, 2008, 05:26:09 PM »
hm?
Puh.. was bedeutet das denn? Jetzt bin ich aber mal so richtig verwirrt. was ist captcha?

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.806
  • I ♥ 4I
    • View Profile
Re: No commets possible
« Reply #3 on: October 11, 2008, 05:42:22 PM »
Das ist die zeichen Kombination die du eingeben musst um beispielsweise ein Kommentar oder Upload zu tätigen!

Das verhindert textspam:
http://de.wikipedia.org/wiki/Captcha

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: No commets possible
« Reply #4 on: October 11, 2008, 05:45:33 PM »
Hab ihm schon den link per pm gesendet, um seine templates upzudaten...

Kurt

Offline Prometheus

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: No commets possible
« Reply #5 on: October 11, 2008, 05:57:47 PM »
Vielen Dank für eure Hilfe!!!

Also jetzt funktioniert s so halbwegs. könnt ihr vielleicht einen test starten? im Firefox kann ich nämlich noch nichts schreiben.
Kann man dieses quotschka nicht austellen? Stört doch die user nur. geht das? Oder sind dann wieder keine comments möglich?

Danke aber schon mal :)