MyBB Community Forums

Full Version: Remote Smilies Code for MyBB 1.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello All,

I'm trying to get remotely hosted smilies to work in MyBB, that is smilies hosted on image sites like ImageShack and not in the smilies folder. I remember for MyBB 1.2 there was a small code change that had to be made to allow this. I was wondering if anyone here remembers a link to that thread or could quickly tell me how I would go about allowing remotely hosted smilies to work with MyBB 1.4. Smile

Thanks,
BMR777
The trick is in the
PHP Code:
function cache_smilies() 
of the postParser

Delete {$this->base_url} and you're done. Wink
Thanks! Which file is this in if you don't mind me asking?

Thanks again,
BMR777
class_parser.php
Ok, thanks! I got it working. Thanks very much for your help. Smile

BMR777
No problem mate. Wink

Good luck with your MultiForum Script. Big Grin
Reference URL's