The postbit offline & online icon as shown in the image below is not working.
Please tell me how to fix it, it's driving my OCD insane.
I would also like to know how to move the postbit stuff such as the user's name, title, stars, offline/online postbit, and group image to the side. (But that's not as important)
MyBB Version: Latest (Version 1.8.5)
Thanks for any help in advance.
test user account required to check it or you have to provide access to guests
basically you have to check whether online & offline images physically exist & whether they are accessible
see this guidance =>
force postbit style
ACP >> Templates >> Your theme's Templates >> Post Bit Templates >> postbit_online, postbit_offline and postbit_away templates
change...
img src="{$theme['imgdir']}/buddy_away.png"
as....
img src="images/buddy_away.png"
however, i would say its basically a theme issue... you are using a incompatible theme with MyBB 1.8... get a compatible theme from
http://community.mybb.com/mods.php?actio...ory=themes
(2015-07-26, 08:00 AM)mmadhankumar Wrote: [ -> ]ACP >> Templates >> Your theme's Templates >> Post Bit Templates >> postbit_online, postbit_offline and postbit_away templates
change...
img src="{$theme['imgdir']}/buddy_away.png"
as....
img src="images/buddy_away.png"
however, i would say its basically a theme issue... you are using a incompatible theme with MyBB 1.8... get a compatible theme from http://community.mybb.com/mods.php?actio...ory=themes
Thank you so much. This fixed it.
