Forum Hosting  

Go Back   Forum Hosting > IPB Support > IPB General Support

IPB General Support Post your questions here, no bug reports.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 07-12-2004, 05:00 PM   #1 (permalink)
Member
 
g1j0e's Avatar
 
Join Date: Jul 2004

Posts: 15
Rep Power: 0 g1j0e is on a distinguished road
fTrader: (0)
fBuck$: 170.0
Bank: 0.0
Total fBuck$: 170.0

My Forumer
My Country:
Default

hey guys...

i have a problem with my logo.. my logo appears already but the forumer logo appears on top.

look ---> http://spongeorama.3.forumer.com/index.php...rum=spongeorama

what should i do?
g1j0e is offline  
Old 07-12-2004, 05:03 PM   #2 (permalink)
Elite Forumer
 
Isolice's Avatar
 
Join Date: Mar 2004

Posts: 6,048
Rep Power: 11 Isolice is on a distinguished road
fTrader: (4)
fBuck$: 3,729.7
Bank: 55,373.0
Total fBuck$: 59,102.7

My Forumer
My Country:
Default

Alright.. Can you go to:

Admin CP > HTML Templates > Manage HTML > Global HTML Elements > Board Header (Logo, Links, etc)

Please post all of the code in here, I'll take a look at it and hopefully fix your problem.
Isolice is offline  
Old 07-12-2004, 05:09 PM   #3 (permalink)
Member
 
g1j0e's Avatar
 
Join Date: Jul 2004

Posts: 15
Rep Power: 0 g1j0e is on a distinguished road
fTrader: (0)
fBuck$: 170.0
Bank: 0.0
Total fBuck$: 170.0

My Forumer
My Country:
Default

Quote:
<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'>
<img src='{ibf.vars.img_url}/logo4.gif' alt='Powered by Invision Power Board' border="0" />
</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]{ibf.vars.img_url}/atb_help.gif[/img]input['f']}'>{ibf.lang.tb_search}
[img]{ibf.vars.img_url}/atb_members.gif[/img]{ibf.lang.tb_calendar}
<!--IBF.CHATLINK-->
<!--IBF.TSLLINK-->
</td>
</tr>
</table>
<% MEMBER BAR %>

g1j0e is offline  
Old 07-12-2004, 05:31 PM   #4 (permalink)
Elite Forumer
 
Isolice's Avatar
 
Join Date: Mar 2004

Posts: 6,048
Rep Power: 11 Isolice is on a distinguished road
fTrader: (4)
fBuck$: 3,729.7
Bank: 55,373.0
Total fBuck$: 59,102.7

My Forumer
My Country:
Default

Alright.. Replace the bold with your image's URL:

Quote:
<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'>
<img src='URL' alt='Powered by Invision Power Board' border="0" />
</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]{ibf.vars.img_url}/atb_help.gif[/img]input['f']}'>{ibf.lang.tb_search}
[img]{ibf.vars.img_url}/atb_members.gif[/img]{ibf.lang.tb_calendar}
<!--IBF.CHATLINK-->
<!--IBF.TSLLINK-->
</td>
</tr>
</table>
<% MEMBER BAR %>

Isolice is offline  
Old 07-12-2004, 05:46 PM   #5 (permalink)
Member
 
g1j0e's Avatar
 
Join Date: Jul 2004

Posts: 15
Rep Power: 0 g1j0e is on a distinguished road
fTrader: (0)
fBuck$: 170.0
Bank: 0.0
Total fBuck$: 170.0

My Forumer
My Country:
Default

ok it works now
thanks
g1j0e is offline  
Old 07-12-2004, 06:20 PM   #6 (permalink)
Ali
Senior Forumer
 
Ali's Avatar
 
Join Date: May 2004

Location: Ontario, Canada
Posts: 2,262
Rep Power: 7 Ali is on a distinguished road
fTrader: (0)
fBuck$: 52,095.0
Bank: 0.0
Total fBuck$: 52,095.0

My Forumer
My Country:
Default

Support Resolved!

Your support has been marked as resolved. If you still require assistance, or have a new problem, please create a new topic.

Thanks,
Forumer.com Support Team

This is a pre-written message
Ali is offline  
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