Quote:
Originally Posted by SocialNetworkBuzz
In a nutshell, this arcade looks great, but I will not be installing it as I won't put a commercial link on my community site. I also own a hosting firm and even refuse to put a powered by link to my own business on my site. I really hope you reconsider forcing this as I'm sure others feel the same and past by this great add-on as the result,
|
This is now an option for you to easily disable if you wish

It has always been intended as a way to support us for the free lite version if you have no intention of getting the pro one - because we make sure our lite versions arent useless "demo" quality!
Quote:
Originally Posted by monkeyboy1916
The option "Maximum Postbit Trophies" doesn't seem to be working. I've set it to 4 and it still displays the 7 trophies I've gained from testing out the arcade. I also setup the arcade on my test board to see if it was some sort of conflict from my main board, but it still has the same problem =/
Any ideas?
|
Edit the vBArcade - Render Postbit Trophies plugin, find:
PHP Code:
if ($vbulletin->options['dbtech_vbarcade_postbits'] == ++$i) break;
replace with
PHP Code:
if ($this->registry->options['dbtech_vbarcade_postbits'] <= $i++) break;