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 02-02-2008, 02:34 AM   #1 (permalink)
Member
 
hovie's Avatar
 
Join Date: Jan 2008

Posts: 29
Rep Power: 0 hovie is on a distinguished road
fTrader: (0)
fBuck$: 195.0
Bank: 0.0
Total fBuck$: 195.0

My Forumer
My Country:
Default Can I add a chat button?

I am wanting a certain style but it does not include the chat button. Some styles do and some don't. Is there any way I can add one? Thanks


Eric
hovie is offline   Reply With Quote
Old 02-02-2008, 03:39 AM   #2 (permalink)
Elite Forumer
 
Wild Cat's Avatar
 
Join Date: May 2007

Location: UK
Posts: 6,511
Rep Power: 9 Wild Cat has a spectacular aura aboutWild Cat has a spectacular aura about
fTrader: (3)
fBuck$: 1,997.0
Bank: 130,000.2
Total fBuck$: 131,997.2

My Forumer
My Country:
Default Re: Can I add a chat button?

You mean for the fChat?

[No Name Forums][RCX forums][Forum Promotion][IHWC forums]

USEFUL TIP: If your support request gets resolved, click on THREAD TOOLS > MARK THIS THREAD AS SOLVED. This will mark the thread RESOLVED and will close the thread. (please use this tip!)

Please do not PM/e-mail me for support unless I ask you to.
Do a search and if you don't find your answer create a thread with your question and I will be happy to help. I can not be replying the same answer over and over in an e-mail/PM. Thanks.
Wild Cat is online now   Reply With Quote
Old 02-02-2008, 05:14 AM   #3 (permalink)
Member
 
hovie's Avatar
 
Join Date: Jan 2008

Posts: 29
Rep Power: 0 hovie is on a distinguished road
fTrader: (0)
fBuck$: 195.0
Bank: 0.0
Total fBuck$: 195.0

My Forumer
My Country:
Default Re: Can I add a chat button?

yes for the fchat
hovie is offline   Reply With Quote
Old 02-02-2008, 05:59 AM   #4 (permalink)
Elite Forumer
 
Wild Cat's Avatar
 
Join Date: May 2007

Location: UK
Posts: 6,511
Rep Power: 9 Wild Cat has a spectacular aura aboutWild Cat has a spectacular aura about
fTrader: (3)
fBuck$: 1,997.0
Bank: 130,000.2
Total fBuck$: 131,997.2

My Forumer
My Country:
Default Re: Can I add a chat button?

well there's not much point to have the button unless you purchase the fChat............ if you have there should be some instructions for how to install it I think.

Have you bought the fChat? You can do so in your admin CP-> fSettings

[No Name Forums][RCX forums][Forum Promotion][IHWC forums]

USEFUL TIP: If your support request gets resolved, click on THREAD TOOLS > MARK THIS THREAD AS SOLVED. This will mark the thread RESOLVED and will close the thread. (please use this tip!)

Please do not PM/e-mail me for support unless I ask you to.
Do a search and if you don't find your answer create a thread with your question and I will be happy to help. I can not be replying the same answer over and over in an e-mail/PM. Thanks.
Wild Cat is online now   Reply With Quote
Old 02-02-2008, 07:18 AM   #5 (permalink)
Member
 
hovie's Avatar
 
Join Date: Jan 2008

Posts: 29
Rep Power: 0 hovie is on a distinguished road
fTrader: (0)
fBuck$: 195.0
Bank: 0.0
Total fBuck$: 195.0

My Forumer
My Country:
Default Re: Can I add a chat button?

yes i have bought the fchat.
hovie is offline   Reply With Quote
Old 02-02-2008, 07:47 AM   #6 (permalink)
Elite Forumer
 
Wild Cat's Avatar
 
Join Date: May 2007

Location: UK
Posts: 6,511
Rep Power: 9 Wild Cat has a spectacular aura aboutWild Cat has a spectacular aura about
fTrader: (3)
fBuck$: 1,997.0
Bank: 130,000.2
Total fBuck$: 131,997.2

My Forumer
My Country:
Default Re: Can I add a chat button?

ok well I have never had an fChat on my forum neither did I try it so i am not sure if it will help you.

I can tell you how to add a link to your forum ........ on the top bar near Main Site and Rules and Regulations.
Guess you must have some URL to your fchat .........go to your

Admin CP
-> Skin & Templates -> HTML templates -> Manage HTML -> Global HTML elements (skin_global.php) -> Board Header (logo, links, etc) (function BoardHeader) -> Edit Single

Code:
<!--IBF.BANNER-->
<div id='logostrip'>
  <a href='{ibf.script_url}' title='Board Home'><img src='http://url of your banner' 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>
   <a href="http://url of your fChat">&nbsp; &nbsp;&nbsp; fChat &nbsp;</a>
   <!--IBF.CHATLINK-->
   <!--IBF.TSLLINK-->
 </td>
</tr>
</table>
<% MEMBER BAR %>
<br />

<br />
The red bit is the whole bar with the links, the blue bit is the links that you have to add there...

If you want to place a picture there instead of a text link you have to do this code:
Code:

<a href='http://URL of your fChat' >&nbsp; &nbsp;&nbsp;<img src='http://URL of your image' />&nbsp; </a> 
Hope it helps.... let me know how you get on.

If you want to add the link somewhere else let me know.

[No Name Forums][RCX forums][Forum Promotion][IHWC forums]

USEFUL TIP: If your support request gets resolved, click on THREAD TOOLS > MARK THIS THREAD AS SOLVED. This will mark the thread RESOLVED and will close the thread. (please use this tip!)

Please do not PM/e-mail me for support unless I ask you to.
Do a search and if you don't find your answer create a thread with your question and I will be happy to help. I can not be replying the same answer over and over in an e-mail/PM. Thanks.
Wild Cat is online now   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

Similar Threads
Thread Thread Starter Forum Replies Last Post
18.forumer.com How do I remove the "Email" button and "contact card" button? Arcadiiaa IPB Skinning Help 7 01-08-2008 03:27 PM
Button SnowboarderJake Graphics Showoff 6 04-02-2007 04:49 AM
Installing phpBB Chat (123 Flash Chat) t3mp3st General Chat Area 18 07-25-2006 11:54 PM
Chat in Chat Rooms , Chat In Fourms ,Ch@ 2 ppl! Carnage Show Off 2 07-10-2006 07:40 PM
add button Icemaster IPB General Support 0 02-07-2006 01:51 PM