Welcome Guest [Log In] [Register]

Welcome to Big Boards. We hope you like what you see and decide to visit often. Big Boards offers the Zathyus network our long famous Resource Archives, our extensive search indexes, and our info-packed resource forums.

Our team has recently opened a new project called Planet Nexus, where a bold new experiment in forum promotion is taking place. We call it nexworking. NexusTree offers social networking pages for forums in a fully automated format. Your NexusTree page is created instantly when your join the nexus. Find out more by visiting Planet Nexus, and become part of the nexworking revolution.

Posted Image Posted Image
If you're already a member please log in to your account for additional access:

Username:   Password:
Closed Topic
Scroll Box for Emoticons
Topic Started: May 25 2009, 11:25 AM (108 Views)
spiffy1125
BB Alpha
[ * ]
What browser(s) are you using? IE
Your Forum System (IF or ZB): IF
Your Issue/Question:

My board have a lot of emoticons but i don't want to hide some of it and i wonder if you guys have a script that can make the emoticon box scroll ???

please help! thank you in advance :D
Offline
Profile
Goto Top
 
HelenaZF
Member Avatar
advanced techno-feeb

Yes, put this in ACP > Skinning and Styles > Board Wrappers > Footers:

Code:
 
<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 = '240'
nd.style.height = '200'
nd.style.overflow = 'auto'
nd.style.align = 'top'
p = e[n].parentNode
p.replaceChild(nd, e[n])
break
}}}
// -->
</script>


You can adjust the width and height amounts to suit your needs.
NOTE: some IE users will experience a bug which causes the box to drop to the bottom of the posting screen. It does not affect the function.
Posted Image Visit the Planet Nexus page!Posted Image

Posted Image
Download some of my graphic sets HERE
Offline
Profile
Goto Top
 
spiffy1125
BB Alpha
[ * ]
Hi Ms. Queen of Awesome you are really awesome thanks a bunch ;) :D
Offline
Profile
Goto Top
 
HelenaZF
Member Avatar
advanced techno-feeb

You are most welcome. When you have a boatload of smilies, this can be one of the best codes on your board. :)
Posted Image Visit the Planet Nexus page!Posted Image

Posted Image
Download some of my graphic sets HERE
Offline
Profile
Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · InvisionFree Support Archive · Next Topic »
Closed Topic