The Arcive of vBulletin Modifications Site. |
|
V3arcade - Show Last Score News Details »»
|
|||||||||||||||||||||||||
This Modification show the last scores and the games played in V3arcade main page.
I do not know if the next version of v3arcade taught also the latest scores, but this modification is a way for it. Fully phrased modification. Tested in Vbulletin 3.5.3 and V3arcade 1.0.2 Products to import: (1) - product-v3arcade_score_news_english.xml or product-v3arcade_score_news_spanish.xml Templates to edit: (1) - arcade_main Templates Added: (2) - arcade_scor_bit & arcade_scor_bit_first Phrases Added: (4) DB changes: Add new fields in arcade_news_scor Instructions...
HTML Code:
<tbody id="collapseobj_newsandevents" style="$vbcollapse[collapseobj_newsandevents]"> <tr align="center"> <td class="alt1" valign="top" style="padding: 0px"> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> $newsbits </table> </td> </tr> </tbody> Bellow add HTML Code:
<thead> <tr align="center"> <td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('newscorevents')"><img id="collapseimg_newscorevents" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_newscorevents].gif" alt="" border="0" /></a>$vbphrase[newscorevents]</td> </tr> </thead> <tbody id="collapseobj_newscorevents" style="$vbcollapse[collapseobj_newscorevents]"> <tr align="center"> <td class="alt1" valign="top" style="padding: 0px"> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> $scorbits </table> </td> </tr> </tbody>
PHP Code:
PHP Code:
PHP Code:
PHP Code:
Search PHP Code:
PHP Code:
If your like this modification, please click Install Sorry for my very bad english ...:nervous: Supporters / CoAuthors Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
hey thanks
there is two issues the first code error here your code must be PHP Code:
} at the end if not it will give error the second thing Is that the Last Scores menu doesn't show any thing exept "Instalation of Show last Scores - Done!!" phrase knowing that i have played some games & get in some hight scores & in some not hight score this is my arcade |
|
#3
|
|||
|
|||
|
Ok great work, been waiting on some new mods for the arcade, cant wait til the actual arcade gets its next update this month.
|
|
#4
|
||||
|
||||
|
yes the code is bad .. sorry.
The code is PHP Code:
PHP Code:
test it .. |
|
#5
|
||||
|
||||
|
its not working on 1.0.5 anymore :S
|
|
#6
|
||||
|
||||
|
Quote:
|
|
#7
|
||||
|
||||
|
ummm its working on 1.0.6 now lol... don know whats the reason that was not working in 1.0.5 :/
|
|
#8
|
||||
|
||||
|
I don't have neither idea, because it work for my well with the version 1.0.5 .The version 1.0.6 isn't most different.
|
|
#9
|
|||
|
|||
|
How do you amend how many last scores show? At the moment, there's 10 by default and I only want to display 5.
|
![]() |
|
|