Forum Hosting  

Go Back   Forum Hosting > IPB Support > IPB General Support

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


Reply
 
LinkBack Thread Tools Display Modes
Old 10-19-2004, 04:40 PM   #1 (permalink)
Active Forumer
 
The4dmin927's Avatar
 
Join Date: Jul 2004

Posts: 319
Rep Power: 5 The4dmin927 is on a distinguished road
fTrader: (0)
fBuck$: 974.0
Bank: 0.0
Total fBuck$: 974.0

My Forumer
My Country:
Send a message via AIM to The4dmin927
Default

I'm trying to put my banner in...heres the code im using, but it doesnt work

This is the URL to the image - http://home.ripway.com/2004-8/153008/Stormy.pspimage

<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='{http://home.ripway.com/2004-8/153008/Stormy.pspimage}/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 %>


------------------
Signature Removed.

Please, limit the size of your signature to a maximum of: 400 by 80 pixels.
For more details, see: http://forum.forumer.com/showthread.php?t=12589
------------------
The4dmin927 is offline   Reply With Quote
Old 10-19-2004, 05:32 PM   #2 (permalink)
Senior Forumer
 
Hoang's Avatar
 
Join Date: Aug 2004

Location: FL, USA
Posts: 1,236
Rep Power: 6 Hoang is on a distinguished road
fTrader: (5)
fBuck$: 13,282.0
Bank: 0.0
Total fBuck$: 13,282.0

My Forumer
My Country:
Default

This thing is wrong

<img src='{http://home.ripway.com/2004-8/153008/Stormy.pspimage}/logo4.gif' alt='Powered by Invision Power Board' border="0" />

Change it to:

<img src='http://home.ripway.com/2004-8/153008...logo4.gif' alt='Powered by Invision Power Board' border="0" />

Hoang is offline   Reply With Quote
Old 10-19-2004, 07:53 PM   #3 (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,731.7
Bank: 55,373.0
Total fBuck$: 59,104.7

My Forumer
My Country:
Default

Lol, that's wrong too. :P

Change this:

Code:
<!--IBF.BANNER-->
<div id='logostrip'>
<a href='{ibf.script_url}' title='Board Home'><img src='{http://home.ripway.com/2004-8/153008/Stormy.pspimage}/logo4.gif' alt='Powered by Invision Power Board' border="0" /></a>
</div>
To this:

Code:
<!--IBF.BANNER-->
<div id='logostrip'>
<a href='{ibf.script_url}' title='Board Home'><img src='http://home.ripway.com/2004-8/153008/Stormy.pspimage' alt='Powered by Invision Power Board' border="0" /></a>
</div>
Edit
Thing is, your image's URL is dead. Try uploading it here.
Isolice is offline   Reply With Quote
Old 10-19-2004, 08:18 PM   #4 (permalink)
Member
 
SB-D's Avatar
 
Join Date: Oct 2004

Posts: 1
Rep Power: 0 SB-D is on a distinguished road
fTrader: (0)
fBuck$: 15.0
Bank: 0.0
Total fBuck$: 15.0

My Forumer
My Country:
Default

my problem is a little more stupied...how do i put my own logo/banner accross the top of the fourm? For example, what link would i go to on the Admin CP, and what would i do to put my own logo/banner on the Shadowillusions skin template. Also, how do i code it to make the logo/banner apear? thanks
*SB-D
SB-D is offline   Reply With Quote
Old 10-19-2004, 08:34 PM   #5 (permalink)
Active Forumer
 
NX80BOY's Avatar
 
Join Date: Apr 2004

Location: San Antonio, Texas, United States
Posts: 399
Rep Power: 0 NX80BOY is on a distinguished road
fTrader: (0)
fBuck$: 994.0
Bank: 0.0
Total fBuck$: 994.0

My Forumer
My Country:
Send a message via ICQ to NX80BOY Send a message via AIM to NX80BOY Send a message via MSN to NX80BOY Send a message via Yahoo to NX80BOY
Default

SBD,
Read this topic.


~nx
NX80BOY is offline   Reply With Quote
Old 10-20-2004, 06:12 AM   #6 (permalink)
Senior Forumer
 
Hoang's Avatar
 
Join Date: Aug 2004

Location: FL, USA
Posts: 1,236
Rep Power: 6 Hoang is on a distinguished road
fTrader: (5)
fBuck$: 13,282.0
Bank: 0.0
Total fBuck$: 13,282.0

My Forumer
My Country:
Default

Quote:
Originally posted by Isolice@Oct 19 2004, 06:53 PM
Lol, that's wrong too. :P

Change this:

Code:
<!--IBF.BANNER-->
<div id='logostrip'>
<a href='{ibf.script_url}' title='Board Home'><img src='{http://home.ripway.com/2004-8/153008/Stormy.pspimage}/logo4.gif' alt='Powered by Invision Power Board' border="0" /></a>
</div>
To this:

Code:
<!--IBF.BANNER-->
<div id='logostrip'>
<a href='{ibf.script_url}' title='Board Home'><img src='http://home.ripway.com/2004-8/153008/Stormy.pspimage' alt='Powered by Invision Power Board' border="0" /></a>
</div>
Edit
Thing is, your image's URL is dead. Try uploading it here.
I haven't seen any thing like .pspimage before!
What is that?
Paint Shop Pro?? :blink:

*Sorry! I didn't see the img URL over there
I thought it was
http://home.ripway.com/2004-8/153008/Storm...image/logo4.gif

Hoang is offline   Reply With Quote
Old 10-20-2004, 07:23 PM   #7 (permalink)
Active Forumer
 
NX80BOY's Avatar
 
Join Date: Apr 2004

Location: San Antonio, Texas, United States
Posts: 399
Rep Power: 0 NX80BOY is on a distinguished road
fTrader: (0)
fBuck$: 994.0
Bank: 0.0
Total fBuck$: 994.0

My Forumer
My Country:
Send a message via ICQ to NX80BOY Send a message via AIM to NX80BOY Send a message via MSN to NX80BOY Send a message via Yahoo to NX80BOY
Default

Quote:
Originally posted by hoang
What is that?
Paint Shop Pro??
Yes.
NX80BOY is offline   Reply With Quote
Reply


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