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

Reply
 
Thread Tools
Top ibProArcade Champs on Forum Home Details »»
Top ibProArcade Champs on Forum Home
Version: 1.0, by stangger5 stangger5 is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.7 Rating:
Released: 02-08-2007 Last Update: Never Installs: 172
Supported Uses Plugins Template Edits
 

This shows Top ibProArcade Champs on Forum Home..

///Add 1 phrases///

Languages & Phrases >> Phrase Manager >> Add New Phrase :

Varname: x_ibp_champions
Text: Top ibProArcade Highscore Champions

Save...


///Import Product: ibp-champs-forum-home.xml///

Plugins & Products >> Download / Upload Plugins : Upload the ibp-champs-forum-home.xml file from your computer.


///Edit 1 template///

//forum home template: FORUMHOME

//Find:

$navbar


//Below add:

Code:
<!-- ibp champs on forumhome -->

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">

<tr>
		<td class="tcat" colspan="2">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_arcade_top_three_stats')"><img id="collapseimg_forumhome_arcade_stats" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_arcade_stats].gif" alt="" border="0" /></a>
			<phrase 1="$vboptions[bbtitle]">$vbphrase[x_ibp_champions]</phrase>
		</td>
	</tr>
</tbody>


<tbody  id="collapseobj_forumhome_arcade_top_three_stats" style="$vbcollapse[collapseobj_forumhome_arcade_top_three_stats]">
	<tr>
		
		<td class="alt1" width="100%">
		<div class="smallfont">
			
<center>
<img src="$vboptions[bburl]/arcade/images/1st.gif" border=0 hspace=2 vspace=1 align=absmiddle><b>$champcatid0</b>:(<i><b>$champgcount0</b> Highscores</i>)   &nbsp;&nbsp;
<img src="$vboptions[bburl]/arcade/images/2nd.gif" border=0 hspace=2 vspace=1 align=absmiddle><b>$champcatid1</b>:(<i><b>$champgcount1</b> Highscores</i>)   &nbsp;&nbsp;
<img src="$vboptions[bburl]/arcade/images/3rd.gif" border=0 hspace=2 vspace=1 align=absmiddle><b>$champcatid2</b>:(<i><b>$champgcount2</b> Highscores</i>)
</center>

	</div>
		</td>
	</tr>
</table>

<br />
<!-- /ibp champs on forumhome -->
///thats it///
Enjoy
stanger5

If you use this add-on,,please Mark as Installed..

This modification may not be copied, reproduced, published or posted for download elsewhere without my permission.

Show Your Support

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

Comments
  #2  
Old 02-09-2007, 03:59 AM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reserved....
Reply With Quote
  #3  
Old 02-09-2007, 05:25 AM
rapfx rapfx is offline
 
Join Date: Aug 2005
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works great for me.
Reply With Quote
  #4  
Old 02-22-2007, 08:03 PM
katilkuzu's Avatar
katilkuzu katilkuzu is offline
 
Join Date: Feb 2006
Location: Istanbul
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

really great jop dude... installed*

also i want to ask, is it posiblle to show the new games and populer games on forumhome? like topx5?!!!
Reply With Quote
  #5  
Old 02-27-2007, 12:43 PM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by katilkuzu View Post

also i want to ask, is it posiblle to show the new games and populer games on forumhome? like topx5?!!!

Yes,,it can be done...
Reply With Quote
  #6  
Old 02-27-2007, 05:05 PM
BigJimTheLug BigJimTheLug is offline
 
Join Date: Nov 2006
Posts: 354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rapfx View Post
works great for me.
Me too!

I needed this, thanks.

I displayed one of my member's top score on my forum home and he went nuts.
This type of hack enhances and bonds any community and gives an incentive to play the games.

So cool, thank you.

Installed.
Reply With Quote
  #7  
Old 03-27-2007, 07:48 AM
abdulla1 abdulla1 is offline
 
Join Date: Sep 2006
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can i add it below the forum statistics instead of the top?

thanks
Reply With Quote
  #8  
Old 04-10-2007, 09:05 AM
BarryoBrien BarryoBrien is offline
 
Join Date: Jan 2007
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your mod messed up my system

I had to delete the arcade because of bandwith usage im after running into a problem I cant enter the site now here the error message


Invalid SQL:
SELECT champ_gid AS gid, champ_mid AS userid, champ_name AS name, COUNT(champ_mid) AS total
FROM games_champs
GROUP BY userid
ORDER BY total DESC LIMIT 3;

MySQL Error : Table 'audioma_forum.games_champs' doesn't exist
Error Number : 1146
Date : Monday, April 9th 2007 @ 11:02:16 AM
Script : http://www.websiteforumz.com/index.php
Referrer :
IP Address : 194.165.169.156
Username : Barry
Classname : vb_database

Can you help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!

All i deleted was the code i put in for it the var name and the products its self can you help
Reply With Quote
  #9  
Old 04-10-2007, 04:13 PM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

games_champs is one of the tables ibproarcade creates when installed..
If you dont have games_champs and you dont by looking at that data base error,,,you must have anther arcade installed...

Did you have v3arcade installed ??

You should have only got this error on the homepage...
You still could have logged into the admincp,,just type in your site and put admincp.php at the end instead of index.php..
Once in the admincp,, uninstalled the add-on...
Reply With Quote
  #10  
Old 04-10-2007, 07:39 PM
mattswanson mattswanson is offline
 
Join Date: Oct 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by katilkuzu View Post
really great jop dude... installed*

also i want to ask, is it posiblle to show the new games and populer games on forumhome? like topx5?!!!
I would be interested in this as well, though I'd like to add them them in a sidebar if possible.
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 09:03 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.07232 seconds
  • Memory Usage 2,298KB
  • Queries Executed 23 (?)
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
  • (1)bbcode_code
  • (3)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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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