vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - ibProArcade - professional Arcade System (https://vborg.vbsupport.ru/showthread.php?t=101554)

Xplorer4x4 12-09-2005 07:19 PM

Quote:

Originally Posted by utw-Mephisto
I found a good ( I guess ) Solution

https://vborg.vbsupport.ru/


When click :

https://vborg.vbsupport.ru/

To do it like that, put this code at the end of your headinclude template

Code:

<script type="text/javascript">
<!--
var SESSIONURL = "$session[sessionurl_js]";
var IMGDIR_MISC = "$stylevar[imgdir_misc]";

function showArcade(block) {
  block.nextSibling.nextSibling.style.display ="block";
  block.parentNode.removeChild(block);
}
// -->
</script>

Then, in postbit_legacy (I am not using postbit), put

Code:

<div class="Arcade">
 <input type="button" class="button" onClick="showArcade(this);" value="Arcade Highscore">
 <span class="content" style="display:none">$post[crowns]$post[champtext]</span>
</div>

in there :)

Another way (only one template edit - postbit_legacy)

http://img214.imageshack.us/img214/2165/10fl.jpg

https://vborg.vbsupport.ru/

Code:

<div class="smallfont" style="margin-bottom:2px"><b>Arcade:</b>
<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" >

<div style="display: none;">
$post[crowns]$post[champtext]
</div>
</div>
</div>


Method two did not work for me, did not try method one.

CBE 12-09-2005 07:27 PM

1 Attachment(s)
dear all ,,,,,

how can i delete this column ?????????


thx alot

Dadoo 12-09-2005 08:42 PM

Hello all !!!

i renew my felicitations for your hack Mr zeropage !!!!!

it's very fullfonctionally hack !!!

midaph 12-09-2005 08:44 PM

when i try to set a tournament i keep getting an error when entering users..its says : ERROR
You must enter a UserID greater than zero for all participants.

how do i fix this?

peterska2 12-09-2005 09:11 PM

Quote:

Originally Posted by midaph
when i try to set a tournament i keep getting an error when entering users..its says : ERROR
You must enter a UserID greater than zero for all participants.

how do i fix this?

Without stating the obvious, are you putting the userid number of the participants in the designated boxes and completing all boxes?

Synth 12-09-2005 10:35 PM

Is there a known issue with the tournament? I just created one for the first time tonight and when both players who are in the tournament click play the game doesn't show up for either.

solent 12-09-2005 10:49 PM

Have a silly question ?

If I fix the arcade.php to let me make a 1 letter cat instead of a 4 letter minimum will that screw anything

Looked and you only have to change 2 call outs in it.

The reason I am asking is I want to make a A thru Z catergories

In$ane 12-09-2005 11:45 PM

hi i would like to install it on the new version of vbulletin 3.5.2 i am running can it be installed...:)

peterska2 12-09-2005 11:47 PM

yes. i've done a successful install on 3.5.2

Synth 12-10-2005 12:04 AM

Quote:

Originally Posted by peterska2
yes. i've done a successful install on 3.5.2

as have I :)


All times are GMT. The time now is 11:54 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07282 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (7)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete