MyBB Community Forums

Full Version: No post icon or smilies
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there,

I've installed Retro (Bootstrap Responsive) on a MyBB 1.8.10 board and I've a small trouble on the new thread, new reply and PM composer pages: I can't have the post icon and the smiley chooser displayed.

I've tried disabling all plugins but it didn't change anything, and when looking at the generated source of the page, there's nothing, it's not a display trouble, the variables are empty.

I also think to rebuild all caches, but no effect...


You can see at https://forum.eggdrop.fr/images/various/nothing.png a capture of the newthread page with this theme.
And https://forum.eggdrop.fr/images/various/working.png is with my old theme...

The forum is at https://forum.eggdrop.fr, ask me if you want a test account.

Thanks all, regards

CrazyCat
code in templates might need modifying so that the theme becomes compatible with MyBB 1.8.10

have a look at updated templates at the templates section in forum admin panel.
I had a look, and don't understand the trouble...

For example, in the newreply template, my new code is:
<div class="col-lg-3 padding-8px"><strong>{$lang->your_message}</strong><br>{$smilieinserter}</div>

The old one is:
<td class="trow2" valign="top"><strong>{$lang->your_message}</strong><br />{$smilieinserter}</td>

So, I can't inderstand why $smilieinserter seems to be empty in the new theme...

Or is it because I had modified the original MyBB theme previously ?