The Arcive of vBulletin Modifications Site. |
|
A space between the Crowns and Game Titles in postbit / postbit legacy Details »»
|
|||||||||||||||||||||||||||
|
A space between the Crowns and Game Titles in postbit / postbit legacy
Developer Last Online: Dec 2012
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? Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Can you post a screen shot..
|
|
#3
|
|||
|
|||
![]() Thanks! (Between the crown and the word Skeeball is wat I'm looking for) |
|
#4
|
||||
|
||||
|
try this
admincp> plugins & products>plugin manager>ibProArcade: Crowns in Postbit click edit .. find this line 2x Code:
$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\" />"; Code:
$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\" /> "; |
|
#5
|
|||
|
|||
|
Quote:
Almost worked! I placed the non-breaking space after the image and it worked perfectly. Thanks for the hint! Code:
$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\" /> "; |
|
#6
|
||||
|
||||
|
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 |
|
#7
|
|||
|
|||
|
Quote:
Works like a charm thanks
|
![]() |
|
|