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 04-26-2005, 11:38 AM   #1 (permalink)
Member
 
guesswho's Avatar
 
Join Date: Apr 2005

Posts: 38
Rep Power: 0 guesswho is on a distinguished road
fTrader: (0)
fBuck$: 420
Bank: 0
Total fBuck$: 420

My Forumer
My Country:
Default I need help!!!!!!!!!!! PLEASE, whoever does it i will give dem a mod spot on my site

HELP, on my forum here http://guesswho.tt.cx I need the code for the header again please, i will give a mod spot to the person who does this for me! But you have to post regularly, See on my page (Forum) the pictures for the HELP and Search and the rest are gone, please get me this code and you will be awarded highly!

http://www.guesswho.ws
http://guesswho.x.am
guesswho is offline  
Old 04-26-2005, 06:41 PM   #2 (permalink)
Active Forumer
 
supertanker's Avatar
 
Join Date: Apr 2005

Location: Pollock Pines, CA
Posts: 352
Rep Power: 4 supertanker is on a distinguished road
fTrader: (4)
fBuck$: 2,675
Bank: 0
Total fBuck$: 2,675

My Forumer
My Country:
Default Re: I need help!!!!!!!!!!! PLEASE, whoever does it i will give dem a mod spot on my site

This might be it:

"<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.gif' 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="" />&nbsp;<a href='{ibf.script_url}act=Help'>{ibf.lang.tb_help}</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']}'>{ibf.lang.tb_search}</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 />"

This is for the "silver" skin btw.

And no i don't need to be a mod on your forum. For one thing my life is very crazy right now, and I can't post every snigle day. and next time, don't use a topic like "heeeeeeeeeelllllllllp help meeeeeeeeeeeeeeeeeeeeeeee", do something like, "can I have the header info?"


Forumer offers FREE IPB forum hosting
supertanker is offline  
Old 04-28-2005, 08:04 AM   #3 (permalink)
Member
 
guesswho's Avatar
 
Join Date: Apr 2005

Posts: 38
Rep Power: 0 guesswho is on a distinguished road
fTrader: (0)
fBuck$: 420
Bank: 0
Total fBuck$: 420

My Forumer
My Country:
Default Re: I need help!!!!!!!!!!! PLEASE, whoever does it i will give dem a mod spot on my site

No, the pictures still don't appear

http://www.guesswho.ws
http://guesswho.x.am
guesswho is offline  
Old 04-28-2005, 11:16 AM   #4 (permalink)
Active Forumer
 
biff's Avatar
 
Join Date: Feb 2004

Posts: 648
Rep Power: 5 biff is on a distinguished road
fTrader: (1)
fBuck$: 1,694
Bank: 0
Total fBuck$: 1,694

My Forumer
My Country:
Default Re: I need help!!!!!!!!!!! PLEASE, whoever does it i will give dem a mod spot on my s

is that the 'blueillusion' skin? lemme see...

here's everything out of the 'board header, logo links etc' box

<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.gif' 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">
&nbsp;&middot;&nbsp;<a href='{ibf.script_url}act=Help'>{ibf.lang.tb_help}</a>&nbsp;&middot;&nbsp;
<a href='{ibf.script_url}act=Search&amp;f={$ibforums->input['f']}'>{ibf.lang.tb_search}</a>&nbsp;&middot;&nbsp;
<a href='{ibf.script_url}act=Members'>{ibf.lang.tb_mlist}</a>&nbsp;&middot;&nbsp;
<a href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calendar}</a>&nbsp;&middot;&nbsp;
<!--IBF.CHATLINK-->
<!--IBF.TSLLINK-->
</td>
</tr>
</table>
<% MEMBER BAR %>
<br />

biff is offline  
Old 04-29-2005, 07:39 AM   #5 (permalink)
Member
 
guesswho's Avatar
 
Join Date: Apr 2005

Posts: 38
Rep Power: 0 guesswho is on a distinguished road
fTrader: (0)
fBuck$: 420
Bank: 0
Total fBuck$: 420

My Forumer
My Country:
Default Re: I need help!!!!!!!!!!! PLEASE, whoever does it i will give dem a mod spot on my s

Quote:
Originally Posted by biff
is that the 'blueillusion' skin? lemme see...

here's everything out of the 'board header, logo links etc' box

<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.gif' 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">
&nbsp;&middot;&nbsp;<a href='{ibf.script_url}act=Help'>{ibf.lang.tb_help}</a>&nbsp;&middot;&nbsp;
<a href='{ibf.script_url}act=Search&amp;f={$ibforums->input['f']}'>{ibf.lang.tb_search}</a>&nbsp;&middot;&nbsp;
<a href='{ibf.script_url}act=Members'>{ibf.lang.tb_mlist}</a>&nbsp;&middot;&nbsp;
<a href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calendar}</a>&nbsp;&middot;&nbsp;
<!--IBF.CHATLINK-->
<!--IBF.TSLLINK-->
</td>
</tr>
</table>
<% MEMBER BAR %>
<br />

No, still there is no pictures for the Search, members and calender

http://www.guesswho.ws
http://guesswho.x.am
guesswho is offline  
Old 04-29-2005, 07:40 AM   #6 (permalink)
Member
 
guesswho's Avatar
 
Join Date: Apr 2005

Posts: 38
Rep Power: 0 guesswho is on a distinguished road
fTrader: (0)
fBuck$: 420
Bank: 0
Total fBuck$: 420

My Forumer
My Country:
Default Re: I need help!!!!!!!!!!! PLEASE, whoever does it i will give dem a mod spot on my s

and help

http://www.guesswho.ws
http://guesswho.x.am
guesswho is offline  
Old 04-29-2005, 09:08 AM   #7 (permalink)
Errrrrrrrr
 
Nick's Avatar
 
Join Date: Feb 2005

Location: London
Posts: 1,423
Rep Power: 5 Nick is on a distinguished road
fTrader: (5)
fBuck$: 1,329
Bank: 119,301
Total fBuck$: 120,630

My Forumer
My Country:
Default Re: I need help!!!!!!!!!!! PLEASE, whoever does it i will give dem a mod spot on my site

between <!-- IE6/Win TABLE FIX --> and <!--IBF.CHATLINK--> change the code to the following
Code:
<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='{ibf.script_url}act=Help'>{ibf.lang.tb_help}</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']}'>{ibf.lang.tb_search}</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>
Nick is offline  
Old 04-29-2005, 01:26 PM   #8 (permalink)
Member
 
guesswho's Avatar
 
Join Date: Apr 2005

Posts: 38
Rep Power: 0 guesswho is on a distinguished road
fTrader: (0)
fBuck$: 420
Bank: 0
Total fBuck$: 420

My Forumer
My Country:
Default Re: I need help!!!!!!!!!!! PLEASE, whoever does it i will give dem a mod spot on my site

Nope, still nothing!

http://www.guesswho.ws
http://guesswho.x.am
guesswho is offline  
Old 04-29-2005, 09:58 PM   #9 (permalink)
Junior Forumer
 
kensiko's Avatar
 
Join Date: Feb 2005

Location: Maryland
Posts: 104
Rep Power: 4 kensiko is on a distinguished road
fTrader: (3)
fBuck$: 334
Bank: 1,020
Total fBuck$: 1,354

My Forumer
My Country:
Default Re: I need help!!!!!!!!!!! PLEASE, whoever does it i will give dem a mod spot on my site

there's no image in blueillusion instead of picture they use dot .
but if you want to put an image you can by uploading the picture below to your site then edit the red code and replace it the URL of the image you uploaded

Code:
<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.gif' 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}'><img src='your home image ur'>{ibf.vars.home_name}</a><!--IBF.RULES--></td>
 <td align="right">
   &nbsp;&middot;&nbsp;<a href='{ibf.script_url}act=Help'><img src='your help image url'>{ibf.lang.tb_help}</a>&nbsp;&middot;&nbsp;
   <a href='{ibf.script_url}act=Search&amp;f={$ibforums->input['f']}'><img src='your search image url'>{ibf.lang.tb_search}</a>&nbsp;&middot;&nbsp;
   <a href='{ibf.script_url}act=Members'><img src='your members image url'>{ibf.lang.tb_mlist}</a>&nbsp;&middot;&nbsp;
   <a href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calendar}</a>&nbsp;&middot;&nbsp;
   <!--IBF.CHATLINK-->
   <!--IBF.TSLLINK-->
 </td>
</tr>
</table>
<% MEMBER BAR %>
<br />
Attached Images
File Type: gif calendar.gif (627 Bytes, 7 views)
File Type: gif help.gif (617 Bytes, 7 views)
File Type: gif search.gif (576 Bytes, 7 views)
File Type: gif members.gif (685 Bytes, 7 views)
kensiko is offline  
Old 05-01-2005, 07:13 AM   #10 (permalink)
Member
 
guesswho's Avatar
 
Join Date: Apr 2005

Posts: 38
Rep Power: 0 guesswho is on a distinguished road
fTrader: (0)
fBuck$: 420
Bank: 0
Total fBuck$: 420

My Forumer
My Country:
Default Re: I need help!!!!!!!!!!! PLEASE, whoever does it i will give dem a mod spot on my site

Done, thanks a million everyone, all i did was edit the html and after each link, i just out in the Img src tag!!!

http://www.guesswho.ws
http://guesswho.x.am
guesswho is offline  
Old 05-01-2005, 08:43 AM   #11 (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,675
Bank: 55,373
Total fBuck$: 59,048

My Forumer
My Country:
Default Re: I need help!!!!!!!!!!! PLEASE, whoever does it i will give dem a mod spot on my site

Glad you got it working.
Isolice 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

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SELLING] 200 FBuck$ for Linking My Forum on Your Site johkalhaups Uncategorized stuff 116 04-25-2006 11:36 AM
[BUYING] Adspace on your site [will pay X fBuck$] shane Uncategorized stuff 114 08-09-2005 11:13 AM
Who Wants To Be A Co-manger Fot My Site Homer Simpson General Chat Area 6 06-24-2005 01:30 PM
Looking for killer header Banner for site... PGZ Graphics and Web Design (free) 18 05-11-2005 11:45 AM