We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[ C ] Shoutbox Typing Box
Topic Started: May 7 2013, 11:57 AM (310 Views)
MEwarner
Member
[ *  * ]
Is there a code where you can make the box that people write in for the shoutbox bigger so people can have more room to write and see what they are writing better? Also is there a code where you can put the typing box down below the shotbox instead of over to the side there?
Edited by MEwarner, May 7 2013, 12:05 PM.
Offline Profile Goto Top
 
Jason
Member Avatar
Member
[ *  *  *  *  * ]
Place this in your Board Template > Below The Board -

Code:
 
<script type='text/javascript'>
(function () {
var e = $('#shoutpost').parent();
e.parent().after("<tr id='new_shoutpost'></tr>");
e.prependTo('#new_shoutpost').css('width', 'auto').find('input[name=shouttext]').attr('size', '110');
e.find('p:first').append(" " + e.find('p:eq(1)').remove().html() + " ").append("(" + $('#shoutopts').remove().html() + ")");
})();
</script>

If you want the text box to be wider just change the '110' to a higher figure.
Offline Profile Goto Top
 
MEwarner
Member
[ *  * ]
Lout
May 7 2013, 01:42 PM
Place this in your Board Template > Below The Board -

Code:
 
<script type='text/javascript'>
(function () {
var e = $('#shoutpost').parent();
e.parent().after("<tr id='new_shoutpost'></tr>");
e.prependTo('#new_shoutpost').css('width', 'auto').find('input[name=shouttext]').attr('size', '110');
e.find('p:first').append(" " + e.find('p:eq(1)').remove().html() + " ").append("(" + $('#shoutopts').remove().html() + ")");
})();
</script>

If you want the text box to be wider just change the '110' to a higher figure.
Thank you!
Offline Profile Goto Top
 
Eccentric Feline
Member Avatar
梦想
[ *  *  *  *  *  *  *  * ]
Completed!

Your request has been completed. If you have any questions or concerns regarding the state of your request, please feel free to contact me via PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic