2012-07-20, 05:24 PM
2012-07-20, 05:27 PM
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
http://mods.mybb.com/view/additional-usergroup-images
For a shoutbox, this should suit you well.
http://mods.mybb.com/view/myshoutbox
2012-07-20, 05:36 PM
Thanks, For the shoutbox how can I move it from the bottom of the page to the top?
2012-07-20, 05:41 PM
Admincp -> Templates & Style -> Templates -> Your Template Set -> Index Page Templates -> Index
Find:
Move it above:
Find:
{myshoutbox_abcd}
Move it above:
{$forums}
2012-07-20, 05:43 PM
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
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
2012-07-20, 05:44 PM
For that, navigate to
ACP --> Templates & Styles --> Templates --> Your Theme --> Index Page Templates --> Index -->
Move "{myshoutbox_abcd}" above "{$forums}"
For example
Would turn into..
Hope it helped 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!
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 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!
2012-07-20, 05:44 PM
Make sure you've uploaded all the files to the correct location.
2012-07-20, 05:48 PM
(2012-07-20, 05:44 PM)Vernier Wrote: [ -> ]Make sure you've uploaded all the files to the correct location.
I let it install it automaticaly...
2012-07-20, 05:49 PM
2012-07-20, 05:51 PM
Line 926 is:
The files aren't uploaded to the correct location, or are missing.
$lang->load('myshoutbox');
The files aren't uploaded to the correct location, or are missing.