Any update on the release date?Good news here!
I finally got a reply from the developer: looks like we are hopefully going to have a new Smileys Bar release in the near future!
Any update on the release date?Good news here!
I finally got a reply from the developer: looks like we are hopefully going to have a new Smileys Bar release in the near future!
nope...Any update on the release date?
Was it spamming something?
[UWSL] tag here and there, which is the one used for Jumbo Smileys.If we don't consider that is randomly spamming the[UWSL]tag, yes.
Let's hope it will continue to work with future XF updates, if that's what you meant
<?php
namespace UW\SmileysBar\Extend\Html\Renderer;
use XF\Html\Tag;
use XF\Html\Text;
class BbCode extends XFCP_BbCode
{
//    public function __construct() {
//        $this->_handlers['span'] = ['wrap' => '[UWSL]%s[/UWSL]'];
//        $this->_handlers['span'] = ['filterCallback' => ['$this', 'handleTagTest']];
//    }
   
//    public function handleTagTest($text, Tag $tag)
//    {
//        $pattern = "/\[SIZE|\[COLOR=|\[FONT=/i";
//        $match =  preg_match($pattern, $text);
//        if(!$match)
//        {
 //           return '[UWSL]'.$text.'[/UWSL]';
 //       }
 //       return $text;
 //   }
}
	
Haven't applied @Dragonfruit's solution yet, so I still get these very annoying [UWSL] tags here and there sometimes.
					
				We use essential cookies to make this site work, and optional cookies to enhance your experience.