![]() |
| |||||||
| Graphics and Web Design (free) Free graphic design & web design work. If you want to buy/sell services, please go to fSwapMeet |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Active Forumer ![]() | Need button for my forum: www.razor.forumer.com ummm... 76 x 40 Kinda like a metal looking font saying: Razor Forum Like a SciFi Green, shiny, mettalic backround. Thanks.I can pay if you want. |
![]() | |
| | |
| | #5 (permalink) |
| Senior Forumer ![]() | I dont run a forumer forum - so im not 100% on how to change your banner ( i know its not very hard and someone round here should easily be able to tell you how. as for the button link just put in this bit of code where you would like the button to appear HTML Code: [url=http://razor.forumer.com][img]http://img513.imageshack.us/img513/2917/link9oy.gif[/img][/url] |
![]() | |
| | |
| | #6 (permalink) |
| VIP Team | |
![]() Ben Bowen / Follow your dreams... PM me for support, and I'll probably reply with help or at least direct you in the right direction.* *No gurantee... | |
| | |
| | #7 (permalink) |
| Active Forumer ![]() | THanks but i dont get (at the banner change forum indicated by you above) how to get this url you need for the banner to put in...and i tried it but the code and server not found... |
![]() | |
| | |
| | #8 (permalink) |
| Active Forumer ![]() | Button When you put it on a webpage, you use this HTML code: Code: <a href="http://razor.15.forumer.com"><img src="http://img513.imageshack.us/img513/2917/link9oy.gif" width="88" height="31" border="0"></a> Banner Go to you Admin Control Panel and click on: HTML Templates and then Manage HTML and then Global HTML elements. Scroll down, and where you see Board Header (logo, links, etc), click on Edit Single next to that. A box pop opens and in there, you'll see a section like this: <!--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> You want to take out the part that is red and replace it with the URL to your new banner. So you take out: <img src='{ibf.vars.img_url}/logo4.gif' And put in (something like)... <img src='http://www.MyImageHost.com/MyNewLogo.gif' SO, the total code would look like this ![]() <!--IBF.BANNER--> <div id='logostrip'> <a href='{ibf.script_url}' title='Board Home'><img src='http://www.MyImageHost.com/MyNewLogo.gif' alt='Powered by Invision Power Board' border="0" /></a> </div> Merry Christmas! Last edited by meusvita; 12-24-2005 at 01:57 AM.. |
| | |
| | #10 (permalink) |
| Active Forumer ![]() | Problem is under IBF.Banner its totaly different All the stuff you said was there wasnt there. Edit: This is what it says: <!--IBF.BANNER--> <table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" > <div></div> <tr> <td width="10%" class="maintitle"><div align="left"><{CAT_L}></div></td> <td width="85%" background="<{cat_top_bg}>" class="maintitle"><div align="center"><table width="100%" cellspacing="0" id="submenu"> <tr> <td align="right"> <border="0" alt="" /><{CAT_IMG}> <a href='{ibf.vars.home_url}'>{ibf.vars.home_name}</a> I checked the WHOLE IBF.Banner section for that string but its not there Last edited by rune master; 12-26-2005 at 06:23 PM.. |
![]() | |
| | |
| | #11 (permalink) |
| Active Forumer ![]() | Okay, It's there. I just found it in the Tactic template - you need to look FURTHER down in the code.... This is the entire code (look at the red part). <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.sessio n_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--> <table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" > <div></div> <tr> <td width="10%" class="maintitle"><div align="left"><{CAT_L}></div></td> <td width="85%" background="<{cat_top_bg}>" class="maintitle"><div align="center"><table width="100%" cellspacing="0" id="submenu"> <tr> <td align="right"> <border="0" alt="" /><{CAT_IMG}> <a href='{ibf.vars.home_url}'>{ibf.vars.home_name}</a> <!--IBF.RULES--> &nbs p; <border="0" alt="" /> <{CAT_IMG}> <a href='{ibf.script_url}act=Help'>{ibf.lang.tb_help}</a> <border="0" alt="" /><{CAT_IMG}> <a href='{ibf.script_url}act=Search&f={$ibforums->i nput['f']}'>{ibf.lang.tb_search}</a> <border="0" alt="" /><{CAT_IMG}> <a href='{ibf.script_url}act=Members'>{ibf.lang.tb_mlist} </a> <border="0" alt="" /><{CAT_IMG}> <a href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calend ar}</a> <!--IBF.CHATLINK--> <!--IBF.TSLLINK--> </div> </tr> </table> </div></td> <td width="5%" class="maintitle"><div align="right"><{CAT_R}></div></td> </tr> </table> <!-- IE6/Win TABLE FIX --> <div id='logostrip' align='center'> <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> <% MEMBER BAR %> <table width="100%" border="0" cellspacing="0" cellpadding="0" class='maintitle2'> <tr> <td width="10%" class="maintitle2"><div align="left"><{CAT_BL}></div></td> <td width="80%" background="<{cat_top_bg}>" class="maintitle2"><div align="center"></div></td> <td width="10%" class="maintitle2"><div align="right"><{CAT_BR}></div></td> </tr> </table> <br /> Just change .... <img src='{ibf.vars.img_url}/logo4.gif' to (something like).... <img src='http://www.MyImageHost.com/MyNewLogo.gif' ![]() |
| | |
| | #13 (permalink) |
| VIP Team | rune master, next time please create a support topic in the appropriate forum for support. Thanks. |
![]() Please do not PM me for support. | |
| | |
![]() |
| Bookmarks |
| 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 |
| Top Up Button | Alexsaw | IPB General Support | 5 | 12-22-2005 05:06 AM |
| I need one more button | ohiostyankee | Graphics and Web Design (free) | 9 | 06-08-2005 04:27 AM |
| Button ??? | hpthewizard | Graphics and Web Design (free) | 3 | 05-30-2005 01:55 PM |
| A Little Button | Hoang | Graphics and Web Design (free) | 7 | 09-16-2004 09:00 PM |
| I Need A Button | g4k | Graphics and Web Design (free) | 5 | 06-10-2004 09:47 AM |