![]() |
| |||||||
| IPB General Support Post your questions here, no bug reports. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Member | Hi all How can I make clicking on my forum banner link to my website so that members can easily move between the forum and my website. I have searched the forum but can't find anything that explains this or even if it can be done. If its not possible could someone explain how to maybe put a button under the banner to facilitate the above (or indeed how to do both). If what I'm asking isn't possible please forgive my ignorence. |
| | |
| | #2 (permalink) |
| Active Forumer ![]() | Nah, it is not totally impossible: ACP >> Skins & Templates >> HTML Templates >> Global HTML elements >> Board Header Find Code: <a href='{ibf.script_url}' title='Board Home'>
To add buttons under your logo: Find Code: <!-- IE6/Win TABLE FIX --> Code: <table width="100%" cellspacing="6" id="submenu"> <tr> <td> </td> </tr> </table> |
![]() Banned FMODS.com Member Do not give me support I do not already know... | |
| | |
| | #3 (permalink) |
| Member | thanks for the reply Iyeru however could you give me an example. I've found the following code (shown below) as you explained but could you fit the url: "insertwebpageURLhere" where needed to make it work. <a href='{ibf.script_url}'><img src="{ibf.vars.img_url}/home.bmp" border="0" alt="" /></a> <a href='{ibf.script_url}act=Help'><img src="{ibf.vars.img_url}/help.bmp" border="0" alt="" /></a> <a href='{ibf.script_url}act=Members'><img src="{ibf.vars.img_url}/members.bmp" border="0" alt="" /></a> <a href='{ibf.script_url}act=Search&f={$ibforums->input['f']}'><img src="{ibf.vars.img_url}/search.bmp" border="0" alt="" /></a> <a href='{ibf.script_url}act=calendar'><img src="{ibf.vars.img_url}/calendar.bmp" border="0" alt="" /></a> <p><% MEMBER BAR %> |
| | |
| | #4 (permalink) |
| Active Forumer ![]() | That's not it. That would be the bar below the <!-- Win Table Fix --> That's when you went too far. |
![]() Banned FMODS.com Member Do not give me support I do not already know... | |
| | |
| | #5 (permalink) |
| Member | Thats why I can't see it because it isn't there. Below is everything from the beggining up to and including <!-- IE6/Win TABLE FIX --> <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> <!-- IE6/Win TABLE FIX --> |
| | |
| | #6 (permalink) |
| Active Forumer ![]() | Basically post your whole Board Header Code in a CODE BBCode tag here on this forum. It'll be easier for me that way. |
![]() Banned FMODS.com Member Do not give me support I do not already know... | |
| | |
| | #8 (permalink) |
| Active Forumer ![]() | Find this HTML: Code: <img src="http://img.photobucket.com/albums/v165/firetrack/FinishedBanner11.jpg" alt="Image hosted by Photobucket.com"> Code: <a href="Insert_URL_HERE"><img src="http://img.photobucket.com/albums/v165/firetrack/FinishedBanner11.jpg" alt="Image hosted by Photobucket.com"></a> |
![]() Banned FMODS.com Member Do not give me support I do not already know... | |
| | |
| | #11 (permalink) |
| Member | erm - its me again One more question regarding the above. Is it possible to make the link open in a new window rather than leaving the forum, I still want my members to stay with the forum and not leave completely. |
| | |
| | #12 (permalink) |
| Senior Forumer ![]() | Code: <a href="Insert_URL_HERE" target="resource window"><img src="http://img.photobucket.com/albums/v165/firetrack/FinishedBanner11.jpg" alt="Image hosted by Photobucket.com"></a> |
![]() Whatever you do, do NOT click this link!!!! LINK ![]() | |
| | |
| | #13 (permalink) |
| Banned User ![]() | Well Done Iyeru !! Members Like Yourself, Evilcorporatewhore, infernus, whiteknight3, winnopeg, etc Are excellent, freindly and useful memders of forumer. Its a pleasure to have chosen such a damn fine free forum, an even better forum support forum , where members can get fast, direct and undertandable help . Well done Forumers. And FMods is great too, im quite fond of mods! ![]() |
| | |
| | #14 (permalink) |
| Member | Sorry for the delay in replying but had to wait for server 2 to come back online after the upgrade to make sure I didn't mess the codeing up . Anyway thanks Infernus for your reply it works just the way I wanted. Ditto to the above post. |
| | |
![]() |
| 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 |
| Hi could someone make me a banner? | munchskinman | Graphics and Web Design (free) | 3 | 10-16-2005 02:16 AM |
| How do you make the banner transperant? | Mighty183 | phpBB2 skinning Help | 1 | 06-11-2005 10:03 PM |
| I want to make a link for my blog | Designer-J | phpBB2 General Questions | 5 | 03-27-2005 09:52 AM |
| [resolved]Â*How Do I Link My Banner To My Website? | lerin57 | phpBB2 General Questions | 7 | 01-06-2005 01:20 PM |
| Link A Banner | sgtmiller | General Chat Area | 5 | 11-13-2004 12:07 AM |