Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > ibProArcade Archive

Reply
 
Thread Tools
Latest Arcade Score (more than one?) Details »»
Latest Arcade Score (more than one?)
Version: , by Nintendo-Daily Nintendo-Daily is offline
Developer Last Online: Mar 2011 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 12-14-2008 Last Update: Never Installs: 0
 
No support by the author.

Does anyone know what file I need to edit so that more than one result is listed for the "Latest Arcade Score" area?

The Stifmeister2 referred me here so I am thinking someone here might know how to do this.

Thank You

Show Your Support

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

Comments
  #32  
Old 01-09-2009, 07:16 PM
GreasySpoon GreasySpoon is offline
 
Join Date: Dec 2007
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You're welcome. I hope you will get it work.
Reply With Quote
  #33  
Old 01-09-2009, 08:15 PM
Nintendo-Daily's Avatar
Nintendo-Daily Nintendo-Daily is offline
 
Join Date: Nov 2008
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, I just made the changes again and guests still cannot view the latest scores. It still returns "array." If you want to look at the page, just go here:

http://nintendo-daily.com/arcade.php?
Reply With Quote
  #34  
Old 01-09-2009, 09:04 PM
GreasySpoon GreasySpoon is offline
 
Join Date: Dec 2007
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It looks like you have forget one step in the skin script and it is not the block style for what my modification was.

Could you please attach the skin script, so i can take a look on it?
Reply With Quote
  #35  
Old 01-09-2009, 09:10 PM
Nintendo-Daily's Avatar
Nintendo-Daily Nintendo-Daily is offline
 
Join Date: Nov 2008
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the arcade_skin.php?
Reply With Quote
  #36  
Old 01-09-2009, 09:16 PM
GreasySpoon GreasySpoon is offline
 
Join Date: Dec 2007
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After a have looked at your forum, i think i know what the problem is. You are using an other style for arcade, not this one for which the modification was.

Do the following steps in the skin_v3Arcade.php file.

Find (in the function start()):
PHP Code:
$totalstext $totalstext $ibforums->lang['infobox_title7']; 
Add below:
PHP Code:
for ($i 0$count count($latestinfo); $i $count$i++)
{
    
$latestscores .= "<tr>
        <td align=\"left\">
            " 
$latestinfo[$i] . "<br />
        </td>
        <td align=\"right\">
            " 
$clicktoplay['click'][$i] . "
        </td>
    </tr>"
;

Find (in the "return <<<EOF" part):
PHP Code:
<tr>
                                                                            <
td align="left">
                                                {
$latestinfo}<br />
                                                                                </
td>
                                            <
td align="right">
                                                {
$clicktoplay['click']}
                                            </
td>
                                        </
tr
Replace with:
PHP Code:
{$latestscores
Greets
Reply With Quote
  #37  
Old 01-09-2009, 09:19 PM
Nintendo-Daily's Avatar
Nintendo-Daily Nintendo-Daily is offline
 
Join Date: Nov 2008
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think I figured it out

--------------- Added [DATE]1231543207[/DATE] at [TIME]1231543207[/TIME] ---------------

yep That's exactly what it was. I have 2 skins so I have to modify both. Thanks soo much for your assistance
Reply With Quote
  #38  
Old 01-09-2009, 09:20 PM
GreasySpoon GreasySpoon is offline
 
Join Date: Dec 2007
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Congratulation

Have fun and good night.
Reply With Quote
  #39  
Old 01-09-2009, 09:28 PM
Nintendo-Daily's Avatar
Nintendo-Daily Nintendo-Daily is offline
 
Join Date: Nov 2008
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks you too...I am kicking myself in the butt for over-looking this. This code is exactrly what I was looking for. If I could rep you for the code I would. Thanks a TON!! Ah what the heck...I am going to rep you anway...

*ND reps GreasySpoon +10 points
Reply With Quote
  #40  
Old 01-09-2009, 09:33 PM
GreasySpoon GreasySpoon is offline
 
Join Date: Dec 2007
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Really, it's not a big deal. I'm happy, that i could help you.

Thanks for the rep

But now, i have to go to bed. It's 12:32 am in Germany.

cu
Reply With Quote
  #41  
Old 01-11-2009, 04:45 PM
Nintendo-Daily's Avatar
Nintendo-Daily Nintendo-Daily is offline
 
Join Date: Nov 2008
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One more problem...the arcade's leaderboard doesn't seem to be adding up the scores correctly. Anyone know why this is? Additionally, I cleared the scores but the "King of the Arcade" did not clear. How do I clear the King of the Arcade?
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 08:44 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.04679 seconds
  • Memory Usage 2,310KB
  • 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
  • (4)bbcode_php
  • (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