View Full Version : A space between the Crowns and Game Titles in postbit / postbit legacy
gpc10347
10-02-2010, 04:21 PM
Such a minor request, I'm embarrassed to ask but - I tried simply placing a non breaking space between the two but that doesn't seem to work...
Any quick tips here?
Hippy
10-02-2010, 11:54 PM
Can you post a screen shot..
gpc10347
10-05-2010, 10:01 AM
Can you post a screen shot..
http://www.thatdamnedforum.com/media/screenshot.jpg
Thanks!
(Between the crown and the word Skeeball is wat I'm looking for)
Hippy
10-05-2010, 07:10 PM
try this
admincp> plugins & products>plugin manager>ibProArcade: Crowns in Postbit
click edit ..
find this line 2x
$crowns .= "<a href=\"arcade.php?" . $this->registry->session->vars['sessionurl'] . "do=stats&gameid=$this_game[gid]\"> <img src=\"arcade/images/$this_game[gname]2.gif\" border=\"0\" alt=\"$imgtext\" width=\"20\" height=\"20\" />";
change it to
$crowns .= "<a href=\"arcade.php?" . $this->registry->session->vars['sessionurl'] . "do=stats&gameid=$this_game[gid]\"> <img src=\"arcade/images/$this_game[gname]2.gif\" border=\"0\" alt=\"$imgtext\" width=\"20\" height=\"20\" /> ";
gpc10347
10-06-2010, 02:56 AM
try this
admincp> plugins & products>plugin manager>ibProArcade: Crowns in Postbit
click edit ..
find this line 2x
$crowns .= "<a href=\"arcade.php?" . $this->registry->session->vars['sessionurl'] . "do=stats&gameid=$this_game[gid]\"> <img src=\"arcade/images/$this_game[gname]2.gif\" border=\"0\" alt=\"$imgtext\" width=\"20\" height=\"20\" />";
change it to
$crowns .= "<a href=\"arcade.php?" . $this->registry->session->vars['sessionurl'] . "do=stats&gameid=$this_game[gid]\"> <img src=\"arcade/images/$this_game[gname]2.gif\" border=\"0\" alt=\"$imgtext\" width=\"20\" height=\"20\" /> ";
Almost worked! I placed the non-breaking space after the image and it worked perfectly. Thanks for the hint!
$crowns .= "<a href=\"arcade.php?" . $this->registry->session->vars['sessionurl'] . "do=stats&gameid=$this_game[gid]\"> <img src=\"arcade/images/$this_game[gname]2.gif\" border=\"0\" alt=\"$imgtext\" width=\"20\" height=\"20\" /> ";[/QUOTE]
Hippy
10-06-2010, 09:31 PM
I tried that as well I think, I moved it because it didn't work with firefox.. I could be wrong tho.. glad you got it worked out ..
enjoy
Trip3151
10-20-2010, 07:49 AM
Almost worked! I placed the non-breaking space after the image and it worked perfectly. Thanks for the hint!
$crowns .= "<a href=\"arcade.php?" . $this->registry->session->vars['sessionurl'] . "do=stats&gameid=$this_game[gid]\"> <img src=\"arcade/images/$this_game[gname]2.gif\" border=\"0\" alt=\"$imgtext\" width=\"20\" height=\"20\" /> ";[/QUOTE]
Works like a charm thanks :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.