inherit
173070
0
Nov 7, 2022 12:56:01 GMT -8
Skindstad
The Little Helper
485
October 2011
skindstad
|
Post by Skindstad on Jan 10, 2013 22:06:03 GMT -8
This is a code transformed into a plug-in, so it works on v5. It can originally be found on www.javascriptsource.com, but with the new proboards, the original code won't work and I know a lot are using it. So here is a plug-in version of it. Basically when you've written a post, then you can use it to count how many words you've used. Perfect for the forums where a certain word count is required. Word Count.pbp (845 B) Add following in either a side table or headers/footers. <form> <textarea cols=20 rows=5 name=x> </textarea> <br> <input type=button value="Count Words" OnClick ="CountWords(this.form.x, true, true);"> </form>
<p><center> <font face="arial, helvetica" size"-2">Free JavaScripts provided<br> by <a href="http://javascriptsource.com">The JavaScript Source</a></font> </center><p> You can adjust the width and height by editing the cols and rows. You can check it out in function here
|
|
Sunny
New Member
Posts: 69
inherit
189780
0
May 2, 2013 7:38:33 GMT -8
Sunny
69
February 2013
wintermoonrise
|
Post by Sunny on Feb 28, 2013 16:20:54 GMT -8
I tried adding this but nothing seemed to show up.
|
|
Sunny
New Member
Posts: 69
inherit
189780
0
May 2, 2013 7:38:33 GMT -8
Sunny
69
February 2013
wintermoonrise
|
Post by Sunny on Mar 1, 2013 10:26:37 GMT -8
nevermind ^^
|
|
inherit
188762
0
Feb 12, 2014 13:15:03 GMT -8
sachofscp
83
January 2013
sachofscp
|
Post by sachofscp on Mar 8, 2013 13:32:54 GMT -8
Hi! I'm unclear of what this plugin does/is for? On the link for function example, I still couldn't tell what I was looking at, but how would I make that scrolling sidebar box you have on the left side? Thank you & sorry if that is off-topic.
|
|
inherit
173070
0
Nov 7, 2022 12:56:01 GMT -8
Skindstad
The Little Helper
485
October 2011
skindstad
|
Post by Skindstad on Mar 10, 2013 23:55:48 GMT -8
The scrolling in the sidebar has nothing to do with the plugin. Can't give the code for the scroller right now since I don't have access to it right now but I will post it later.
Sent from my GT-I9100 using proboards
|
|
inherit
188762
0
Feb 12, 2014 13:15:03 GMT -8
sachofscp
83
January 2013
sachofscp
|
Post by sachofscp on Mar 11, 2013 13:53:35 GMT -8
Thank you. Could you explain what the plugin does?
|
|
inherit
173070
0
Nov 7, 2022 12:56:01 GMT -8
Skindstad
The Little Helper
485
October 2011
skindstad
|
Post by Skindstad on Mar 15, 2013 0:41:40 GMT -8
You can add your text in the word count box and then click on the button below and it will count the words you've used. Hint the word count. I will be add a new link and a picture to the first post in a sec.
Edit:
Here's the code for the marquee I'm using in the sidebox.
<span align="center"> <marquee scrollamount="1.5" onmouseover="this.stop();" onmouseout="this.start();" height="150" width="170" direction="up"> Your text goes here </marquee></span>
|
|
inherit
166633
0
Feb 8, 2022 13:48:12 GMT -8
Hacksaw Hugglemonster
635
May 2011
mikel46
|
Post by Hacksaw Hugglemonster on Mar 22, 2013 15:03:44 GMT -8
|
|
inherit
173070
0
Nov 7, 2022 12:56:01 GMT -8
Skindstad
The Little Helper
485
October 2011
skindstad
|
Post by Skindstad on Mar 22, 2013 15:08:18 GMT -8
I see it perfectly at the bottom of the forum and works as well.
Sent from my GT-I9100 using proboards
|
|
inherit
150656
0
Dec 7, 2018 14:25:52 GMT -8
Dreamy
555
January 2010
dreamydonno
|
Post by Dreamy on Mar 25, 2013 16:18:34 GMT -8
the counter is under your shout box. if you still can't see it, then may i ask what your using? i.e: ie, ff, gc?
|
|
inherit
166633
0
Feb 8, 2022 13:48:12 GMT -8
Hacksaw Hugglemonster
635
May 2011
mikel46
|
Post by Hacksaw Hugglemonster on Mar 25, 2013 18:06:34 GMT -8
the counter is under your shout box. if you still can't see it, then may i ask what your using? i.e: ie, ff, gc? After I posted this, I saw it. I just forgot to post in this thread about it. I'm sorry.
|
|
Former Member
inherit
guest@proboards.com
177794
0
Nov 23, 2024 5:33:42 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 16, 2013 1:16:46 GMT -8
Is there a way to add this as a pop up linked to a button on the edit post menu? I added it but the players cant seem to find it all the way at the bottom and when I add it the headers it pushes everything out of its way.
|
|