Log in

View Full Version : [MOD] Icon games in Active users list


robb9
08-20-2007, 01:46 PM
Hi!

Open arcade/modules/mod_arcade.php


Search
$DB->query("SELECT gid, gtitle FROM ibf_games_list WHERE gid IN ($games_list)");

Replace with:

$DB->query("SELECT gid, gtitle, gname FROM ibf_games_list WHERE gid IN ($games_list)");




Search

$games_names[$g['gid']] = $g['gtitle'];

below add:

$games1_names[$g['gid']] = $g['gname'];




search:

$span_pre = "<span title='".$ibforums->lang["playing"].$games_names[$gid]."' style='text-decoration: none; border-bottom: 1px dashed; padding-bottom: 1px;'>";

replace with:

$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 :)

stangger5
08-20-2007, 07:26 PM
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... ;)

Gemma
08-21-2007, 07:32 AM
I did this two years ago :)

https://vborg.vbsupport.ru/showpost.php?p=832033&postcount=431

stangger5
08-21-2007, 10:35 AM
I did this two years ago :)

https://vborg.vbsupport.ru/showpost.php?p=832033&postcount=431

I wish,, I had seen that months ago..
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....;)

robb9
08-22-2007, 07:51 AM
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... ;)


Hy another add-ons is:

Share games with url and embed code.

I did this two years ago :)

https://vborg.vbsupport.ru/showpost.php?p=832033&postcount=431

Ops.. i dont'k know :)

MrZeropage
08-26-2007, 06:09 AM
Hy another add-ons is:

Share games with url and embed code.
what does this do ?