View Single Post
  #5  
Old 08-30-2010, 06:58 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02480 seconds
  • Memory Usage 1,779KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete