V3arcade - Show Last Score News
This modification is in the archives.
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:
'arcade_news_bit',
PHP Code:
'arcade_scor_bit_first',
PHP Code:
eval('$newsbits .= "' . fetch_template('arcade_news_bit') . '";');
PHP Code:
// MioTraGuSa Modification Last Scores
Search PHP Code:
// Save the session.
PHP Code:
// MioTraGuSa Modification Last Scores
If your like this modification, please click Sorry for my very bad english ...:nervous: Download This modification is archived and cannot be downloaded. Supporters / CoAuthors
Screenshots
|
Similar Mods
V3Arcade - Scrollable news / more news | vBulletin 3.0 Full Releases |
V3Arcade - So long 0 score posting | vBulletin 3.0 Full Releases |