Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: [F] drop down smileys code (30th Dec 07 at 8:57pm UTC) | | shouldn't do... browser? | |
|
Danny Full Member
  
![[Avatar]](http://h1.ripway.com/Schnooble/ff1969.png) Posts: 180 Status: Offline Gender: Male Location: Durham Age: 34 Joined:
pmmsnxfire | | Re: [F] drop down smileys code (30th Dec 07 at 8:58pm UTC) | | | opera | |
|
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: [F] drop down smileys code (30th Dec 07 at 8:59pm UTC) | | | let me test it in that then... | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: [F] drop down smileys code (30th Dec 07 at 9:02pm UTC) | | Global header:
 Code: - <div id="dropDown">
- <select id="ubbc">
- <option value="none">Select a Smiley </option>
- <option onclick="add_ubbc(' :)');" value="smile">Smile</option>
- <option onclick="add_ubbc(' ;)');" value="wink">Wink</option>
- <option onclick="add_ubbc(' ;D');" value="grin">Grin</option>
- <option onclick="add_ubbc(' 8-)');" value="Cool">Cool</option>
- </select>
- </div>
Global Footer
 Code: - <script type="text/javascript">
- <!--
- if(location.href.match(/\/post\//)){
- var getRow = document.getElementsByTagName("tr");
- for(x=0; x<getRow.length; x++){
- if(getRow[x].cells[0].innerHTML.match(/Smilies/i) && getRow[x].cells[0].width == '15%'){
- var drop = document.getElementById("ubbc")
- getRow[x].cells[1].replaceChild(drop, getRow[x].cells[1].firstChild);
- }
- }
- }
-
- //-->
- </script>
That works! | |
|
Danny Full Member
  
![[Avatar]](http://h1.ripway.com/Schnooble/ff1969.png) Posts: 180 Status: Offline Gender: Male Location: Durham Age: 34 Joined:
pmmsnxfire | | Re: [F] drop down smileys code (30th Dec 07 at 9:03pm UTC) | | THANKS MAN you are a legend | |
|
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: [F] drop down smileys code (30th Dec 07 at 9:04pm UTC) | | About time it worked!
Sorry, I didn't test in Opera | |
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | | Re: [F] drop down smileys code (30th Dec 07 at 9:21pm UTC) | | | Does an error come with the "Invalid Message", or is that all it says? | |
rroll.to— Shorten a link, rickroll your friends. |
|
Danny Full Member
  
![[Avatar]](http://h1.ripway.com/Schnooble/ff1969.png) Posts: 180 Status: Offline Gender: Male Location: Durham Age: 34 Joined:
pmmsnxfire | | Re: drop down smileys code (30th Dec 07 at 9:30pm UTC) | | it did but not anymore | |
|
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | | Re: drop down smileys code (30th Dec 07 at 9:35pm UTC) | | it did but not anymore
My bad, didn't see the third page [again]. >.< | |
rroll.to— Shorten a link, rickroll your friends. |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: drop down smileys code (30th Dec 07 at 9:35pm UTC) | | can I has my [f] Back? | |
|