in your ibProArcade2.7.0+.zip file. you'll see a bunch of html files and text files..
Open up Installation - vBulletin 3.5.x-3.8.x + 4.x - english.html
you'll see where it needs to go
I posted above assuming everyone has read the instructions for installation..
this is why everything is not in detail
--------------- Added [DATE]1283198473[/DATE] at [TIME]1283198473[/TIME] ---------------
Start off by uploading all the files needed.
- The entire /arcade folder to your forum's root directory
- The files in the /admincp folder to your forum's /admincp folder
- The files in /includes/xml folder to your forum's /includes/xml folder
- arcade.php and holdsession.php to your forum's root folder
Now CHMOD the
/arcade directory and all its subfolders to 0777
Make sure that there is no installer.php in your forum's root directory, if so -> delete them !
Open your AdminCP and do the following:
- Open the Menu Plugin-System
- Click Manage Products
- Click [Add/Import Product]
- Enter the path to the Product-XML-File: ./includes/xml/product-ibproarcade.xml and click IMPORT
- Confirm the Import of that Product
- Ready - the Hack is installed !
Now you have to change some templates:
Stay in the AdminCP:
- Open the Menu Styles & Templates
- Click Style Manager
- Select "Edit Templates" in the Dropdown-Menu
- Scroll down and double-click on Postbit Templates
- Choose postbit and click CUSTOMIZE in the right menu
- vBulletin 3.x - Search for:
<td valign="top" nowrap="nowrap">
- Below add:
<div class="smallfont">$post[crowns]$post[champtext]<br /></div>
- vBulletin 4.x - Search for:
<dl class="userstats">
- Below add:
{vb:raw post.crowns}{vb:raw post.champtext}<br />
- Click SAVE and edit the Template postbit_legacy
- vBulletin 3.x - Search for:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
- Above add:
$post[crowns]$post[champtext]<br />
- vBulletin 4.x - Search for:
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
- Above add:
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
- click SAVE and edit the Template navbar (below "Navigation/Breadcrumb Templates")
In this navbar-Template search for:
vBulletin 3.x
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Below add:
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>
vBulletin 4.x
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
Below add:
<li><a href="arcade.php{vb:raw session.sessionurl_q}">Arcade</a></li>
click SAVE.
Now you should:
- Expand the menu "Arcade" in the left AdminCP-menu
- Click Group Permissions
- Adjust the permissions the way you want
Check out the
Arcade Main Settings if everything fits your ideas. Click
Categories in the left menu, click
SAVE - there is no need to change anything, just save the settings once.
Finally click on
INFORMATION and check if there is a notice about any .php-file to be adapted.