
WP Grins SSL will provide clickable smilies for both the post form in the admin interface and the comments form of your blog. WP Grins SSL is a fork of WP Grins that allows for use on a site using Administration over SSL or not, auto-detecting which is why and displaying either way.
As of version 4.0, WP Grins SSL also works on bbPress (the plugin) and has an option to turn it on or off as desired.
Tested on Single Site and MultiSite.
Download
Latest version: Download WP Grins SSL v4.1 [zip]
Installation
- Install and activate the plugin.
- Visit your Discussion Settings page.
- Look for ‘Smilies’ and check boxes as desired. (Comments are activated by default)
FAQ
Q. Why don’t the smilies show up in my comments form?
A. Your theme must include the wp_head call and the comments field in your theme must have an id of comment. This version of the plugin does not support manual insertion, because, frankly, no decent WordPress theme is lacking wp_head anymore.
Q. Why did this start with version 2?
A. Because the previous fork-source was 1.0, and this is really just an extension of all that work. Wanted to keep Ronafly’s credits up in there!
Q. Will you support BuddyPress?
A. Eventually. I’m not running it right now, so it’s hard to test.
Changelog
4.1
- 2012 May 07, by Ipstenu
- bbPress is an option.
4.0
- 27 April 2012 by Ipstenu
- Major bump. Why? Oh this little thing I like to call bbPress. Fully supported.
3.1
- 17 April 2012 by Ipstenu
- Trying to fix why it decides, magically, not to show up. Sometimes. Should work. Works on 3.4…
3.0
- 22 February 2012 by Ipstenu
- Reverted back to Alex’s use of Prototype because something went funky cold medina with ajax.
2.2
- 1 October 2011 by Ipstenu
- Minification for faster everythinging.
2.1
- 22 September 2011 by Ipstenu
- Removing PHP 4 support (WP doesn’t).
- Cleaning out unused aspects from removal of admin panel.
2.0
- 21 September 2011 by Ipstenu
- Fixed issue with SSL adminstration causing the icons not to show up.
- Removed admin panel. It’s 2011. If your theme doesn’t have wp_head, you have other issues.
- Consolidated stylesheets (dropping support for IE 6).
- Renamed files and pulled into one directory.
- Compressed files.
1.1
- 04 November 2009 by Ronalfy
- Fixed bug where grins would show up in the comments panel.
- Re-did the JavaScript to it’s completely separate and only runs when necessary.
- Added admin panel option to manual insert smilies on a page or a post.
1.0
- 25 October 2009 by Ronalfy
- First release. Yay!


Hey! Awesome plugin – I love it. How come your emoticons are different to the ones on my site? Also, is there any way I can adjust the emotions so they are more spaced out? They look a little squashed on my site!
Thanks
Tom
That’s your theme, Tom. The plugin doesn’t change your emoticons or slap any CSS on them to display them, so if they’re squashed, you’ll have to sort out your CSS.
(Mine are different because of a separate bit of code I use.)
Hey,
Thanks for the quick reply, and thank you for answering such a stupid question. I really should have stopped to think about the bloody obvious answer to my question before bothering you!
Cheers,
Tom
FWIW, I set
Which is why it’s just coded in to allow for the pointer. But I’ll document that!
#wp_grins img {padding-right:1px;}to make mine layout right, but I have a distaste of forcing my CSS prefs on other peopleI’m assuming you’ll see this in the forums but just in case … http://wordpress.org/support/topic/wp-grins-ssl-not-working-for-some-reason
I was getting some PHP errors in my logs. Here’s a diff which shows what I did to get rid of those errors.
http://demo.pixopoint.com/static/wp-grins-ssl.diff
Irony or not, that’s something I have in trunk.
http://plugins.svn.wordpress.org/wp-grins-ssl/trunk/wp-grins.php
I still get errors when I use that trunk file.
[23-Oct-2011 20:19:03] PHP Notice: Undefined variable: post in /var/www/wp/wp-content/plugins/wp-grins-ssl/wp-grins.php on line 71[23-Oct-2011 20:19:03] PHP Notice: Trying to get property of non-object in /var/www/wp/wp-content/plugins/wp-grins-ssl/wp-grins.php on line 71
[23-Oct-2011 20:19:03] PHP Notice: Undefined variable: post in /var/www/wp/wp-content/plugins/wp-grins-ssl/wp-grins.php on line 84
[23-Oct-2011 20:19:03] PHP Notice: Trying to get property of non-object in /var/www/wp/wp-content/plugins/wp-grins-ssl/wp-grins.php on line 84
Hrm. Would you send me the complete wp-grins.php file you’re using? ipstenu at this domain
Sure. Will send it through shortly.
great plugin but sadly i encounter this error
Warning: Invalid argument supplied for foreach() in /home/lamaninf/public_html/wp-content/plugins/wp-grins-ssl/wp-grins.php on line 55
any solution?
Seeing as it works great here (you used it when you commented), the first question is “What other plugins are you using?” and the second is “What theme are you using?”
Hi there,
Is there a way to integrate this bar in buddypress forum ?
Thanks
I use the bbPress Post Toolbar for it.
I tried but nothing, no bar at all in forum
I’m using the bbPress forum plugin, not the stand alone. I vaguely recall having to hard code this into my theme on bbPress.