Help on BB codes

Posted on Monday 18th August 2008 at 07:13 PM
VicVance
VicVance's Avatar
I mean that does not work.. and urrm how do I mean clicable emoticon form. The way uo got this

PHP Code
  1. <div style='padding-left: 5px; padding-top:5px;'>
  2. <input type='button' value='B' name='btnBold' onclick='wrapText(document.getElementById(&#39;TheTextArea&#39;),&#39;<b>&#39;,&#39;</b>&#39;);'>
  3. <input type='button' value='I' name='btnItalic' onclick='wrapText(document.getElementById(&#39;TheTextArea&#39;),&#39;<i>&#39;,&#39;</i>&#39;);'>
  4. <input type='button' value='U' name='btnUnderline' onclick='wrapText(document.getElementById(&#39;TheTextArea&#39;),&#39;<u>&#39;,&#39;</u>&#39;);'>
  5. <input type='button' value='IMG' name='btnImg' onclick='wrapText(document.getElementById(&#39;TheTextArea&#39;),&#39;<img src="&#39;,&#39;" />&#39;);''>
  6. <input type='button' value='URL' name='btnUrl' onclick='wrapText(document.getElementById(&#39;TheTextArea&#39;),&#39;&#39;,&#39;&#39;);'>
  7. <input type='button' value='PHP' name='btnPHP' onclick='wrapText(document.getElementById(&#39;TheTextArea&#39;),&#39;[php]&#39;,&#39;
  8. &#39;);'></div>


How I make one like that but for emoticnos that would show my emoticnos and get inseterted into the text area when I clikc them
Posted on Monday 18th August 2008 at 09:03 PM
UrbanTwitch
UrbanTwitch's Avatar
I don't get it.

You want the emoticons to show up in the textarea? Like the actual image?
Posted on Tuesday 19th August 2008 at 10:04 AM
VicVance
VicVance's Avatar
No No inside the text area baically where the bb code tag buttons are I want some clicable emoticons images.
Posted on Tuesday 19th August 2008 at 11:31 PM
UrbanTwitch
UrbanTwitch's Avatar
just draw me a picture of it. or show me a screenshot. im lost
Posted on Wednesday 20th August 2008 at 11:13 AM
VicVance
VicVance's Avatar
Something like this
(image removed as dead)
an I want the buttons of bbcodes an image. and i want to make a form like that for emoticons so I can add it .
Posted on Sunday 31st August 2008 at 05:28 PM
UrbanTwitch
UrbanTwitch's Avatar
Well err... change the textbox id to 'TheTextArea'
Posted on Wednesday 17th September 2008 at 07:21 PM
jambomb
jambomb's Avatar
I've made a box for my smilies and updated the bbcode to where my smile pictures are located but how can I link the smiles to add to the text box ?
Login or register to respond to this forum topic.