×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Posting problem: submit doesn't work

Posting problem: submit doesn't work 15 years 8 months ago #654

  • henz
  • henz's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
Hi!

Everything works but submit doesn't. I can't post any new comments and I tried all versions of the software and it don't work. What can cause it?
Is there any solution for it? I can see that javascript cause this problem. So if it's possible to fix it please let me know because I'm in a hurry...

Great thanks,
Henri

Posting problem: submit doesn't work 15 years 8 months ago #664

  • rafie
  • rafie's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Hi,
I have the same problem, cliking in submit don't do anything
I'm running joomla 1.5.6 on localhost with web2coder-ajax-mittwoch template and !joomlacomment 3.26 with ajax debug enabled

thank U

Posting problem: submit doesn't work 15 years 8 months ago #665

  • SFlboogie
  • SFlboogie's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Oy, I'm having the same problem. And my internet access is coming from crazy places like while sitting on the steps of a mosque in Cordoba, Spain.

When someone tries to post a comment on my site ( www.ephemerratic.com ) they hit submit and (1) to them, nothing happens, though they might see that the arrows do circle around (2) on the backend, the comment does get into the system.

I've installed the new version 3.26 to no avail. I've turned AJAX debug on. Running a very basic 1.5 joomla site - I am not a coder or a techie, and I've done little to change my joomla.

Any help would be appreciated. I'm traveling the world for the next year and it's tough to find the internet time to bugfix.

Lauren

Posting problem: submit doesn't work 15 years 8 months ago #674

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Did oyu guys made any changes to the template or the language file?

Posting problem: submit doesn't work 15 years 8 months ago #679

  • henz
  • henz's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
No changes at all, it just didn't work after install.

Posting problem: submit doesn't work 15 years 8 months ago #683

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
I suppose that without ajax support everything is working?

Posting problem: submit doesn't work 15 years 8 months ago #684

  • henz
  • henz's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
Nothing, even without AJAX support it doesn't work.

Posting problem: submit doesn't work 15 years 8 months ago #757

  • SFlboogie
  • SFlboogie's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
I made little tweaks, mostly just moving the order of blocks and hiding some stuff I didn't want. I may have messed something up I suppose. All the changes I tried to make should only be cosmetic...but perhaps I messed something up and figuring out what it is will help other people too!

Here's my modified HTML:
<html>
<head>
<link rel="stylesheet" href="css/css.css" type="text/css" />
</head>
<body>
<div id="comment">
<!-- <<< html code above is just to allow preview of template -->
 
JOOMLACOMMENT TEMPLATE : default-emotop
 
/*-----------------------------------------------------------*/
/*--  only {xxx}{/xxx} blocks are taken in account  ---------*/
/*-----------------------------------------------------------*/
 
{readon}
	<div class='write_comment' style="clear:both;">
		{READON_COMMENTS} ({READON_COUNT})
	</div>
	{BLOCK-preview}
	<div class='comment_preview_container'>
		{preview-lines}
	</div>
	{/BLOCK-preview}
{/readon}
{previewline}
	<div class='comment_preview'>
    	<a href="{PREVIEW_LINK}#josc{id}">{PREVIEW_DATE}&nbsp;<b>{PREVIEW_TITLE}</b></a>
	</div>
{/previewline}
 
{search}
<form name='joomlacommentsearch' method='post'>
  <a name='SearchForm'></a>
  {_HIDDEN_VALUES}
  <table align='center' cellpadding='0' cellspacing='0' class='form'>
    <tr>
      <td colspan='3' class='sectiontableheader' align='center'>{_JOOMLACOMMENT_SEARCH}</td>
    </tr>
    <tr class='sectiontableentry1'>
      <td class='item'>{_JOOMLACOMMENT_PROMPT_KEYWORD}</td>
	  <td class='item'><input name='tsearch' type='text' class='inputbox' size='40' /></td>
	  <td class='item'><input name='bsearch' type='button' class='button' value='{_JOOMLACOMMENT_SEARCH}' onclick='JOSC_search()' /></td>
	</tr>
    <tr class='sectiontableentry2'>
      <td colspan='3' class='item'>
        <input type='radio' name='rsearchphrase' onClick='JOSC_rsearchphrase_selection="any"' checked='checked' />{_JOOMLACOMMENT_SEARCH_ANYWORDS}
        <input type='radio' name='rsearchphrase' onClick='JOSC_rsearchphrase_selection="all"' />{_JOOMLACOMMENT_SEARCH_ALLWORDS}
        <input type='radio' name='rsearchphrase' onClick='JOSC_rsearchphrase_selection="exact"' />{_JOOMLACOMMENT_SEARCH_PHRASE}
	  </td>
    </tr>
  </table>
  <div style='margin-bottom: 5px;'></div>
</form>
{/search}
 
{searchresults}
<div id='SearchResults'>
  <a name='SearchResults'></a>
  <table align='center' cellpadding='0' cellspacing='0' class='form'>
    <tr>
      <td class='sectiontableheader' align='center'>{resulttitle}</td>
    </tr>
	{searchresult}
    <tr>
      <td>
	    <table width='100%' class='{postclass}' align='center' cellpadding='0' cellspacing='0' class='searchresult'>
		  <tbody>
		  <tr class='small'>
            <td class='item'>{title} {_JOOMLACOMMENT_BY} {name}</td>
	      </tr>
          <tr class='item'>
            <td class='item'><a  href='{address}'>{preview}</a></td>
          </tr>
          <tr class='small'>
            <td class='item'>{date}</td>
          </tr>
          </tbody>
        </table>
	  </td>
    </tr>
    {/searchresult}
  </table>
  <div style='margin-bottom: 5px;'></div>
</div>
{/searchresults}
 
 
/*-----------------------------------------------------------------------*/
/*--  everything (!) inside body /body are taken in account  ---------*/
/*-----------------------------------------------------------------------*/
{body}
<BR CLEAR=all><a name='JOSC_TOP'></a>
{menu}
<table align='center' class='sectiontableheader' id='CommentMenu' width='100%' cellpadding='0' cellspacing='0' border='0'>
  <tr>
    <td align='left' class='label'>{_JOOMLACOMMENT_COMMENTS_TITLE}</td>
	<td align='right' class='buttons'>
	  <table cellpadding='0' cellspacing='0' border='0'>
	    <tr>
		{BLOCK-add_new}
		<td class='button'><a id='_JOOMLACOMMENT_ADDNEW' href='javascript:{BUTTON_ADDNEW_js}'>{_JOOMLACOMMENT_ADDNEW}</a></td>
		{/BLOCK-add_new}
		{BLOCK-delete_all}
		<td class='button'><a id='_JOOMLACOMMENT_DELETEALL' href='javascript:{BUTTON_DELETEALL_js}'>{_JOOMLACOMMENT_DELETEALL}</a></td>
		{/BLOCK-delete_all}
		{BLOCK-search}
		<td class='button'><a id='_JOOMLACOMMENT_SEARCH' href='javascript:{BUTTON_SEARCH_js}'>{_JOOMLACOMMENT_SEARCH}</a></td>
		{/BLOCK-search}
		{BLOCK-rss}
		<td class='button'><a id='_JOOMLACOMMENT_RSS' href='{BUTTON_RSS_URL}'>{_JOOMLACOMMENT_RSS}</a></td>
		{/BLOCK-rss}
	    </tr>
	  </table>
	</td>
  </tr>
</table>
{/menu}
 
<table align='center' id='CommentPageNav' width='100%' cellpadding='0' cellspacing='0' border='0'>
<tr><td>
{pagenav}
<!-- here will be inserted the page nav -->
{/pagenav}
</td><td id='JOSC_busypage'></td></tr>
</table>
 
{post}
<table class='postcontainer' id='post{id}' width='100%' cellpadding='0' cellspacing='0' style='margin-left:{wrapnum};'><!-- style='padding-left:{wrapnum};'> -->
	<tr>
		<td><a name='josc{id}'></a>
<table class='post' width='100%' cellpadding='0' cellspacing='0'>
  <tbody class='{postclass}'>
    <tr>
      <td><table class='postheader' width='100%' cellpadding='0' cellspacing='0'>
          <tr>
            <td align='left'>
            	<span class='postusername'>{username}</span>
            </td>
            <td align='right'>
				<span class='createdate'>{date}</span> | {BLOCK-website}{website}{/BLOCK-website}
            	{BLOCK-usertype} <span class='postusertype'>{usertype}</span>{/BLOCK-usertype}
            </td>
          </tr>
        </table></td>
    </tr>
    <tr>
      <td colspan='2'><table class='postbody' width='100%' cellpadding='0' cellspacing='0'>
          <tr>
            {BLOCK-avatar_picture}<td class='avatarcontainer' width='1' align='center'>{avatar_picture}</td>{/BLOCK-avatar_picture}
			<td style='overflow: hidden;'>{content}</td>
          </tr>
        </table></td>
    </tr>
  {BLOCK-footer}
  <tr>
    <td><table class='postfooter' width='100%' cellpadding='0' cellspacing='0'>
        <tr>
          <td align='right' style='display:none;'>{editbuttons}</td>
          <td align='right'>{voting}</td>
        </tr>
      </table></td>
  </tr>
  {/BLOCK-footer}
  </tbody>
</table>
		</td>
	</tr>
</table>
{/post}
 
<div id='JOSC_formpos'>
{form}
<form name='joomlacommentform' method='post' action='{self}'>
  <a name='CommentForm'></a>
  {_HIDDEN_VALUES}
  <table align='center' cellpadding='0' cellspacing='0' class='form'>
    <tr>
      <td colspan='2'><div class='sectiontableheader'>
          <div id='CommentFormTitle' align='center'>{_WRITECOMMENT}</div>
        </div></td>
    </tr>
    <tr class='sectiontableentry1'>
      <td><div class='itemtitle'>{_ENTERNAME}</div></td>
      <td><div class='item'>
          <input name='tname' type='text' class='inputbox' size='40' value='{username}' {registered_readonly}/>
        </div></td>
    </tr>
    {BLOCK-_ENTEREMAIL}
    <tr class='sectiontableentry1'>
      <td><div class='itemtitle'>{_ENTEREMAIL}</div></td>
      <td><div class='item'>
          <input name='temail' type='text' class='inputbox' size='30' value='{email}' {registered_readonly}/> (recommended, won't be published)
        </div></td>
    </tr>
    {/BLOCK-_ENTEREMAIL}
    <tr class='sectiontableentry1'>
      <td><div class='itemtitle'>&nbsp;</div></td>
      <td><div class='item'>
          {notifyselect} send me an email when there's a new post here
        </div></td>
    </tr>
    {BLOCK-_ENTERWEBSITE}
    <tr class='sectiontableentry1'>
      <td><div class='itemtitle'>{_ENTERWEBSITE}</div></td>
      <td><div class='item'>
          <input name='twebsite' type='text' class='inputbox' size='40' value='{website}'/>
        </div></td>
    </tr>
    {/BLOCK-_ENTERWEBSITE}
    <tr class='sectiontableentry1' style='display:none;'>
      <td><div class='itemtitle'>{_ENTERTITLE}</div></td>
      <td><div class='item'>
          <input name='ttitle' type='text' class='inputbox' size='40'/>
        </div></td>
    </tr>
    {BLOCK-_UBBCode}
    <tr id='CommentToolbar' class='sectiontableentry2'>
      <td><div class='itemtitle'>{_UBBCODE}</div></td>
      <td><div class='buttoncontainer'>
          <div style='float: left;'> {UBBCodeButtons} </div>
      <td style='display:none;'><div class='buttoncontainer'>
          <div style='float: left;'> {UBBCodeSelect} </div>
        </div></td>
    </tr>
    {/BLOCK-_UBBCode}
    <tr class='sectiontableentry1'>
      <td valign='middle'>{BLOCK-emoticons}{emoticons}{/BLOCK-emoticons}</td>
      <td><div class='item'>
          <textarea name='tcomment' class='inputbox' cols='{formareacols}' rows='10'></textarea>
        </div></td>
    </tr>
    <tr>
      <td class='sectiontableentry2'>&nbsp
      </td>
      <td class='sectiontableentry2'>
      {BLOCK-_CAPTCHATXT}
		<table class='captchacontainer' cellpadding='0' cellspacing='0'>
        <tr>
          <td><input type='text' name='security_try' id='security_try' size='15' maxlength='10' class='captchainput' /></td>
          <td>{security_image}</td>
        </tr>
      	</table>
      {/BLOCK-_CAPTCHATXT}
      </td>
    </tr>
    {BLOCK-_CAPTCHATXT}
    <tr class='sectiontableentry2'>
      <td><div class='item'>
        </div></td>
      <td><div class='itemsmall'>{_CAPTCHATXT}</div></td>
    </tr>
    {/BLOCK-_CAPTCHATXT}
<tr>
      <td class='sectiontableentry2'>&nbsp
      </td>
      <td class='sectiontableentry2'>
	<div class='buttoncontainer'>
          <div style='float: left;'><input type='button' class='button' name='bsend' value='{_SENDFORM}' onclick='JOSC_editPost(-1,-1)' onmouseover="this.className='button buttonhov'" onmouseout="this.className='button'"/></td>
          <td id='JOSC_busy'></div></div>
      </td>
</tr>
  </table>
</form>
{/form}
</div>
 
{poweredby}
<!-- powered by will be inserted here.
	 to hide, please do not delete. Just set in css #poweredby { display:none; }  
  -->
{/poweredby}
<!-- <div class="backbutton" align="center">
		<a href="javascript:JOSC_goToAnchor('JOSC_TOP');">^^^</a>
</div> -->
{/body}
 
<!-- >>> html code below is just to allow preview of template -->
</div>
</body>
</html>

Posting problem: submit doesn't work 15 years 8 months ago #764

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
I'm getting a javascript error with your template:

image is null
destroy()("JOSC_busy")client.js (Linie 135)
JOSC_ajaxReady()client.js (Linie 162)
JOSC_editPostResponse()client.js (Linie 518)
[Break on this error] image.parentNode.removeChild(image);


I believe you should try again modifying it. Line by line and test after every change to see where you go wrong.

Posting problem: submit doesn't work 15 years 8 months ago #765

  • henz
  • henz's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
Hi Daniel, couldn't you just fix the problem. It's your software and everyone who dowloads it can't make it work, so I hope that you can make it work agin. All versions of it doesn't work. I know that it's freeware but it would be nice that developers could try to fix the bugs. I can only say that, it is the best comment module for Joomla and I really hope that one day it will work,

Posting problem: submit doesn't work 15 years 7 months ago #955

  • Kuno
  • Kuno's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
henz wrote:

Hi!

Everything works but submit doesn't. I can't post any new comments and I tried all versions of the software and it don't work. What can cause it?
Is there any solution for it? I can see that javascript cause this problem. So if it's possible to fix it please let me know because I'm in a hurry...

Great thanks,
Henri


Sorry but doesn't work for me too :(

I just uninstalled the former release (3.21???) and installed v3.26.

If I try to add a new comment the push of the send-button has no effect. The new comment is also not shown in the backend :woohoo:

Didn't change anything else. Before the update it worked B)

Does anyone have a solution???

Posting problem: submit doesn't work 15 years 7 months ago #956

  • henz
  • henz's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
I found one thats works. It is Jom Comment, I hope it is going to help you too :P

Posting problem: submit doesn't work 15 years 7 months ago #957

  • Kuno
  • Kuno's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
henz wrote:

I found one thats works. It is Jom Comment, I hope it is going to help you too :P


I don't think that this should be the solution :woohoo:

Maybe someone else has a better solution for me to get JoomlaComment work under Joomla 1.x...

Pleaaassee.... :lol:

Btw: It was 3.20 I used before.

Posting problem: submit doesn't work 15 years 7 months ago #958

  • Kuno
  • Kuno's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Kuno wrote:

henz wrote:

I found one thats works. It is Jom Comment, I hope it is going to help you too :P


I don't think that this should be the solution :woohoo:

Maybe someone else has a better solution for me to get JoomlaComment work under Joomla 1.x...

Pleaaassee.... :lol:

Btw: It was 3.20 I used before.


Sorry... I should have thought a little bit before posting my Bug-Report :blush:

Problem is solved. I just had to clean the cache of Joomla and now JoomlaComment 3.26 works fine :kiss:

Posting problem: submit doesn't work 15 years 7 months ago #961

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Henz sorry to see you go! Have fun!

Posting problem: submit doesn't work 15 years 7 months ago #978

  • amonserrano
  • amonserrano's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
same problem here. i have tried deleting cache of joomla. still nothing.

Actually i have just relaised it is not working, because it was fine with previous joomla versions and the site was on my localhost... I did not think it can go wrong. Now it is not working either on localhost... Joomla 1.5.7

thanks

Posting problem: submit doesn't work 15 years 7 months ago #980

  • Alex
  • Alex's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Hi
I have the same problem: submit doesn't work.

When you push the submit button, nothing occurs.

nova.alc.upv.es/joomla

Joomla 1.5.7
!Joomlacomment 3.26

Please, can you help me?

Thanks a lot in advance
Regards from Spain.

PD.- Where I can found !Joomlacomment templates? :blush:

Posting problem: submit doesn't work 15 years 7 months ago #982

  • Ajay Lulia
  • Ajay Lulia's Avatar
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 32
  • Thank you received: 0
Hi Alex,

I noticed that you do not have index2.php file on your server hence the post is not working, please put back index2.php and the submit will start working.
I am getting 404 error when accessing the URL: nova.alc.upv.es/joomla/index2.php

Regards,
Ajay

Posting problem: submit doesn't work 15 years 7 months ago #983

  • Alex
  • Alex's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Thanks!
I have index2.php on server

Is .htaccess problem?

How I can configure it?

Thanks

Posting problem: submit doesn't work 15 years 7 months ago #984

  • amonserrano
  • amonserrano's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
when i switched back to the original Joomla comment template then submitting worked.
I had to delete my modified template and do it again... now it is working...
  • Page:
  • 1
  • 2
Time to create page: 0.341 seconds