MyBB Community Forums

Full Version: Equivalent in MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I know this screenshot is taken from V-Bull****. But is there an equivalent for MyBB?

[Image: fc578f8210e80e31024596d1b3c33ddd.jpg]

Also, what about a shoutbox?

Thanks
For multiple usergroup images, check out this
http://mods.mybb.com/view/additional-usergroup-images

For a shoutbox, this should suit you well.
http://mods.mybb.com/view/myshoutbox
Thanks, For the shoutbox how can I move it from the bottom of the page to the top?
Admincp -> Templates & Style -> Templates -> Your Template Set -> Index Page Templates -> Index

Find:
{myshoutbox_abcd}

Move it above:
{$forums}
Thanks.

But before I even installed your code, I got this error:

Fatal error: Call to a member function load() on a non-object in /home/kylesm/public_html/v1/forum/inc/plugins/myshoutbox.php on line 926
For that, navigate to

ACP --> Templates & Styles --> Templates --> Your Theme --> Index Page Templates --> Index -->

Move "{myshoutbox_abcd}" above "{$forums}"

For example
{$header}
{$forums}
{myshoutbox_abcd}
{$boardstats}

Would turn into..
{$header}
{myshoutbox_abcd}
{$forums}
{$boardstats}

Hope it helped Smile Happy chatting.

OOPS, ya snooze ya lose!
Not sure why it went all goofy!
I'll look into it, but while I do that could you post

/public_html/v1/forum/inc/plugins/myshoutbox.php

Post it on www.pastie.org please! Thanks, I'll look into it on my test forum!
Make sure you've uploaded all the files to the correct location. Smile
(2012-07-20, 05:44 PM)Vernier Wrote: [ -> ]Make sure you've uploaded all the files to the correct location. Smile

I let it install it automaticaly...
(2012-07-20, 05:48 PM)kylesmith Wrote: [ -> ]
(2012-07-20, 05:44 PM)Vernier Wrote: [ -> ]Make sure you've uploaded all the files to the correct location. Smile

I let it install it automaticaly...

You still have to upload all the files.

If you need help with that just let me know.
Line 926 is:

$lang->load('myshoutbox');

The files aren't uploaded to the correct location, or are missing.