Not Solved Apart issue [Video]
#11
Not Solved
There is a nice plugin by Omar. Either on his site or on the mods site


Really cool.
Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved


Reply
#12
Not Solved
(2012-09-25, 08:28 PM)Leefish Wrote: I am uninterested in your eating habits.

This plugin

Site Notice (1.1)
Places a colorful site notice on top of your forum (A choice of 7 different colors). Also allows you to display up to 5 different notices at the same time.

Created by Janota

Was causing the problem. I have deactivated it, your login works as expected.

Don't use ANYTHING by Janota. His plugins are crap and he leaves a door open in your forum root so he can wipe your server.

Not surprised that that is the problem.
(2012-09-25, 08:28 PM)Leefish Wrote:
(2012-09-25, 08:19 PM)xStefan Wrote: Just got back from gym and eat some kit kats...

I am uninterested in your eating habits.
Reply
#13
Not Solved
(2012-09-26, 01:35 AM)Scois0n Wrote:
(2012-09-25, 08:28 PM)Leefish Wrote: I am uninterested in your eating habits.

This plugin

Site Notice (1.1)
Places a colorful site notice on top of your forum (A choice of 7 different colors). Also allows you to display up to 5 different notices at the same time.

Created by Janota

Was causing the problem. I have deactivated it, your login works as expected.

Don't use ANYTHING by Janota. His plugins are crap and he leaves a door open in your forum root so he can wipe your server.

Not surprised that that is the problem.

He took my license off me ages ago for no reason after like 1 week his plugins do have a backdoor for your site to be wiped.
And before i bought it he told me to open a case then close it done all that so i couldnt get the money back.

Everyone knows the guy is a idiot no point of wasting my breath on him, i was a red subscriber aswell -.-
Reply
#14
Not Solved
It does say quite a lot for Janota's reputation that as soon as I saw his name in the plugin list I deactivated his plugin first and then rechecked Confused
Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved


Reply
#15
Not Solved
(2012-09-25, 08:55 PM)xStefan Wrote: You know any other plugins that do that? and thanks much love!!

If you want a good notice plugin I would look into using board messages located here; http://mods.mybb.com/view/board-messages

There is a problem with the plugin though where it doesn't load, but there is a fix that Yaldaram shared.

You need to open the plugin and find;
function board_messages_admin_config_menu($sub_menu)
{
    global $lang;
    $lang->load('board_messages');

    $sub_menu[] = array('id' => 'board_messages', 'title' => $lang->board_messages, 'link' => 'index.php?module=config/board_messages');
}

function board_messages_admin_config_action_handler($actions)
{
    $actions['board_messages'] = array('active' => 'board_messages', 'file' => 'board_messages');
} 

Then replace it with;
function board_messages_admin_config_menu($sub_menu)
{
    global $lang;
    $lang->load('board_messages');

    $sub_menu[] = array('id' => 'board_messages', 'title' => $lang->board_messages, 'link' => 'index.php?module=config/board_messages');
    return $sub_menu;
}

function board_messages_admin_config_action_handler($actions)
{
    $actions['board_messages'] = array('active' => 'board_messages', 'file' => 'board_messages');
    return $actions;
} 
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)