NavBarModule

English! place to talk about development, programming and coding
Post Reply
newb
Znuny newbie
Posts: 8
Joined: 19 Apr 2012, 23:28
Znuny Version: 3.0.11

NavBarModule

Post by newb »

Hello!

I've created a module, according to the directions from the otrs documentation. But I can only add it in agents navigation bar. How can I change that and add it into customer's bar? i tried to add to config the following lines:

# customer notification module
$Self->{'CustomerFrontend::NavBarModule'}->{'99-ABC'} = {
Module => 'Kernel::Output::HTML::NavBarABC',
};

but it doesn't even let me to login as a customer when i add this lines!
newb
Znuny newbie
Posts: 8
Joined: 19 Apr 2012, 23:28
Znuny Version: 3.0.11

Re: NavBarModule

Post by newb »

no one? :S
Post Reply