Log in

View Full Version : who knows chat open in pop-up


Wajow-community
02-18-2014, 12:58 AM
hi,

Question how it is possible to as: http://forums.marokko.nl/ in the navigation bar to open so Chat in such a format?

thnx

RichieBoy67
02-18-2014, 03:14 AM
What chat do you have?

Wajow-community
02-18-2014, 01:04 PM
What chat do you have?

I have a irc chat.

Krusty1231
02-18-2014, 08:07 PM
We use prochatrooms that functions much the same as your link. Members are not required to log into the room in your demo however. We do not allow guests to use it, but I do know prochatrooms can be set up like your demo.

Wajow-community
02-19-2014, 12:14 AM
We use prochatrooms that functions much the same as your link. Members are not required to log into the room in your demo however. We do not allow guests to use it, but I do know prochatrooms can be set up like your demo.

So how can i set a link chat that opens in such like pop-up?

href="javascript:void(0)" onclick="openChat()" title="Chat">

how to set in the navigation tab?

Krusty1231
02-19-2014, 03:12 PM
In your navigation manager create the tab.

Title: whatever you want
Target URL: http://www.yoursite.com/chatLogin.php (as an example) Change to whatever php extension you are using for a chat...etc.
Show permission name - member - or leave it blank for all
Open in a new page - select yes.

Save,

That is my settings for prochatroom. I hope it helps you.

Wajow-community
02-19-2014, 04:31 PM
No does not help.. its must be like this butt howe in navigation ttab:

<!-- javascript -->
<script type="text/javascript">
if (/MSIE (\d+\.\d+);/.test(navigator.userAgent))
{
window.open('./index-chat.html', '', 'resizeable=no, width=1035,height=670');
}
else
{
window.open('./index-chat.html', 'resizeable=no','width=1035,height=670');
}
</script>

Wajow-community
02-21-2014, 01:46 PM
who can help?

RichieBoy67
02-21-2014, 03:03 PM
I did this years ago with Flashchat. When I have a chance I will see if I can figure out how I did it.

I am sure there are others here that know better than me but when I did this I believe I edited the navtabs template. I am on mobile now so do not have access to my site admincp but I believe you can create a script and call to it through the tab manager. That may be easier then editing the template.

I also do not see how that code will work in the tab manager.

Wajow-community
02-21-2014, 06:01 PM
Ok thnx for help!

Wajow-community
02-23-2014, 06:11 PM
up....

Wajow-community
02-26-2014, 11:34 AM
up...

Wajow-community
03-01-2014, 04:56 PM
up...

Wajow-community
05-07-2014, 10:18 PM
nobody yet???

Davey-UK
05-13-2014, 03:34 PM
For flashchat, here is the link that fires from my forum menu tab.
http://www.mysite.com/forum/chat/" onclick="openWindow(this.href);this.blur();return false;

Hope this helps.

RichieBoy67
02-13-2016, 04:05 AM
Old thread but i just had to do this again after a few years and I came up with this. Change ### with your dimensions and add your chatpage url.


'javascript:void(0)' onclick='window.open("http://Your Chatpage","","height=###,width=###,status=1")