The Arcive of vBulletin Modifications Site. |
|
[MOD] Icon games in Active users list Details »»
|
|||||||||||||||||||||||||||
Hi!
Open arcade/modules/mod_arcade.php Search Code:
$DB->query("SELECT gid, gtitle FROM ibf_games_list WHERE gid IN ($games_list)");
Code:
$DB->query("SELECT gid, gtitle, gname FROM ibf_games_list WHERE gid IN ($games_list)");
Search PHP Code:
PHP Code:
search: Code:
$span_pre = "<span title='".$ibforums->lang["playing"].$games_names[$gid]."' style='text-decoration: none; border-bottom: 1px dashed; padding-bottom: 1px;'>"; Code:
$span_pre = "<img src=\"www.yourserver.com/images/".$games1_names[$gid]."2.gif\" alt='".$ibforums->lang["playing"].$games_names[$gid]."'><span title='".$ibforums->lang["playing"].$games_names[$gid]."' style='text-decoration: none; border-bottom: 1px dashed; padding-bottom: 1px;'>"; That's All ![]() Download Now
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
I coded this same idea months ago...Little different but same idea..
Are you working on anything else ?? I`ve got some new add-ons coming soon...
|
|
#3
|
||||
|
||||
|
|
|
#4
|
||||
|
||||
|
Quote:
I went through invisionboard ibparcade seeing how they did it... If I had seen yours,,,would have saved me allot of time...lol... Hey Gemma,,,are you working on anything else or have anything in the making ?? I love playing around with the arcade....
|
|
#5
|
|||
|
|||
|
Quote:
Hy another add-ons is: Share games with url and embed code. Quote:
|
|
#6
|
||||
|
||||
|
what does this do ?
|
![]() |
|
|