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.

Popout chat

4 posters

Go down

Popout chat Empty Popout chat

Post by devinjones February 20th 2012, 9:17 am

can someone plz give me a html or css scripts for pop out chat if you can css though
avatar
devinjones
Forumember

Male Posts : 31
Reputation : 0
Language : english

Back to top Go down

Popout chat Empty Re: Popout chat

Post by Guest February 20th 2012, 12:46 pm

avatar
Guest
Guest


Back to top Go down

Popout chat Empty Re: Popout chat

Post by devinjones February 20th 2012, 9:53 pm

that won't work for me
avatar
devinjones
Forumember

Male Posts : 31
Reputation : 0
Language : english

Back to top Go down

Popout chat Empty Re: Popout chat

Post by XDirect12345 February 20th 2012, 11:01 pm

1) Create an HTML Page in HTML Pages Management
*Forum header and footer set to 'NO'
*Use as homepage set to 'NO'

and put this code:

Code:
<!-- Codes by Quackit.com -->
<right>
<script type="text/javascript">
// Popup window code
function newPopup(url) {
   popupWindow = window.open(
      url,'popUpWindow','height=600,width=1000,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
}
</script>
<a href="JavaScript:newPopup('http://yourforum.forumotion.com/chatbox/index.forum');">
<img src="URL OF IMAGE ICON YOU WANT TO USE"
  alt="World Wide Web Consortium Home"
  width="72" height="46" border="0" />
</a>
</right>

Hit submit

2) Go to forum widgets management create a widget and call it Chatbox Popup.
*Use as table type set to 'NO'
Put this code into the widget source:
Code:
<!-- Codes by Quackit.com -->
<right>
<script type="text/javascript">
// Popup window code
function newPopup(url) {
   popupWindow = window.open(
      url,'popUpWindow','height=600,width=1000,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
}
</script>
<a href="JavaScript:newPopup('http://yourforum.forumotion.com/chatbox/index.forum');">
<img src="URL OF IMAGE ICON YOU WANT TO USE"
  alt="World Wide Web Consortium Home"
  width="72" height="46" border="0" />
</a>
</right>

Hit save

3) Go to personal widgets and find "Chatbox Popup" or whatever you named it and put it anywhere on the left or right side. Be sure to set your permissions.

Hit save.

4) Go to the display tab go to colors under "pictures and colors". Go to CSS Stylesheet

Put this at the top:
Code:
/* Pop up chatbox */

a:focus
{
-moz-outline-style: none;
}

And then you should have a popup chatbox. It should be located on the left or right side of your forum.
XDirect12345
XDirect12345
Forumember

Male Posts : 361
Reputation : 3
Language : English

http://xdirect12345.forummotion.com

Back to top Go down

Popout chat Empty Re: Popout chat

Post by LGforum February 21st 2012, 1:31 am

May I ask why the FM-Chat is not working for you?

What exactly are you looking for when you say popout chat?
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Popout chat Empty Re: Popout chat

Post by BryanR February 21st 2012, 3:05 am

Furthermore, their is other chatboxes that with some CSS & HTML knowledge, you can incorporate and add to your forum. Just google something, and you should find it.
avatar
BryanR
Forumember

Male Posts : 185
Reputation : 10
Language : English | Spanish | Spanglish | HTML | Graphics
Location : Support Forum@Forumotion.com

Back to top Go down

Back to top

- Similar topics

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