- Desde
- 27 Dic 2009
- Mensajes
- 87
hola, una consulta nuevamente, recién instale el hack ibProArcade - professional Arcade System - vBulletin.org Forum que según dice en el mismo link es compatible con vB 4.0.x pero en reumen no me funciona, en si solo dice subir los archivos a la ftp darle permisos a la carpeta árcade, copiar 3 lineas de codigo en 3 plantillas y nada mas, con eso en la navbar aparece un enlace de nombre "Árcade" el problema empieza hay mismo ya que ese botón no aparece en la navbar, en el panel de vbulletin tengo el menú de ibproarcade cambie los permisos para que sea visible para todos etc.. pero el botón no aparece, en si mi dudas es que si este hack todavía no es 100% compatible con vb 4.x no andaría bien pero el botón tendría que aparecer igual o me equivoco en eso? aunque aclaro que el botón para la navbar es uno de los códigos que se agregan a la plantilla, dejo las plantillas y los codigos que hace agregar si hace falta algo mas avísenme, desde ya gracias
esas son las instrucciones que vienen junto al hack, y la verdad son bastante simples solo es "subir los archivos, dar permisos, buscar, copiar y pegar el codigo y dar permisos a los grupos de usuarios" osea es sumamente facil :$ por eso mismo es que no se si algo hice mal o si es que no es compatible en realidad con vb4.0.x
Insertar CODE, HTML o PHP:
Start off by uploading all the files needed.
[LIST]
[*]The entire [B]/arcade[/B] folder to your forum's root directory
[*]The files in the /admincp folder to your forum's [B]/admincp[/B] folder
[*]The files in /includes/xml folder to your forum's [B]/includes/xml[/B] folder
[*][B][I]arcade.php[/I][/B] and [B][I]holdsession.php[/I][/B] to your forum's root folder
[/LIST]
Now CHMOD the [B]/arcade[/B] directory and all its subfolders to 0777
[I]Make sure that there is no [B]installer.php[/B] in your forum's root directory, if so -> delete them ![/I]
Open your AdminCP and do the following:
[LIST]
[*]Open the Menu [B]Plugin-System[/B]
[*]Click [B]Manage Products[/B]
[*]Click [B][Add/Import Product][/B]
[*]Enter the path to the Product-XML-File: [B]./includes/xml/product-ibproarcade.xml[/B] and click IMPORT
[*]Confirm the Import of that Product
[*]Ready - the Hack is installed !
[/LIST]
Now you have to change some templates:
Stay in the AdminCP:
[LIST]
[*]Open the Menu [B]Styles & Templates[/B]
[*]Click [B]Style Manager[/B]
[*]Select "Edit Templates" in the Dropdown-Menu
[*]Scroll down and double-click on [B]Postbit Templates[/B]
[*]
[*]Choose [B]postbit[/B] and click CUSTOMIZE in the right menu
[*][COLOR=#FF0000][B]vBulletin 3.x[/B][/COLOR] - Search for:
[/LIST]
<td valign="top" nowrap="nowrap">
[B]Below[/B] add:
<div class="smallfont">$post[crowns]$post[champtext]<br /></div>
[COLOR=#FF0000][B]vBulletin 4.x[/B][/COLOR] - Search for:
<dl class="userstats">
[B]Below[/B] add:
{vb:raw post.crowns}{vb:raw post.champtext}<br />
[LIST]
[*]Click SAVE and edit the Template [B]postbit_legacy[/B]
[*]
[*][COLOR=#FF0000][B]vBulletin 3.x[/B][/COLOR] - Search for:
[/LIST]
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
[B]Above[/B] add:
$post[crowns]$post[champtext]<br />
[COLOR=#FF0000][B]vBulletin 4.x[/B][/COLOR] - Search for:
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
[B]Above[/B] add:
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
[LIST]
[*]click SAVE and edit the Template [B]navbar[/B] (below "Navigation/Breadcrumb Templates")
[/LIST]
In this navbar-Template search for:
[COLOR=#FF0000][B]vBulletin 3.x[/B][/COLOR]
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
[B]Below[/B] add:
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>
[COLOR=#FF0000][B]vBulletin 4.x[/B][/COLOR]
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
[B]Below[/B] add:
<li><a href="arcade.php{vb:raw session.sessionurl_q}">Arcade</a></li>
click SAVE.
Now you should:
[LIST]
[*]Expand the menu "Arcade" in the left AdminCP-menu
[*]Click [B]Group Permissions[/B]
[*]Adjust the permissions the way you want
[/LIST]
Check out the [B]Arcade Main Settings[/B] if everything fits your ideas. Click [B]Categories[/B] in the left menu, click [B][I]SAVE[/I][/B] - there is no need to change anything, just save the settings once.
Finally click on [B]INFORMATION[/B] and check if there is a notice about any .php-file to be adapted.
The Arcade is ready to play - enjoy !
esas son las instrucciones que vienen junto al hack, y la verdad son bastante simples solo es "subir los archivos, dar permisos, buscar, copiar y pegar el codigo y dar permisos a los grupos de usuarios" osea es sumamente facil :$ por eso mismo es que no se si algo hice mal o si es que no es compatible en realidad con vb4.0.x