vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   A space between the Crowns and Game Titles in postbit / postbit legacy (https://vborg.vbsupport.ru/showthread.php?t=251524)

gpc10347 10-02-2010 04:21 PM

A space between the Crowns and Game Titles in postbit / postbit legacy
 
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

Quote:

Originally Posted by Hippy (Post 2106154)
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
Code:

$crowns .= "<a href=\"arcade.php?" . $this->registry->session->vars['sessionurl'] . "do=stats&amp;gameid=$this_game[gid]\"> <img src=\"arcade/images/$this_game[gname]2.gif\" border=\"0\" alt=\"$imgtext\" width=\"20\" height=\"20\" />";
change it to
Code:

$crowns .= "<a href=\"arcade.php?" . $this->registry->session->vars['sessionurl'] . "do=stats&amp;gameid=$this_game[gid]\"> <img src=\"arcade/images/$this_game[gname]2.gif\" &nbsp; border=\"0\" alt=\"$imgtext\" width=\"20\" height=\"20\" /> ";

gpc10347 10-06-2010 02:56 AM

Quote:

Originally Posted by Hippy (Post 2107169)
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&amp;gameid=$this_game[gid]\"> <img src=\"arcade/images/$this_game[gname]2.gif\" border=\"0\" alt=\"$imgtext\" width=\"20\" height=\"20\" />";
change it to
Code:

$crowns .= "<a href=\"arcade.php?" . $this->registry->session->vars['sessionurl'] . "do=stats&amp;gameid=$this_game[gid]\"> <img src=\"arcade/images/$this_game[gname]2.gif\" &nbsp; 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!

Code:

$crowns .= "<a href=\"arcade.php?" . $this->registry->session->vars['sessionurl'] . "do=stats&amp;gameid=$this_game[gid]\"> <img src=\"arcade/images/$this_game[gname]2.gif\" border=\"0\" alt=\"$imgtext\" width=\"20\" height=\"20\" /> &nbsp;  ";
[/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

Quote:

Originally Posted by gpc10347 (Post 2107279)
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&amp;gameid=$this_game[gid]\"> <img src=\"arcade/images/$this_game[gname]2.gif\" border=\"0\" alt=\"$imgtext\" width=\"20\" height=\"20\" /> &nbsp;  ";

[/QUOTE]

Works like a charm thanks :)


All times are GMT. The time now is 11:54 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01334 seconds
  • Memory Usage 1,728KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete