Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
v3arcade Leader Board v1.6.0 Details »»
v3arcade Leader Board v1.6.0
Version: 1.6.0, by Oblivion Knight Oblivion Knight is offline
Developer Last Online: Nov 2016 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 10-21-2005 Last Update: 11-29-2005 Installs: 158
Uses Plugins Template Edits
Code Changes Additional Files  
No support by the author.

This modification displays the top X players of your arcade.

v1.6.0 is an upgraded version of v1.5, which was previously a beta. This brings a couple of new options to the mix in preparation for v2.0 (hopefully a 100% plugin without code modification). If you wish to convert more than the top 3 ranks in to images, you will have to design these yourself and upload them as kingx.gif (replace x with the rank number).

If you attempt to edit the arcade_king_bit template, vBulletin will report a malformed statement. Ignore this, it works fine..


Compatability: 1.0.0 - 1.0.2.1
Screenshots attached..

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #102  
Old 05-04-2006, 06:35 PM
stud stud is offline
 
Join Date: May 2004
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

awesome - much appreciated Oblivion! If you can manage to have a mini-leaders board (# shown customizable in admincp) that shows up on both CMPS and the Arcade.php - this would be a VERY cool mod.
Reply With Quote
  #103  
Old 05-20-2006, 05:17 AM
iamyp iamyp is offline
 
Join Date: Dec 2005
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi, is there a way to put the stats into a separate page? rather than a hover over link? coz i use mkportal and when i hover over the link the entire page shows >.<
Reply With Quote
  #104  
Old 05-27-2006, 03:32 PM
Nathan2006's Avatar
Nathan2006 Nathan2006 is offline
 
Join Date: Feb 2006
Location: UK
Posts: 862
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you Oblivion Knight

Working great!

Install
Reply With Quote
  #105  
Old 05-30-2006, 12:51 PM
stud stud is offline
 
Join Date: May 2004
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any updates on your plans to create a CMPS and arcade.php addition?
Reply With Quote
  #106  
Old 05-30-2006, 05:36 PM
HS2005's Avatar
HS2005 HS2005 is offline
 
Join Date: Jan 2006
Location: Earth
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

another great plugin by Oblivion Knight :
The code though was a little different
Reply With Quote
  #107  
Old 06-03-2006, 06:26 AM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stud
Any updates on your plans to create a CMPS and arcade.php addition?
No, sorry..

There won't be any more updates until v3arcade 1.1.0 is released.
Reply With Quote
  #108  
Old 08-28-2006, 03:50 AM
Jeordie015 Jeordie015 is offline
 
Join Date: Nov 2002
Location: Illinois, USA
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by glorify
I have it installed and played with the link from the arcade home a tad. My html isn't great but this worked fine.

Instead of editing the arcade_main as per your instructions, I edited it this way:

Find:
Code:
<div class="smallfont" style="padding: 4px">$vbphrase[searchresultsappearbelow]</div>
</div>
	  </td>
	</tr>
</tbody>
Add Under:
Code:
<thead>
	<tr align="center">
	  <td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('leaderboard')"><img id="collapseimg_leaderboard" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_leaderboard].gif" alt="" border="0" /></a>Arcade Kings</td>
	</tr>
</thead>
<tbody id="collapseobj_leaderboard" style="$vbcollapse[collapseobj_leaderboard]">
	<tr align="left">
	  <td class="alt1" valign="top" style="padding: 4px">
		  <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
		  <div class="smallfont">Are you the King?  Check out our <a href="$vboptions[bburl]/arcade.php?$session[sessionurl]do=lboard"><strong>$vbphrase[leader_board]</strong></a> to view the top 10 players!</div>
		  </table>
	  </td>
	</tr>
</tbody>
If you see anything that needs to be cleaned up, lemme know. Attached is the result:
I'm wanting to get it to look like this in my arcade, but when I used your instructions, it's putting the Arcade Kings header table above the Logged in as table, and the bit with the link to the leader board is under the search area.
Reply With Quote
  #109  
Old 08-30-2006, 04:30 AM
bacardioverdose bacardioverdose is offline
 
Join Date: Aug 2006
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

remove the Thead tags and it should work. Here is the edited code below.

Code:
	<tr align="center">
	  <td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('leaderboard')"><img id="collapseimg_leaderboard" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_leaderboard].gif" alt="" border="0" /></a>Arcade Kings</td>
	</tr>
<tbody id="collapseobj_leaderboard" style="$vbcollapse[collapseobj_leaderboard]">
	<tr align="left">
	  <td class="alt1" valign="top" style="padding: 4px">
		  <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
		  <div class="smallfont">Are you the King?  Check out our <a href="$vboptions[bburl]/arcade.php?$session[sessionurl]do=lboard"><strong>$vbphrase[leader_board]</strong></a> to view the top 10 players!</div>
		  </table>
	  </td>
	</tr>
</tbody>
Reply With Quote
  #110  
Old 10-01-2006, 10:21 PM
B3y0nd B3y0nd is offline
 
Join Date: Mar 2006
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Getting a parse error when I try to follow your intructions editing the arcade.php file. I am running vB 3.6.1 and have the newest v3arcade version 1.0.7

Parse error:

Parse error: syntax error, unexpected ',', expecting ')' in /home/*****/public_html/forum/arcade.php on line 74

I edited the arcade.php file with notepad. Is that the issue or is it something else?

I'd really like to get this to work.
Reply With Quote
  #111  
Old 10-31-2006, 11:31 PM
shaynehammy shaynehammy is offline
 
Join Date: Jan 2006
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Woah! Help please. I have 3.5.4 and installed this as per the instructions and my arcade would not show up (just a blank page).

I then reversed all the changes and uninstalled and it still doenst show up. Please help!! There doenst seem to be a download for V3 Arcade for 3.5.4 anywhere so that i can reinstall.

Thoughts, comments please.

Thanks

Shayne
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:25 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05413 seconds
  • Memory Usage 2,314KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete