Jump to content


Photo

Como Formatar O CabeÇario No Invision Board


  • Faça o login para participar
1 reply to this topic

#1 Carlos Araujo

Carlos Araujo

    Turista

  • Usuários
  • 59 posts
  • Sexo:Não informado

Posted 10/12/2003, 11:02

:unsure:

Alo pessoal...Como faço para configurar o topo do Fórum Invision Board para que o banner fique corretamente do lado direito do Logo, assim como neste próprio fórum? Alguem poderia me ajudar? Agradeçco a todos desde já!

Carlos. (y)

#2 brunoXP

brunoXP

    EFEI EÔ

  • Conselheiros
  • 2226 posts
  • Sexo:Masculino
  • Localidade:Campinas/Itajubá

Posted 17/12/2003, 09:59

vai la na administracao e entra em skin & templates > html templates > manage html templates ( escolha o template q vc tah usando) > Global HTML elements > board header (logo, links etc.) > edit single

no campo q surgir vc poe:

<script language='JavaScript' type="text/javascript">
<!--
function buddy_pop() { window.open('index.{ibf.vars.php_ext}?act=buddy&s={ibf.session_id}','BrowserBuddy','width=250,height=500,resizable=yes,scrollbars=yes'); }
function chat_pop(cw,ch)  { window.open('index.{ibf.vars.php_ext}?s={ibf.session_id}&act=chat&pop=1','Chat','width='+cw+',height='+ch+',resizable=yes,scrollbars=yes'); }
function multi_page_jump( url_bit, total_posts, per_page )
{
pages = 1; cur_st = parseInt("{$ibforums->input['st']}"); cur_page  = 1;
if ( total_posts % per_page == 0 ) { pages = total_posts / per_page; }
else { pages = Math.ceil( total_posts / per_page ); }
msg = "{ibf.lang.tpl_q1}" + " " + pages;
if ( cur_st > 0 ) { cur_page = cur_st / per_page; cur_page = cur_page -1; }
show_page = 1;
if ( cur_page < pages )  { show_page = cur_page + 1; }
if ( cur_page >= pages ) { show_page = cur_page - 1; }
else { show_page = cur_page + 1; }
userPage = prompt( msg, show_page );
if ( userPage > 0  ) {
if ( userPage < 1 )    {    userPage = 1;  }
if ( userPage > pages ) { userPage = pages; }
if ( userPage == 1 )    {    start = 0;    }
else { start = (userPage - 1) * per_page; }
window.location = url_bit + "&st=" + start;
}
}
//-->
</script>

<!--IBF.BANNER-->
<div id='logostrip'>
  <a href='{ibf.script_url}' title='Board Home'><img src='{ibf.vars.img_url}/logo4.jpg' alt='ALT do topo' border="0" /></a>PONHA AQUI O SCRIPT DO BANNER</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="" />&nbsp;<a href='link das regras'>Regras</a>
  &nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_search.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=Search&amp;f={$ibforums->input['f']}'>Busca</a>
  &nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_members.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=Members'>{ibf.lang.tb_mlist}</a>
  &nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_calendar.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calendar}</a>
  <!--IBF.CHATLINK--> </td>
</tr>
</table>
<% MEMBER BAR %>
<br />


e edite as informacoes em vermelho
Bruno Toffolo
· Conselho / WebFórum




1 user(s) are reading this topic

0 membro(s), 1 visitante(s) e 0 membros anônimo(s)

IPB Skin By Virteq