I am creating a user panel to the left of the forum and I have two questions.
1. How can I use the resources of wbb so that this box is opened with a click?
Let me explain, the box when you move the mouse over it will open with an effect of translation, I realized, however, that is bit annoying. And I would like to figure out how to make open with a click. As is usual in the user panel.
2. I would also move notifications and conversations in the new panel, but when I try I receive this error:
Tue, 31 Mar 2015 15:29:37 +0000
Message: PHP notice in file /var/www/vhosts/woltlab.it/httpdocs/www.woltlab.it/wcf/templates/compiled/9_wbb_2_boardList.php (1108): Undefined index: notifications
File: /var/www/vhosts/woltlab.it/httpdocs/www.woltlab.it/wcf/lib/system/WCF.class.php (304)
PHP version: 5.5.9-1ubuntu4.3
WCF version: 2.1.1 (Typhoon)
Request URI: /index.php?board-list/
Referrer: http://www.woltlab.it/index.php?notification-list/
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.104 Safari/537.36
Information: ""
Stacktrace:
#0 /var/www/vhosts/woltlab.it/httpdocs/www.woltlab.it/wcf/templates/compiled/9_wbb_2_boardList.php(1108): wcf\system\WCF::handleError(8, 'Undefined index...', '/var/www/vhosts...', 1108, Array)
#1 /var/www/vhosts/woltlab.it/httpdocs/www.woltlab.it/wcf/lib/system/template/TemplateEngine.class.php(323): include('/var/www/vhosts...')
#2 /var/www/vhosts/woltlab.it/httpdocs/www.woltlab.it/wcf/lib/page/AbstractPage.class.php(297): wcf\system\template\TemplateEngine->display('boardList', 'wbb')
#3 /var/www/vhosts/woltlab.it/httpdocs/www.woltlab.it/wcf/lib/page/AbstractPage.class.php(100): wcf\page\AbstractPage->show()
#4 /var/www/vhosts/woltlab.it/httpdocs/www.woltlab.it/wcf/lib/system/request/Request.class.php(58): wcf\page\AbstractPage->__run()
#5 /var/www/vhosts/woltlab.it/httpdocs/www.woltlab.it/wcf/lib/system/request/RequestHandler.class.php(139): wcf\system\request\Request->execute()
#6 /var/www/vhosts/woltlab.it/httpdocs/www.woltlab.it/index.php(10): wcf\system\request\RequestHandler->handle('wbb')
#7 {main}
Display More
This error is given if I try to use the file: notificationListUserPanel
Although checking in template userpanel I did not find any link to it. So I'm wondering, how can I use it?
Thanks for your answers
UPDATE
I'm trying to achieve user panel side where the click of notifications, conversations etc. should open, with a slide effect, the amount box.
With regard to the controlPanel I understood that I find the box inside the template userPanel, but what about the others I noticed that are created through the jquery file WCF.js
How can I make sure to move those boxes that are generated under the footer? So you can use them at will?