Page 1 of 1

Portal blocks not showing right

Posted: 23. October 2009 21:06
by blastman
Your Portal Version: 1.0.4
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.solid-gaming.com

What have you done before the problem was there?
nothing

What have you already tryed to solve the problem?
new and old method of the guide that mike posted on How to add custom blocks

Description and Message
Im trying to add additional custom blocks to my portal but i keep ending up with this Image

Re: Portal blocks not showing right

Posted: 24. October 2009 03:19
by Mike
This is the Code of your server_block.html

Code: Select all

{$LR_BLOCK_H_L} Fun Maps Server{$LR_BLOCK_H_R}
             <div style="text-align: center;">
         
  <a href="http://www.gametracker.com/server_info/64.94.238.31:27015/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/64.94.238.31:27015/b_160x400_T1_F-1-2-3.png" border="0" width="160" height="441"  alt="" /></a>
           
</div>
I think i didn't wrote that you can leave the last {$LR_BLOCK_F_L}{$LR_BLOCK_F_R} ;)

Re: Portal blocks not showing right

Posted: 24. October 2009 04:19
by blastman
i dont understand what your saying mike maybe the typo are confusing me ..... i tryed the code you have but it doesnt work either.....

Re: Portal blocks not showing right

Posted: 24. October 2009 13:05
by Mike
Just try this Code...

Code: Select all

{$LR_BLOCK_H_L}&nbsp;Fun Maps Server{$LR_BLOCK_H_R}
             <div style="text-align: center;">
         
  <a href="http://www.gametracker.com/server_info/64.94.238.31:27015/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/64.94.238.31:27015/b_160x400_T1_F-1-2-3.png" border="0" width="160" height="441"  alt="" /></a>
           
</div>
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}

Re: Portal blocks not showing right

Posted: 25. October 2009 00:42
by blastman
i figured out what ya ment just took me few error and trials lol but thanks mike :)