Welcome Guest [Log In] [Register]
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:
Add Reply
Emoticon Smiley Code Continue?; Part 1-5
Topic Started: Jul 22 2008, 10:46 PM (598 Views)
Arch Chief
Member
 *   *  
Anyone know the Emoticon Smiley Code# ? My forum have a long box and makes my POST REPLY big. How can I make it smaller but, adding tons of smileys?

Example : :) :( :D :O :lol: :P :'( -_- ^_^ :rolleyes: and more smileys. (NEXT PAGE)
Offline Profile Quote Post Goto Top
 
Codes Rock
Member Avatar
Member
 *   *   *   *  
First, have you looked in AdminCP >> System Settings >> Topics, Posts & Polls

A little down the page in the Posts & Posting section:

No. emoticons per clickable table row

You can control how wide many rows wide the Clickable Smiley box gets by the number you insert here.
Offline Profile Quote Post Goto Top
 
Arch Chief
Member
 *   *  
it made my posts huge and all over the website and made the lenght very big sideways --------------------------------------- .... can i have a scroll bar inside my smileys?
Edited by Arch Chief, Jul 23 2008, 08:37 PM.
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
 *   *   *   *   *   *   *   *   *  
Admin CP Posted Image Skinning & Styles Posted Image Board Wrappers Posted Image Footer
Quote:
 
<script type="text/javascript">
// scrollbar at emoticons when posting
// code mod: atlantica
// original code: Stefan, http://ifsz.net/
if (document.location.href.indexOf('act=Post'), ('act=Msg') != -1) {
e = document.getElementsByTagName('TABLE')
for (n = 0; n < e.length; n++) {
if (e[n].className == 'tablefill' && e[n].innerHTML.indexOf('Clickable Smilies') != -1 && e[n].innerHTML.indexOf('Show All') != -1) {
nd = document.createElement('DIV')
nt = e[n].cloneNode(true)
nd.appendChild(nt)
nd.style.width = '250'
nd.style.height = '230'
nd.style.overflow = 'auto'
nd.style.align = 'top'
p = e[n].parentNode
p.replaceChild(nd, e[n])
break
}}}
</script>
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · zIFBoards - Skinning & Code Support · Next Topic »
Add Reply