Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
Arcade Page Mod Details »»
Arcade Page Mod
Version: 1.00, by ^FalcoN_65^ ^FalcoN_65^ is offline
Developer Last Online: Mar 2012 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 3.6.8 Rating:
Released: 12-11-2007 Last Update: Never Installs: 0
Template Edits
 
No support by the author.

This is not really a mod per se, so admins or mods please feel free to reclass and move to where appropriate.

I have the ibProArcade v2.5.7+arcade installed and myself and many others wanted a way to quickly find games with no highscore after they reset (so we can pad our rankings

Anyway, my ideal eventual goal is to add a sorting paramater for the games in the arcade admin cp to add the option of sorting by whether there is no score or not.

But since I am no coder and just want to make these games highly visible, I just edited the code in aracde.php as follows:

Find the following text in arcade.php:

Code:
else
        {
        $actualtop['name'] = "<i>{$ibforums->lang['noscorestored']}</i>";
        $actualtop['score'] = "&nbsp;";
        }

And replace it with


Code:
else
        {
        $actualtop['name'] = "<i><b><font color=yellow><font size=5>{$ibforums->lang['noscorestored']}</font></font></b></i>";
        $actualtop['score'] = "&nbsp;";
        }


Which will simply make it big and yellow, as shown here in this screenshot:





Obviously the color and size could be adjusted to suit your site styles. Anyhow this is probably the lamest thing ever done, but I post it on the off chance someone else wanted a way to make the "no high score" games stand out.

Show Your Support

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

Comments
  #2  
Old 12-11-2007, 10:47 PM
Animecraving Animecraving is offline
 
Join Date: Nov 2007
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is like nothing but just add color code in...
Reply With Quote
  #3  
Old 12-11-2007, 11:32 PM
^FalcoN_65^'s Avatar
^FalcoN_65^ ^FalcoN_65^ is offline
 
Join Date: Feb 2002
Location: Tennessee
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, which is why I said that it is the lamest thing ever done. If anyone wants to discuss actually modding the code for sorting the order of the games displayed, I am all for actually doing something like that.

Like I said above, this isn't really a mod of operational code, but it served a purpose for my users.
Reply With Quote
  #4  
Old 12-13-2007, 06:54 PM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

using v2.5.7+ you are recommended to update to v2.6.5+ IMMEDIATLY as ll versions prior to v2.6.1+ have a security-issue ...
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 04:51 PM.


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.05848 seconds
  • Memory Usage 2,219KB
  • Queries Executed 17 (?)
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
  • (2)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (3)postbit
  • (4)postbit_onlinestatus
  • (4)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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete