jucs please
Scott - I added the 'get more' smilies additon...works awesome....it even brings the user back to their textarea in the original window after.
I'm sure if we wanted we could even put a 'close window' in the link to so that once they choose the smilie and added it...it closed the window all in one click.
I wonder if that would be good....or if the window should stay open.
Here is the code to CLOSE the 'get more smilies' window after you click. This will allow the process of adding and closing the 'get more smilies' window a one click process.
AFTER you make both Scotts changes just change your
vbcode__popup_smiliebits
From:
PHP Code:
<a href="java script:opener.smilie('$smilie[text]')">
To:
PHP Code:
<a href="java script:opener.smilie('$smilie[text]'),self.close()">
Very simple and makes things cleaner. Not for everyone though....some people might want to leave the window open to add more. But I'll just let the user open the window again.
Thanks again Scott and Vincent Puglia for this....truly a simple yet very useful addition.