Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    Suggestions, Wishlists & Feature Requests    Topic: Move message within form
Pages: [1]   Go Down
  Print  
Author Topic: Move message within form  (Read 1202 times)
0 Members and 2 Guests are viewing this topic.
cho_mik
Newbie
*

Karma: 1
Offline Offline

Posts: 2


« on: February 24, 2011, 14:46:16 »

I have noticed that some users have problem with the message from the following DIV:
<div id="comments-form-message" class="comments-form-message-error">

Sometimes it is out of the visible window and user cannot notice it. I tried to move it lower - just above "Send" button - but I couldn't. Can anyone help me with it? And please, include it in the next version Smiley

Greetings,
Marcin
Logged
cho_mik
Newbie
*

Karma: 1
Offline Offline

Posts: 2


« Reply #1 on: February 25, 2011, 03:18:08 »

Ok, I was able to move the message Smiley

In the file jcomments-v2.1.js I've changed line
      
if(af){JComments.prototype.moveElement(fe,af,af.firstChild);}else{alert(m);return;}

into:
      
if(af){JComments.prototype.moveElement(fe,af,af.lastChild);}else{alert(m);return;}

And the message is now just below SEND button.  Cheesy
Logged
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Suggestions, Wishlists & Feature Requests    Topic: Move message within form
 
Jump to: