Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
3 + 5 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
     

Re: xForms
by Mamba on 2013/12/17 12:40:48

Quote:
I´m very disappointed about the reaction here!
Only 2 more answers since my last message.
I think xoops will be die, when there is nobody who answer questions from users.

I am sorry to hear that you're disappointed. I did try to help you, and point you in the right direction.

What you seem to miss is that we are here volunteers, i.e. we can help in our free time when we have it, but we also have families, work, and because Christmas is around the corner, also vacation.
Re: xForms
by Bleekk on 2013/12/17 9:04:56

you are welcome.

yes it is possible because all form fields have different ids
Re: xForms
by Kuehnhackel on 2013/12/16 23:19:41

Super vielen Dank ... das ist ja super

Thank you very much for fast solution ... I´m very happy now.

I must check now if it possible to do it for more than one text_area, because I have different forms.
But this is a veryy good start.

Thank you again.

BR vom Hamburg/Germany

Ralf
Re: xForms
by Bleekk on 2013/12/16 22:28:41

Hi,

Es kann nicht immer gleich jeder zur Stelle sein der dir hilft. Wir tun das alles hier in unserer Freizeit und natürlich mit begrenzten Fähigkeiten.

Please do following to add a counter / limiter to a xform txtarea

1. Download and unzip following http://www.jqeasy.com/jquery-character-counter/
2. Copy following file to your theme folder: jquery.jqEasyCharCounter.js
3. Open on your website the xform module and check the id of your textarea. In my form is it "ele_19"
le="color: #000000"><?php <textarea name="ele_19" id="ele_19" title="Jquery Limit" rows="5" cols="35"></textarea>

4. Open your theme.html
after
le="color: #000000"><?php <{$xoops_module_header}>
add following
le="color: #000000"><?php <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> <script src="<{xoImgUrl}>jquery.jqEasyCharCounter.js" type="text/javascript"></script> <script> $(document).ready(function(){ $('#ele_19').jqEasyCounter({ 'maxChars': 75, 'maxCharsWarning': 70 }); }); </script>

you do not need to include jquery if you have already loadid it in the theme. change the jquery function to set your limit

Resized Image

have fun
Re: xForms
by Kuehnhackel on 2013/12/16 20:05:55

Is anybody there to answer my question?

I´m very disappointed about the reaction here!

Only 2 more answers since my last message.

I think xoops will be die, when there is nobody who answer questions from users.

Also the same in Germany, I´m thinking about another CMS instead of Xoops with a good and fast community where user helps user.

@Mamba: I read your discussion with alfred vom simple-xoops, and when I thinking about it will better to do it like alfred. A small nice fork of xoops.

I also try another fork, ?????, but there is the same, only Sato-San is active.

So I will look around and searching for a another CMS.

Who's Online

209 user(s) are online (161 user(s) are browsing Support Forums)


Members: 0


Guests: 209


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits