Forum Hosting  

Go Back   Forum Hosting > IPB Support > IPB Skinning Help

IPB Skinning Help Need help customizing the looks of your forum? Post here.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 03-02-2004, 03:58 PM   #1 (permalink)
VIP Team
 
shane's Avatar
 
Join Date: Feb 2004

Location: Kansas City, MO
Posts: 3,769
Rep Power: 8 shane is on a distinguished road
fTrader: (14)
fBuck$: 1,377.1
Bank: 0.0
Total fBuck$: 1,377.1

My Forumer
My Country:
Default

Hey, I was wanting to know how to remove the icons at the top of the page, where the Help, Search, Members, and Calendar buttons are. I want to just place a bullet between each word.

Thanks.

Owner/CEO - ComputerHelpForum.org
Administrator - Revision3.com
Administrator - Scopetech.net
Lowe's (my employer) Department Manager - Lumber/Building Materials/Millwork
shane is offline  
Old 03-02-2004, 04:34 PM   #2 (permalink)
imported_kotic
Guest
 
imported_kotic's Avatar
 

Posts: n/a
fBuck$: 0
Bank: 0
Total fBuck$: 0

My Forumer
My Country:
Default

Global HTML elements >> Board Header (logo, links, etc) scroll down where it say <!--IBF.RULES-->
 
Old 03-02-2004, 04:41 PM   #3 (permalink)
VIP Team
 
shane's Avatar
 
Join Date: Feb 2004

Location: Kansas City, MO
Posts: 3,769
Rep Power: 8 shane is on a distinguished road
fTrader: (14)
fBuck$: 1,377.1
Bank: 0.0
Total fBuck$: 1,377.1

My Forumer
My Country:
Default

Code:
<!--IBF.BANNER-->
<div id='logostrip'>
 <a href='{ibf.script_url}' title='Board Home'><img src='http://webpages.charter.net/kaylah/banner.jpg' alt='Powered by Invision Power Board' border="0" /></a>
</div>
<!-- IE6/Win TABLE FIX -->
<table width="100%" cellspacing="6" id="submenu">
<tr>
 <td><a href='{ibf.vars.home_url}'>{ibf.vars.home_name}</a><!--IBF.RULES--></td>
 <td align="right">
  <img src="{ibf.vars.img_url}/atb_help.gif" border="0" alt="" /><a href='{ibf.script_url}act=Help'>{ibf.lang.tb_help}</a>
   <img src="{ibf.vars.img_url}/atb_search.gif" border="0" alt="" /><a href='{ibf.script_url}act=Search&amp;f={$ibforums->input['f']}'>{ibf.lang.tb_search}</a>
   <img src="{ibf.vars.img_url}/atb_members.gif" border="0" alt="" /><a href='{ibf.script_url}act=Members'>{ibf.lang.tb_mlist}</a>
   <img src="{ibf.vars.img_url}/atb_calendar.gif" border="0" alt="" /><a href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calendar}</a>
  <!--IBF.CHATLINK-->
  <!--IBF.TSLLINK-->
 </td>
</tr>
</table>
<% MEMBER BAR %>
<br />
And how would I put 'bullets' between the words, and take the little pics out?

Owner/CEO - ComputerHelpForum.org
Administrator - Revision3.com
Administrator - Scopetech.net
Lowe's (my employer) Department Manager - Lumber/Building Materials/Millwork
shane is offline  
Old 03-02-2004, 04:47 PM   #4 (permalink)
imported_kotic
Guest
 
imported_kotic's Avatar
 

Posts: n/a
fBuck$: 0
Bank: 0
Total fBuck$: 0

My Forumer
My Country:
Default

Example for HELP
Code:
&middot;<a href='{ibf.script_url}act=Help'>{ibf.lang.tb_help</a>&middot;
i`m not sure what do you mean with `bullets`
 
Old 03-02-2004, 04:47 PM   #5 (permalink)
imported_Sigma12
Guest
 
imported_Sigma12's Avatar
 

Posts: n/a
fBuck$: 0
Bank: 0
Total fBuck$: 0

My Forumer
My Country:
Default

Code:
<!-- IE6/Win TABLE FIX -->
<table *width="100%" cellspacing="6" id="submenu">
<tr>
 <td><a href='{ibf.vars.home_url}'>{ibf.vars.home_name}</a><!--IBF.RULES--></td>
 <td align="right">
 *<a href='{ibf.script_url}act=Help'>{ibf.lang.tb_help}</a>&middot;<a href='{ibf.script_url}act=Search&amp;f={$ibforums->input['f']}'>{ibf.lang.tb_search}</a>&middot;<a href='{ibf.script_url}act=Members'>{ibf.lang.tb_mlist}</a>&middot;<a href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calendar}</a>
 * <!--IBF.CHATLINK-->
 * <!--IBF.TSLLINK-->
 </td>
</tr>
</table>
<% MEMBER BAR %>
<br />
bullets (middots) included.

Enjoy
 
Old 03-02-2004, 05:08 PM   #6 (permalink)
VIP Team
 
shane's Avatar
 
Join Date: Feb 2004

Location: Kansas City, MO
Posts: 3,769
Rep Power: 8 shane is on a distinguished road
fTrader: (14)
fBuck$: 1,377.1
Bank: 0.0
Total fBuck$: 1,377.1

My Forumer
My Country:
Default

Quote:
Originally posted by Sigma12@Mar 2 2004, 05:47 PM
Code:
<!-- IE6/Win TABLE FIX -->
<table *width="100%" cellspacing="6" id="submenu">
<tr>
 <td><a href='{ibf.vars.home_url}'>{ibf.vars.home_name}</a><!--IBF.RULES--></td>
 <td align="right">
 *<a href='{ibf.script_url}act=Help'>{ibf.lang.tb_help}</a>&middot;<a href='{ibf.script_url}act=Search&amp;f={$ibforums->input['f']}'>{ibf.lang.tb_search}</a>&middot;<a href='{ibf.script_url}act=Members'>{ibf.lang.tb_mlist}</a>&middot;<a href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calendar}</a>
 * <!--IBF.CHATLINK-->
 * <!--IBF.TSLLINK-->
 </td>
</tr>
</table>
<% MEMBER BAR %>
<br />
bullets (middots) included.

Enjoy
Okay, I edited my html sheet, and it works. Thanks.

Owner/CEO - ComputerHelpForum.org
Administrator - Revision3.com
Administrator - Scopetech.net
Lowe's (my employer) Department Manager - Lumber/Building Materials/Millwork
shane is offline  
Old 03-02-2004, 06:03 PM   #7 (permalink)
imported_Sigma12
Guest
 
imported_Sigma12's Avatar
 

Posts: n/a
fBuck$: 0
Bank: 0
Total fBuck$: 0

My Forumer
My Country:
Default

Just glad to be of help (thanks to Kotic as well for the assist)
 
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump