![]() |
| |||||||
| IPB General Support Post your questions here, no bug reports. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Member ![]() | 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 | |
| |
| | #2 (permalink) |
| Active Forumer ![]() | 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="" /> <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&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--> </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 | |
| |
| | #4 (permalink) |
| Active Forumer ![]() | 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"> · <a href='{ibf.script_url}act=Help'>{ibf.lang.tb_help}</a> · <a href='{ibf.script_url}act=Search&f={$ibforums->input['f']}'>{ibf.lang.tb_search}</a> · <a href='{ibf.script_url}act=Members'>{ibf.lang.tb_mlist}</a> · <a href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calendar}</a> · <!--IBF.CHATLINK--> <!--IBF.TSLLINK--> </td> </tr> </table> <% MEMBER BAR %> <br /> |
![]() | |
| |
| | #5 (permalink) | |
| Member ![]() | Quote:
No, still there is no pictures for the Search, members and calender | |
![]() http://www.guesswho.ws http://guesswho.x.am | ||
| |
| | #7 (permalink) |
| Errrrrrrrr ![]() | 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="" /> <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&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>
|
| |
| | #9 (permalink) |
| Junior Forumer ![]() | 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">
· <a href='{ibf.script_url}act=Help'><img src='your help image url'>{ibf.lang.tb_help}</a> ·
<a href='{ibf.script_url}act=Search&f={$ibforums->input['f']}'><img src='your search image url'>{ibf.lang.tb_search}</a> ·
<a href='{ibf.script_url}act=Members'><img src='your members image url'>{ibf.lang.tb_mlist}</a> ·
<a href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calendar}</a> ·
<!--IBF.CHATLINK-->
<!--IBF.TSLLINK-->
</td>
</tr>
</table>
<% MEMBER BAR %>
<br />
|
| |
| | #10 (permalink) |
| Member ![]() | 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 | |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |