The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Need Help with Chat

2 posters

Go down

Need Help with Chat Empty Need Help with Chat

Post by Jaguar Sidus December 8th 2012, 11:37 pm

I was trying to figure out the customization with chat, but messed it up. Now my chat will only display the word Chatbox on top of an blank white page.
I was wondering if someone could create a HTML code for a chatbox which has alternating black and grey post-lines in the main text screen? And a button for Chat on my Header that matches the default one on my forum... aliorum.forumotion.com...
Also I was wondering if a chat with multiple channels and PM was possible.
Help would be much appreciated
........Jaguar
avatar
Jaguar Sidus
New Member

Posts : 3
Reputation : 1
Language : English

Back to top Go down

Need Help with Chat Empty Re: Need Help with Chat

Post by Jaguar Sidus December 9th 2012, 12:27 am

How does one make it so that the widget can be accessed by a Header button?
avatar
Jaguar Sidus
New Member

Posts : 3
Reputation : 1
Language : English

Back to top Go down

Need Help with Chat Empty Re: Need Help with Chat

Post by Jaguar Sidus December 9th 2012, 11:52 pm

The chat widget.
avatar
Jaguar Sidus
New Member

Posts : 3
Reputation : 1
Language : English

Back to top Go down

Need Help with Chat Empty Re: Need Help with Chat

Post by nextlevelgaming December 10th 2012, 12:48 am

Since you are using PHPBB2 go into

ACP>DISPLAY>TEMPLATES>GENERAL

Find OVERALL_HEADER

then find

Code:
   <tr>
                  <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
               </tr>

After the {GENERATED_NAV_BAR} type <li>Place the Code Here</li>


And that should do it for ya Save the template then add it Add

Nevermind that may not work for you. I have done this, though checking back I did it with punbb.

Try just placing instead of the <li></li> Making the link after the php placeholder.

so like this

Code:
{GENERATED_NAV_BAR}<a href="">CHATBOX</a>
OR

Code:
<a href=""><img class="" src=""/></a>
or even

Code:
<span style="cursor:pointer;"><img src=""/></span>
Depends on what you want to do it. Just make sure it works correctly. Just remember you need to find the bit of the javascript that makes the pop up and make it so it'll work with the onClick event of the a href or span that you would like to use
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum