The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
v3 Arcade - Add an option to remove games in your admincp.. Details »» | |||||||||||||||||||||||||||
v3 Arcade - Add an option to remove games in your admincp..
Developer Last Online: May 2021
This adds an option in your game settings that allows you to remove games and their scores from your database (doesn't remove news events).
Check the screenshot for a better description. Note: If you have the Arcade Pass Hack installed you'll need to follow these instructions instead of those posted below. Show Your Support
|
Comments |
#12
|
||||
|
||||
Quote:
so anyone else will find this much easier |
#13
|
||||
|
||||
Quote:
|
#14
|
||||
|
||||
Quote:
|
#15
|
||||
|
||||
Will this also pull any associated trophies from the postbit or do they get left behind?
|
#16
|
||||
|
||||
Bryan,
This removes the game and all of its scores from your database so yeah it will remove the trophies also. |
#17
|
||||
|
||||
Perfect >>> installed. Thanks very much.
|
#18
|
|||
|
|||
nice one
I have it installed now cheers and thanks loads |
#19
|
|||
|
|||
Hello,
I followed the instructions for those who have the arcade pass installed, and it worked, except it removed my game categories options. I tired this, but it didn't work: $menu .= "<tr onClick=\"document.getElementById('id') .innerHTML = ".$games[shortname]."id;document.getElementById('descr') .innerHTML = ".$games[shortname]."descr;document.getElementById('title') .innerHTML = ".$games[shortname]."title;document.getElementById('cost') .innerHTML = ".$games[shortname]."cost;document.getElementById('jackpot') .innerHTML = ".$games[shortname]."jackpot;document.getElementById('increase') .innerHTML = ".$games[shortname]."increase;document.getElementById('showaward') .innerHTML = ".$games[shortname]."showaward;document.getElementById('challenabled' ) .innerHTML = ".$games[shortname]."challenabled;document.getElementById('playpanel' ) .innerHTML = ".$games[shortname]."playpanel;document.getElementById('active') .innerHTML = ".$games[shortname]."active;document.getElementById('netplay') .innerHTML = ".$games[shortname]."upbuttext;document.getElementById('categorytitle ') .innerHTML = ".$games[shortname]."netplay;document.getElementById('removegame') .innerHTML = ".$games[shortname]."removegame;document.getElementById('uptbut') .innerHTML = ".$games[shortname]."upbuttext;\"> Any ideas? I have both the Arcade Pass & Game Categories hack installed. |
#20
|
||||
|
||||
Quote:
But here's what is working for me at least with this hack and the pass hack ... maybe you can look at it without wrapping the code and peice in your category hack parts to make it go? Code:
$menu .= "<tr onClick=\"document.getElementById('id').innerHTML = ".$games[shortname]."id;document.getElementById('descr').innerHTML = ".$games[shortname]."descr;document.getElementById('title').innerHTML = ".$games[shortname]."title;document.getElementById('cost').innerHTML = ".$games[shortname]."cost;document.getElementById('jackpot').innerHTML = ".$games[shortname]."jackpot;document.getElementById('increase').innerHTML = ".$games[shortname]."increase;document.getElementById('showaward').innerHTML = ".$games[shortname]."showaward;document.getElementById('challenabled').innerHTML = ".$games[shortname]."challenabled;document.getElementById('playpanel').innerHTML = ".$games[shortname]."playpanel;document.getElementById('active').innerHTML = ".$games[shortname]."active;document.getElementById('netplay').innerHTML = ".$games [shortname]."netplay;document.getElementById('removegame').innerHTML = ".$games [shortname]."removegame;document.getElementById('uptbut').innerHTML = ".$games[shortname]."upbuttext;\"> |
#21
|
|||
|
|||
Well, I already tried piecing things in, and it just made other stuff not work. I'll give this a try though, thanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|