Bio Characters suggestion...
#1
fs_throngor
Posted 03 September 2008 - 15:29
Would it be possible to have an indicator of the character count you have left etc..when changing your bio??
its VERY annoying to update your bio and find you've gone over the character count and have to do it all over again:)
Throngor
#2
fs_kevman
Posted 03 September 2008 - 16:12
#3
Posted 03 September 2008 - 21:01
Did you know that there are likely over 2000 rouge black holes in our galaxy alone. Each of them can reach very high speeds, even in space terms, are each capable of destroying anything in their path, and are invisible. Well, goodnight!
#4
fs_thristle
Posted 03 September 2008 - 23:19
#5
fs_angiefc
Posted 03 September 2008 - 23:28
I like the char count idea for both FSBox and Bios
#6
fs_dyrnuth
Posted 04 September 2008 - 02:09
#7
fs_throngor
Posted 04 September 2008 - 03:27
.. I tend to do that most of the time now just to be safe...
Exactly.. its not the BIGGEST prob with FS:) and ppl have learnt to deal with it. but it seems kinda rudimentary to have, for a game this size:)
and YES Angie.. would be useful for FSbox too:)
#8
fs_tawniteamo
Posted 04 September 2008 - 03:49
not everyone has micro word, or the same version. The best I got on this heap is note pad, plus copying over from micro word can sometimes create errors in the pasting and you got to redo a lot of it anyway.
I like the char count idea for both FSBox and Bios
if you don't have MS Word I recommend open office.
#9
Posted 04 September 2008 - 05:08
<!-- Script by hscripts.com -->
<script language=javascript>
//Edit the counter/limiter value as your wish
var count = "255"; //Example: var count = "175";
function limiter(){
var tex = document.myform.comment.value;
var len = tex.length;
if(len > count){
tex = tex.substring(0,count);
document.myform.comment.value =tex;
return false;
}
document.myform.limit.value = count-len;
}
</script>
<!-- Script by hscripts.com -->
<!-- Script by hscripts.com -->
<form name="myform" METHOD=POST>
<textarea name=comment wrap=physical rows=3 cols=40 onkeyup=limiter()></textarea>
<script language=javascript>
document.write("<input type=text name=limit size=4 readonly value="+count+">");
</script>
</form>
<!-- Script by hscripts.com -->Here's a screen shot of the code in use in the doc I created:

Not that complicated, really. Counts down as you type. Some forums (like Proboards) have this on their compose post page.
#10
fs_throngor
Posted 05 September 2008 - 03:05
n thx cyrus:) useful:)
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users

