Master Badge [Paid] [Deleted]

All the badge icon images in my installation are broken. Are the badge icons shown in the example not included, or have I done something wrong?

Also - how do I install the two widgets?
 
Last edited:
How can i change where the icons are being called from in the FTP, as for some reason the icons in the ACP are being called from styles/default/masterbadge/trophyname and the icons that feature on profile and the badge navigation are being called from styles/zipped/masterbadge

how can i alter these so they are all coming from the same one, as the ACP icons appear as broken now, because the file is under the zipped folder
 
How can I set the permissions on this one? I can't seem to find it. I want to customize it but I don't want my users to see it first.
 
Hello, two questions. How to set the trophy size in postbit under member's avatar and is it possible for admin to feature the awarded members their badges do display under avatar or members must do that themselves?
 
Where's the option for that? I can't find it.

Screen Shot 2015-12-17 at 8.41.42 AM.webp

Hello, two questions. How to set the trophy size in postbit under member's avatar and is it possible for admin to feature the awarded members their badges do display under avatar or members must do that themselves?

You can use CSS to modify the size, member needs to do it, they can find the settings in Account Preferences.
 
Suggestion: When the featured badges are set to minimal; if/when a user hovers over a badge show the name and description of it and when you click on a badge it should take the user to the badge's category.
 
Hi all, let me know if this is not the right venue for this, but since I updated, I am getting the following server errors:
Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'awarded_trophy' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77
Generated By: jginca, Wednesday at 1:03 PM"

Any suggestions?
 
Hi all, let me know if this is not the right venue for this, but since I updated, I am getting the following server errors:
Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'awarded_trophy' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77
Generated By: jginca, Wednesday at 1:03 PM"

Any suggestions?

Please make sure that all the files had been uploaded correctly and always upload the files first before import the XML file.

Alternatively, you can run this SQL to fix the current error.

Code:
ALTER TABLE `xf_user` ADD `awarded_trophy` MEDIUMBLOB NULL;
What is the optimal image size for the badge picture? So it would look high quality?

the biggest size used by the add-on is 96x96
 
It seems that when you hover your mouse over the badges no tooltip appears in the new version.

EDIT: I also have a new server error:

XenForo_Exception: Invalid model 'MasterBadge_Model_Badge' specified - library/XenForo/Model.php:192
Generated By: Unknown Account, 11 minutes ago
Stack Trace
#0 /home/pokevolu/public_html/library/XenForo/Model.php(113): XenForo_Model::create('MasterBadge_Mod...')
#1 /home/pokevolu/public_html/library/MasterBadge/Model/User.php(9): XenForo_Model->getModelFromCache('MasterBadge_Mod...')
#2 /home/pokevolu/public_html/library/XenForo/Visitor.php(443): MasterBadge_Model_User->prepareUser(Array)
#3 /home/pokevolu/public_html/library/XenForo/Session.php(274): XenForo_Visitor::setup(false, Array)
#4 /home/pokevolu/public_html/library/XenForo/Controller.php(293): XenForo_Session::startPublicSession(Object(Zend_Controller_Request_Http))
#5 /home/pokevolu/public_html/library/XenForo/Controller.php(306): XenForo_Controller->_setupSession('Index')
#6 /home/pokevolu/public_html/library/XenForo/FrontController.php(350): XenForo_Controller->preDispatch('Index', 'XenGallery_Cont...')
#7 /home/pokevolu/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#8 /home/pokevolu/public_html/index.php(13): XenForo_FrontController->run()
#9 {main}
Request State
array(3) {
["url"] => string(82) "http://www.pokevolution.net/media/users/mason.2/?container=album&type=album&page=2"
["_GET"] => array(3) {
["container"] => string(5) "album"
["type"] => string(5) "album"
["page"] => string(1) "2"
}
["_POST"] => array(0) {
}
}
 
It seems that when you hover your mouse over the badges no tooltip appears in the new version.

EDIT: I also have a new server error:

XenForo_Exception: Invalid model 'MasterBadge_Model_Badge' specified - library/XenForo/Model.php:192
Generated By: Unknown Account, 11 minutes ago
Stack Trace
#0 /home/pokevolu/public_html/library/XenForo/Model.php(113): XenForo_Model::create('MasterBadge_Mod...')
#1 /home/pokevolu/public_html/library/MasterBadge/Model/User.php(9): XenForo_Model->getModelFromCache('MasterBadge_Mod...')
#2 /home/pokevolu/public_html/library/XenForo/Visitor.php(443): MasterBadge_Model_User->prepareUser(Array)
#3 /home/pokevolu/public_html/library/XenForo/Session.php(274): XenForo_Visitor::setup(false, Array)
#4 /home/pokevolu/public_html/library/XenForo/Controller.php(293): XenForo_Session::startPublicSession(Object(Zend_Controller_Request_Http))
#5 /home/pokevolu/public_html/library/XenForo/Controller.php(306): XenForo_Controller->_setupSession('Index')
#6 /home/pokevolu/public_html/library/XenForo/FrontController.php(350): XenForo_Controller->preDispatch('Index', 'XenGallery_Cont...')
#7 /home/pokevolu/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#8 /home/pokevolu/public_html/index.php(13): XenForo_FrontController->run()
#9 {main}
Request State
array(3) {
["url"] => string(82) "http://www.pokevolution.net/media/users/mason.2/?container=album&type=album&page=2"
["_GET"] => array(3) {
["container"] => string(5) "album"
["type"] => string(5) "album"
["page"] => string(1) "2"
}
["_POST"] => array(0) {
}
}


Where is the place that tooltip doesn't show? BTW I can not reproduce this error.
 
I can't seem to reproduce the error either but it happened after upgrading. The tooltip isn't appearing in the postbit.
 
Back
Top Bottom