Help - Search - Members - Calendar
Full Version: Extra Blocks on Portal
MSFN Forums > Coding, Scripting and Servers > Web Development (HTML, Java, PHP, ASP, XML, etc.)

   
Google Internet Forums Unattended CD/DVD Guide
gamehead200
I've searched everywhere for this and some people won't even tell me how to do it....How can I add a custom block on my portal? For example, MSFN has a File Depot block, how can I do that?
gamehead200
Can someone PLEASE answer me?
XPERTIES?
aKaFrEE
or aKaFrEE...

you can stick this in the main table under "render_portal"

CODE
<table cellpadding='0' cellspacing='0' border='0' width='100%' bgcolor='<{tbl_border}>' align='center'>
     <tr>
       <td>
         <table cellpadding='4' cellspacing='1' border='0' width='100%'>
          <tr>
            <td colspan='2' class='maintitle' background='{$ibforums->vars['img_url']}/tile_sub.gif'><b>Title</b></td>
          </tr>
          <tr>
         <td class='forum2' colspan='2'>
    whatever you want inside
      </td>
       </tr>          
      </table>

     </td>
   </tr>
  </table>
gamehead200
Thanx man! I really appreciate it!
LongHorn
Gamehead, feel free to use the
CODE
<br>
to add a line down. Example

kidd0<br>kidd0

will look like:

kidd0
kidd0
gamehead200
I'm not stupid LongHorn! I know how to skip a line...
LongHorn
Your not stupid huh.gif lol
Lemme check out your site, tell me when ur done
gamehead200
I'm done...LOL! laugh.gif
MSNwar
I must admit that it looks good. Compliments to the Chef. biggrin.gif
gamehead200
Which chef? laugh.gif Me or LongHorn or both of us?
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.