Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Emoticons For bbPress?


fel64
Member

@fel64

To make this work in 1.0 you need to change the first few lines (or it won’t be available to activate as a plugin). I modified mine to this, which still has all the credits in there.

<?php
/*
Plugin Name: bbEmoticons
Plugin URI:
Description: A Clickable Smilies hack for bbPress. Thanks to <a href="http://www.orioa.com/">kohaku</a> and <a href="http://plasticdreams.org/">aka</a>. Original WP Grins by <a href="http://www.alexking.org/software/wordpress/">Alex King</a>.
Author: hiromasa
Author URI: http://hiromasa.zone.ne.jp/blog/
Version: 0.72
*/
...

Just replace the <?php at the start of your .php file with this and it should show up to be activated.

Edit: Oh, awesome, a overflow: auto property has been added. Thanks. :)

Skip to toolbar