Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

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

Category: Mini Mods - Version: 3.8.2 Rating:
Released: 03-31-2009 Last Update: 02-12-2010 Installs: 79
Supported Uses Plugins Template Edits
 

This shows v3arcade Champs on Forum Home v3..

(New) This version uses the new crowns from v3 Arcade 1.0.9..
(New) Username links to their profile..

Demo-www.next-level-arcade.com

1.
Import Product: v3_arcade_champs_on_forum_home.xml

Plugins & Products >> Manage Products >> [Add/Import Product]:
Upload the v3_arcade_champs_on_forum_home.xml file from your computer.

If you are using v2.0.0 use the v4_arcade_champs_on_forum_home.xml

2.
Edit 1 template

Styles & Templates >> Style Manager >> forum home template >> FORUMHOME
Find:

$navbar

Below add:
Code:
<!-- v3 Arcade champ on forumhome v3-->

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
		<td class="tcat" colspan="4">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_vchamp')"><img id="collapseimg_forumhome_vchamp" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_vchamp].gif" alt="" border="0" /></a><a href="$vboptions[bburl]/arcade.php?" rel="nofollow">v3 Arcade Champs</a>		</td>
	</tr>
</thead>

<tbody  id="collapseobj_forumhome_vchamp" style="$vbcollapse[collapseobj_forumhome_vchamp]">
         <tr>
                   <td class="alt1" align="center" "smallfont"> 
                     <div class="smallfont">
                         $v3_top_three
                      </div>
                  </td>
        </tr> 
</tbody>
</table>
<br />

<!-- v3 Arcade champ on forumhome v3-->
Enjoy
stanger5

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

Download Now

File Type: zip v3_arcade_champs_forum_home_v3.zip (1.4 KB, 448 views)
File Type: zip v4_arcade_champs_forum_home.zip (1.4 KB, 117 views)

Show Your Support

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

Comments
  #12  
Old 05-03-2009, 01:43 PM
Sascha108 Sascha108 is offline
 
Join Date: Apr 2009
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great hack, although the winner smilies do not show up besides the names. Any ideas?
Reply With Quote
  #13  
Old 06-02-2009, 08:25 PM
Deviant K1 Deviant K1 is offline
 
Join Date: Aug 2008
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed!!!!

Thanks!
Reply With Quote
  #14  
Old 06-02-2009, 10:28 PM
ArnyVee's Avatar
ArnyVee ArnyVee is offline
 
Join Date: Mar 2008
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My arcade has had some good activity lately so I wanted to add this mod. But, is there a way to make it in a side column versus across the site?
Reply With Quote
  #15  
Old 06-27-2009, 06:04 AM
phoang phoang is offline
 
Join Date: Jun 2009
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to display more than top 3? Maybe top 5 or 10?

Thanks
Reply With Quote
  #16  
Old 06-27-2009, 03:58 PM
SpeedyHire SpeedyHire is offline
 
Join Date: Apr 2005
Location: wales
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does this work for ibProArcade v2.6.8+??

looks nice work
Reply With Quote
  #17  
Old 08-12-2009, 07:05 AM
yeshoward yeshoward is offline
 
Join Date: Mar 2007
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

downloaded, but how to make this show on arcade home only instead of whole forum home?
Reply With Quote
  #18  
Old 08-12-2009, 08:50 AM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dont do the FORUMHOME template edit..

Just add it to the arcade_main and arcade_main_alt template under $navbar..
Reply With Quote
  #19  
Old 12-08-2009, 09:38 PM
webmas.services webmas.services is offline
 
Join Date: Dec 2009
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ermm.... i cannot play
Reply With Quote
  #20  
Old 02-12-2010, 11:22 PM
Sayid Sayid is offline
 
Join Date: Jan 2009
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got this after upgrading to v3arcade 2.0.0

Quote:
Database error in vBulletin 3.8.4:

Invalid SQL:
SELECT COUNT(games.highscorerid) AS total, user.username,user.usergroupid, user.userid
FROM arcade_games AS games
LEFT JOIN user AS user ON (user.userid = games.highscorerid)
WHERE user.userid IS NOT NULL
GROUP BY user.username, user.userid
ORDER BY total DESC, user.userid ASC
LIMIT 3;

MySQL Error : Table 'fixed_latin.arcade_games' doesn't exist
Error Number : 1146
Request Date : Saturday, February 13th 2010 @ 04:17:46 AM
Error Date : Saturday, February 13th 2010 @ 04:17:48 AM
Script : http://mysite/vb/index.php
Referrer : http://mysite/vb/showthread.php?t=2924
IP Address : 127.0.0.1
Username : legendary
Classname : vB_Database
MySQL Version : 5.0.51b-community-nt-log
It was working fine with v3arcade 111
please solve this my members really like this addon
Reply With Quote
  #21  
Old 02-12-2010, 11:43 PM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you mind pm`ing me a link to your site ??
Reply With Quote
Reply

Thread Tools

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 11:52 AM.


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.06080 seconds
  • Memory Usage 2,312KB
  • Queries Executed 26 (?)
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
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)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
  • (2)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete