Last Game Section version: 1.2



Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hard set size for your "Last Games" icons!
08-12-2009, 21:47 (This post was last modified: 08-12-2009 22:01 by dastaten.)
Post: #1
Hard set size for your "Last Games" icons!
I noticed that the game icons in the "Last Games" up in the stats weren't always coming out 20X20. The irregular sized icons were messing up the look, so I found where to edit the code to hard set the icons to 20X20. Here is the code in case anyone wants the fix...

Goto:

Game Section > Templates > Templates of Game Section Default > games_stats_games_bit

and replace the current code with:

Code:
<a href="games.php?action=play&amp;gid={$games['gid']}"><img src="./games/images/{$games['name']}2.gif" height="20" width="20" alt="" /> <strong>{$games['title']}</strong></a><br />

----------------------------------------

Also, here is the code to set the icons' size in the Random Games section.

Goto:

Game Section > Templates > Templates of Game Section Default > games_stats_randomgames_bit

and replace with:

Code:
<a href="games.php?action=play&amp;gid={$games[$id]['gid']}"><img src="./games/images/{$games[$id]['name']}2.gif" height="20" width="20" alt="" /> <strong>{$games[$id]['title']}</strong></a><br />


Cheers!
Find all posts by this user
Quote this message in a reply Firefox Windows XP/2003
18-12-2009, 00:33
Post: #2
RE: Hard set size for your "Last Games" icons!
I'm happy to see somebody taking some initiative Wink

Online - Urbanus
Visit this user's website Find all posts by this user
Quote this message in a reply Firefox Linux Ubuntu
20-12-2009, 02:49
Post: #3
RE: Hard set size for your "Last Games" icons!
ooops,...i have this since ages in my game section,...but i didnt post it,...idk why,...maybe because noone asked for this Tongue

Previously known as snAke_Plissken

LiteSoft Development Assistant

[Image: mybbsig.php]
Visit this user's website Find all posts by this user
Quote this message in a reply Firefox Windows 9x/NT/2000
10-02-2010, 13:14
Post: #4
RE: Hard set size for your "Last Games" icons!
Thanks for this I was wondering how the hell to fix that. I made mine 25px.
Find all posts by this user
Quote this message in a reply Firefox Windows 9x/NT/2000
10-02-2010, 15:36
Post: #5
RE: Hard set size for your "Last Games" icons!
(10-02-2010 13:14)Cyber_Punk Wrote:  Thanks for this I was wondering how the hell to fix that. I made mine 25px.

Glad I could help. Smile

Cheers!
Find all posts by this user
Quote this message in a reply Firefox Windows XP/2003
10-02-2010, 23:49
Post: #6
RE: Hard set size for your "Last Games" icons!
thanks dastaten!
Find all posts by this user
Quote this message in a reply Firefox Windows XP/2003
Post Reply 


Forum Jump: