Master Badge [Paid] [Deleted]

Thanks for your answers! Is it possible to have the automatically feature badge ONLY if there are no marked badges by the user?

For example: Every user in my forum can set 3 featured badges (manually). For those who don't set any badges manually, I would like to have the latest 3 badges displayed as featured. If someone set e.g. only 1 badge manually, the other 2 badges will be set automatically.

Is this possible?
 
I get this error when upgrading from 2.0.2 to 2.1.0

Server Error
Mysqli prepare error: Unknown column 'awarded_trophy' in 'field list'

  1. Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
  2. Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 632
  5. Zend_Db_Adapter_Abstract->update() in XenForo/DataWriter.php at line 1654
  6. XenForo_DataWriter->_update() in XenForo/DataWriter.php at line 1623
  7. XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1419
  8. XenForo_DataWriter->save() in MasterBadge/Model/Badge.php at line 426
  9. MasterBadge_Model_Badge->getUserFeaturedBadges() in MasterBadge/Model/User.php at line 13
  10. MasterBadge_Model_User->prepareUser() in XenForo/Visitor.php at line 443
  11. XenForo_Visitor::setup() in XenForo/Session.php at line 419
  12. XenForo_Session::startAdminSession() in XenForo/ControllerAdmin/Abstract.php at line 48
  13. XenForo_ControllerAdmin_Abstract->_setupSession() in XenForo/Controller.php at line 306
  14. XenForo_Controller->preDispatch() in XenForo/FrontController.php at line 350
  15. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  16. XenForo_FrontController->run() in /www/htdocs/w00e34a8/admin.php at line 13

And my Forum is not working anymore...
 
I get this error when upgrading from 2.0.2 to 2.1.0



And my Forum is not working anymore...

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;
 
You should not use any auto-install-addon. You have to upload files manually first and then upload the xml. Had problems before and figured that out :)
 
@Milano

I did upload everything and then ran the XML after that. I did updates to all AddOns yesterday and this was the only one that did not go through. With your new release everything worked great. Thanks

@Arno Nühm
I don't use Auto Install. Manual uploads and then XML it is. This was the only one that did not go through and it is fixed with the new release.
 
After adding new badges I started admin tools batch for rebuilding badges and trophies and every user got hundreds of notices "you upgraded to level xx" again and again. I manually stopped the batch then.

I did this procedure before without any problems so I guess it is something with this new version?
 
Can anyone tell me where I can translate the value of {levelUp}
The levelUp text is in MasterBadge_help_trophies_description
 
How about adding one more option to allow us to show featured badges on member card.

I already asked this over PMs but you never responded again.

I'm sorry, I forgot your suggestion, working on it.

After adding new badges I started admin tools batch for rebuilding badges and trophies and every user got hundreds of notices "you upgraded to level xx" again and again. I manually stopped the batch then.

I did this procedure before without any problems so I guess it is something with this new version?

Noted.

Can anyone tell me where I can translate the value of {levelUp}
The levelUp text is in MasterBadge_help_trophies_description

It's inside the template MasterBadge_help_trophies
 
I'm sorry, I forgot your suggestion, working on it.



Noted.



It's inside the template MasterBadge_help_trophies
@Milano

In MasterBadge_help_trophies you refer to levelUp but I wil translate the output of levelUp but can't find the file for translation.

earned increases your Points, and every {points} Points gives you an added Level (at least to start).</p>

{levelUp}

<h3 class="textHeading">What is the point of my Level?</h3>
 
@Milano

In MasterBadge_help_trophies you refer to levelUp but I wil translate the output of levelUp but can't find the file for translation.

earned increases your Points, and every {points} Points gives you an added Level (at least to start).</p>

{levelUp}

<h3 class="textHeading">What is the point of my Level?</h3>

It's inside the template, not phrase. BTW it was a bug, it shouldn't be hard coded inside the template and will be fixed in the next release.
 
Back
Top Bottom