Hello respected! I ask for suggestions and the help...
Question essence: There is a site on Joomla 1.5.14 is established Pocha Guestbook 1.4.3 As there is a form "cost Calculation" is written on JS + HTML by which result of filling the generated message for the guest book is. The form works normally. All is filled, CAPTCHA is displayed, by pressing on to "Send" there is a certain not clear action, and all comes back in a primary condition (as before form filling). But... In the guest book (the second is defined, separately from usual guest) doesn't come the message, accordingly isn't sent on soap to the manager. Prompt please where and in what party to dig.
In advance I thank for the helpful information.
Part of a code of the form responsible for a conclusion of the information for Guestbook
[HTML]
... removed
[/HTML]
Guestbook 1.4.3 and Joomla 1.5.14 truble
-
- Phoca Newbie
- Posts: 6
- Joined: 24 Jun 2011, 07:39
- Jan
- Phoca Hero
- Posts: 48739
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Guestbook 1.4.3 and Joomla 1.5.14 truble
Hi, can I see the site where this occurs to test it.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 6
- Joined: 24 Jun 2011, 07:39
Re: Guestbook 1.4.3 and Joomla 1.5.14 truble
This site in Russian. The translation engine works in a test mode. Described by me above, it is possible to see a problem in the menu "Расчет пола". I will be grateful for the help!
- Jan
- Phoca Hero
- Posts: 48739
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Guestbook 1.4.3 and Joomla 1.5.14 truble
Yes, but I see no link to this site, 

If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 6
- Joined: 24 Jun 2011, 07:39
- Jan
- Phoca Hero
- Posts: 48739
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Guestbook 1.4.3 and Joomla 1.5.14 truble
Hi, I see no Phoca Guestbook on the site?
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 6
- Joined: 24 Jun 2011, 07:39
Re: Guestbook 1.4.3 and Joomla 1.5.14 truble
I result a part of a code of page, without JS a code which answers directly for a conclusion of the filled form in Pocha Guestbook.
<div>Данные для отправки заказа</div>
<div></div>
<div id="phocaguestbook"><div>
<form action="http://nst-teplolux.kz/index.php?option=com_phocaguestbook&view=phocaguestbook&id=2&Itemid=53&lang=ru" method="post" name="saveForm" id="pgbSaveForm" onsubmit="return submitbutton();">
<input type="hidden" name="title" id="pgbtitle" value="Заказ с сайта" size="32" maxlength="200" />
<table width="400">
<tr>
<td><strong>Имя: </strong></td>
<td colspan="3"><input type="text" name="pgusername" id="pgbusername" value="" size="32" maxlength="100" /></td>
</tr>
<tr>
<td><strong>E-mail: </strong></td><td colspan="3"><input type="text" name="email" id="pgbemail" value="" size="32" maxlength="100" /></td></tr><tr><td><strong>Текст сообщения: </strong></td><td colspan="3"><textarea id="pgbcontent" name="pgbcontent" cols="60" rows="80" style="width:400px; height:200px;"></textarea>
</td></tr><tr><td width="5"><strong>Контрольное изображение: </strong></td><td width="5" align="left" valign="middle" style="height:105px">
<img src="/index.php?option=com_phocaguestbook&view=phocaguestbooki&id=2&Itemid=53&phocasid=a9f484a3d1cd45da7ebbbe58a7f47f73" alt="Контрольное изображение" id="phocacaptcha" /></td>
<td width="5" align="left" valign="middle">
<input type="text" id="pgbcaptcha" name="captcha" size="6" maxlength="6" /></td><td align="center" width="50" valign="middle"><a href="javascript:reloadCaptcha();" title="Обновить изображение" ><img src="/components/com_phocaguestbook/assets/images/icon-reload.gif" alt="Обновить изображение" /></a></td></tr><tr><td> </td>
<td colspan="3"><input type="submit" name="save" value="Готово" /> <input type="reset" name="reset" value="Сброс" /></td></tr></table>
<input type="hidden" name="cid" value="2" />
<input type="hidden" name="option" value="com_phocaguestbook" />
<input type="hidden" name="view" value="phocaguestbook" />
<input type="hidden" name="controller" value="phocaguestbook" />
<input type="hidden" name="task" value="submit" />
<input type="hidden" name="4713a7148659cbf7b45075f2e19be7ca" value="1" />
</form>
</div>
<div style="clear:both;"> </div>
<p> </p>
<div><form action="http://nst-teplolux.kz/index.php?option ... 53&lang=ru" method="post" name="adminForm" id="pgbadminForm"></form></div>
</div>
</div>
<div>Данные для отправки заказа</div>
<div></div>
<div id="phocaguestbook"><div>
<form action="http://nst-teplolux.kz/index.php?option=com_phocaguestbook&view=phocaguestbook&id=2&Itemid=53&lang=ru" method="post" name="saveForm" id="pgbSaveForm" onsubmit="return submitbutton();">
<input type="hidden" name="title" id="pgbtitle" value="Заказ с сайта" size="32" maxlength="200" />
<table width="400">
<tr>
<td><strong>Имя: </strong></td>
<td colspan="3"><input type="text" name="pgusername" id="pgbusername" value="" size="32" maxlength="100" /></td>
</tr>
<tr>
<td><strong>E-mail: </strong></td><td colspan="3"><input type="text" name="email" id="pgbemail" value="" size="32" maxlength="100" /></td></tr><tr><td><strong>Текст сообщения: </strong></td><td colspan="3"><textarea id="pgbcontent" name="pgbcontent" cols="60" rows="80" style="width:400px; height:200px;"></textarea>
</td></tr><tr><td width="5"><strong>Контрольное изображение: </strong></td><td width="5" align="left" valign="middle" style="height:105px">
<img src="/index.php?option=com_phocaguestbook&view=phocaguestbooki&id=2&Itemid=53&phocasid=a9f484a3d1cd45da7ebbbe58a7f47f73" alt="Контрольное изображение" id="phocacaptcha" /></td>
<td width="5" align="left" valign="middle">
<input type="text" id="pgbcaptcha" name="captcha" size="6" maxlength="6" /></td><td align="center" width="50" valign="middle"><a href="javascript:reloadCaptcha();" title="Обновить изображение" ><img src="/components/com_phocaguestbook/assets/images/icon-reload.gif" alt="Обновить изображение" /></a></td></tr><tr><td> </td>
<td colspan="3"><input type="submit" name="save" value="Готово" /> <input type="reset" name="reset" value="Сброс" /></td></tr></table>
<input type="hidden" name="cid" value="2" />
<input type="hidden" name="option" value="com_phocaguestbook" />
<input type="hidden" name="view" value="phocaguestbook" />
<input type="hidden" name="controller" value="phocaguestbook" />
<input type="hidden" name="task" value="submit" />
<input type="hidden" name="4713a7148659cbf7b45075f2e19be7ca" value="1" />
</form>
</div>
<div style="clear:both;"> </div>
<p> </p>
<div><form action="http://nst-teplolux.kz/index.php?option ... 53&lang=ru" method="post" name="adminForm" id="pgbadminForm"></form></div>
</div>
</div>
-
- Phoca Newbie
- Posts: 6
- Joined: 24 Jun 2011, 07:39
Re: Guestbook 1.4.3 and Joomla 1.5.14 truble
Respected Jan, the question and remained not solved. Can help with a problem?
- Jan
- Phoca Hero
- Posts: 48739
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Guestbook 1.4.3 and Joomla 1.5.14 truble
Hi, yes but I still didn't find the guestbook on that page to check it 

If you find Phoca extensions useful, please support the project