vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - v3 arcade High-score Champs on Forum Home (https://vborg.vbsupport.ru/showthread.php?t=140149)

stangger5 02-21-2007 10:00 PM

v3 arcade High-score Champs on Forum Home
 
Shows v3 arcade High-score Champs on Forum Home..Version 1.0

///Add 3 images///

Add the images to the images/arcade folder..


///Add 1 phrases///

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

Varname: v3arcade_champions
Text: v3arcade High-score Champions

Save...


///Import Product: v3arcade_champs_on_forum_home.xml///

Plugins & Products >> Download / Upload Plugins : Upload the
v3arcade_champs_on_forum_home.xml file from your computer.


///Edit 1 template///

//forum home template: FORUMHOME//

//Find:

$navbar


//Below add:

Code:

<!-- v3arcade 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_v3arcade_champs')"><img id="collapseimg_forumhome_v3arcade_champs" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_v3arcade_champs].gif" alt="" border="0" /></a>
                        <phrase 1="$vboptions[bbtitle]">$vbphrase[v3arcade_champions]</phrase>
                </td>
        </tr>
</tbody>


<tbody  id="collapseobj_forumhome_v3arcade_champs" style="$vbcollapse[collapseobj_forumhome_v3arcade_champs]">
        <tr>
               
                <td class="alt1" width="100%">
                <div class="smallfont">
                       
<center>
<img src="$vboptions[bburl]/images/arcade/1st.gif" border=0 hspace=2 vspace=1 align=absmiddle><b>$champv3username0</b>:(<i><b>$champv3highscorerid0</b> High-scores</i>)  &nbsp;&nbsp;
<img src="$vboptions[bburl]/images/arcade/2nd.gif" border=0 hspace=2 vspace=1 align=absmiddle><b>$champv3username1</b>:(<i><b>$champv3highscorerid1</b> High-scores</i>)  &nbsp;&nbsp;
<img src="$vboptions[bburl]/images/arcade/3rd.gif" border=0 hspace=2 vspace=1 align=absmiddle><b>$champv3username2</b>:(<i><b>$champv3highscorerid2</b> High-scores</i>)
</center>

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

<br />

<!-- /v3arcade 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.

Invalid ID 02-22-2007 03:41 PM

I saw it first... :)

Any Demo or Screen Shots?

stangger5 02-22-2007 03:47 PM

Screen Shot added...

projectego 02-22-2007 04:21 PM

Nice one! Thanks a bunch, stangger5! ;)

stangger5 02-22-2007 04:32 PM

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

Invalid ID 03-01-2007 12:46 AM

Got an error, so uninstalled, yet getting the following error:

Code:

Database error in vBulletin 3.6.4:

Invalid SQL:

        SELECT COUNT(games.highscorerid) AS count, user.username, 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 count DESC, user.userid ASC
LIMIT 3;

MySQL Error  : Table 'apni_forum.arcade_games' doesn't exist
Error Number : 1146

How can I remove this error?

Note: I have already undone all the steps I took to install it.

stangger5 03-03-2007 01:14 AM

This add-on is for v3arcade...

If you dont have arcade_games table,,your not useing v3arcade..

Deadly Assassin 03-04-2007 03:31 AM

Brilliant!! :up:

http://www.game-image.com/uploads/ce589090b0.jpg

badboyz 03-08-2007 12:30 AM

not showing the user name :(

stangger5 03-08-2007 01:26 AM

Quote:

Originally Posted by badboyz (Post 1198454)
not showing the user name :(

What arcade are you useing badboyz,,,v3arcade or ibProarcade ??

You posted in the ibProArcade section,,that you was having problems with ibProArcade...

The add-on in this thread is for v3arcade...

If you want this add-on for ibProArcade,,, click here ..

hhsix 03-12-2007 12:03 PM

GREAT! I posted at v3 as well... nice work!

Philipaclayton 05-08-2007 07:56 PM

installed. great mod :)

tunamix 06-06-2007 02:08 PM

Installed!

Thanks for the great mod, see it in action http://upunk.com

- tuna

ERuiz 06-26-2007 01:16 AM

Awesome! It looks sweet! But I have a question though. I placed this mod so that it showed up on the arcade main page. I think it looks more in place, by being within the arcade page.

Everything shows up EXCEPT the member's names and high-score totals. Only these two values don't appear. The rest does.

What would be the issue?

EDIT: Nevermind!! I figured it out. I simply changed the hook of the plugin from forumhome_complete to arcade_main_complete. That did the trick!

compact123 07-03-2007 11:27 PM

Installed!

Thanks

hobsdv 08-05-2007 08:03 AM

thanks for this looks good

kiwivc 09-29-2007 10:26 AM

Installed ... worked without any problems. Thnx :)

touba 11-25-2007 09:38 PM

Quote:

Originally Posted by ERuiz (Post 1276594)
EDIT: Nevermind!! I figured it out. I simply changed the hook of the plugin from forumhome_complete to arcade_main_complete. That did the trick!

and what is the hook for displaying in all pages of forum ?

i've tried global_start but i have a blank page on forum index :(

thanks for help :up:

touba 11-26-2007 05:58 PM

nobody knows ? :(

stangger5 11-26-2007 10:44 PM

global_start should work...
Did you get any kind of error on the blank page ??

Are you sure you tried global_start and not global_complete ??

touba 11-26-2007 11:55 PM

hi stangger5,

you're right, i used global_complete and not global_start... it works fine now :up:

thank you so much :)

yeku 12-15-2007 08:45 AM

Not working, problem whit table, desinstalled, sorry

stangger5 12-15-2007 09:48 AM

Quote:

Originally Posted by yeku (Post 1401428)
Not working, problem whit table, desinstalled, sorry

What arcade do you have installed,,,v3arcade or ipbroarcade ??

danielc2384 03-03-2008 01:00 PM

It dosent seem to be showing the usernames of the people with the high scores.

https://vborg.vbsupport.ru/external/2008/03/60.jpg

https://vborg.vbsupport.ru/external/2008/03/61.jpg

flapjack 05-12-2008 06:12 PM

This doesn't work with vbulletin 3.7 (v3arcade 1.07)

:(

stangger5 05-12-2008 09:27 PM

Updated version posted here..

ouch 04-25-2009 05:38 PM

Quote:

Originally Posted by ERuiz (Post 1276594)
Awesome! It looks sweet! But I have a question though. I placed this mod so that it showed up on the arcade main page. I think it looks more in place, by being within the arcade page.

Everything shows up EXCEPT the member's names and high-score totals. Only these two values don't appear. The rest does.

What would be the issue?

EDIT: Nevermind!! I figured it out. I simply changed the hook of the plugin from forumhome_complete to arcade_main_complete. That did the trick!

This does not work for me urggh:( im using 3.8.2 with v3arcade i followed and completed the install instructions correctly but i cannot get the scores or users to display, everything else works ok.

my forums are located on http:// sitesname/indexf.php, so i tried global_complete and the site went into internal 500 error

Any idea's anyone , thanks.


All times are GMT. The time now is 11:45 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.01302 seconds
  • Memory Usage 1,774KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (27)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete