Back to vBulletin 3.5 Add-ons

V3Arcade Link to Games in News And Events
Mod Version: 1.00, by DjTaz

This modification is in the archives.
vB Version: 3.5.4 Rating: (0 vote - 0 average) Installs: 7
Released: 11 Jun 2006 Last Update: Never Downloads: 0
Not Supported Code Changes  

Someone on my forums asked me for this because when someone beat their score they wanted to be able to click into the game without having to search for it in the games listings , so i did it and may as well share the edits with everyone because its so simple.

--------------------------------------------------
step 1:
Open Arcade.php

find :
Code:
// Add a new news item, since there's a new champion for this game.
					$db->query_write("INSERT INTO " . TABLE_PREFIX . "arcade_news (newstext, newstype, datestamp) VALUES ('" . addslashes(construct_phrase($vbphrase['x_is_the_new_champion'], $vbulletin->userinfo['username'], $game['title'])) . "', 'auto', " . TIMENOW . ")");			}
and change to :
Code:
// Add a new news item, since there's a new champion for this game.
					$db->query_write("INSERT INTO " . TABLE_PREFIX . "arcade_news (newstext, newstype, datestamp) VALUES ('" . addslashes(construct_phrase($vbphrase['x_is_the_new_champion'], $vbulletin->userinfo['username'], $game['title'],$game[gameid])) . "', 'auto', " . TIMENOW . ")");
				}
(this just adds in a $game[gameid] to the database query)

UPLOAD arcade.php

---------------------------------------------------
step 2:

go to language and phrases in the adminCP

find $vbphrase[x_is_the_new_champion]

and change it from :
Code:
{1} is the new {2} champion!
to
Code:
{1} is the new <a href="arcade.php?do=play&gameid={3}">{2}</a> champion!
--------------------------------------------------------

and you should now have a linkable game name in the news and events section of the arcade when the NEXT PERSON wins a game.

Hope that some others use this - it makes life easier

Download

No files for download.

Similar Mods

V3Arcade - Scrollable news / more news vBulletin 3.0 Full Releases

vblts.ru supports vBulletin®, 2022-2024