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.

How I can create pop-up chat

+2
levy
Kralj
6 posters

Go down

How I can create pop-up chat Empty How I can create pop-up chat

Post by Kralj June 29th 2013, 10:08 pm

How I can create pop-up on phpBB 3? I was read and trying lot and nothing aren't work on phpBB 3... Can you help me?
Kralj
Kralj
Forumember

Male Posts : 128
Reputation : 6
Language : Croatian || English || HTML
Location : Croatia

Back to top Go down

How I can create pop-up chat Empty Re: How I can create pop-up chat

Post by levy June 29th 2013, 10:16 pm

Hello , have you a simple forum exampe with this ?
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

How I can create pop-up chat Empty Re: How I can create pop-up chat

Post by Kralj June 29th 2013, 10:43 pm

I don't understand... Are u mean in admin panel "simple" and "advice"? I have "advice"... If u think that...
Kralj
Kralj
Forumember

Male Posts : 128
Reputation : 6
Language : Croatian || English || HTML
Location : Croatia

Back to top Go down

How I can create pop-up chat Empty Re: How I can create pop-up chat

Post by Derri June 29th 2013, 11:06 pm

Derri
Derri
Helper
Helper

Male Posts : 8755
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom

Back to top Go down

How I can create pop-up chat Empty Re: How I can create pop-up chat

Post by levy June 29th 2013, 11:17 pm

No , I talked about a forum with this script:s
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

How I can create pop-up chat Empty Re: How I can create pop-up chat

Post by Kralj June 29th 2013, 11:20 pm

Can you copy that code there? I'm on mobile and I can't acess to that page.
Kralj
Kralj
Forumember

Male Posts : 128
Reputation : 6
Language : Croatian || English || HTML
Location : Croatia

Back to top Go down

How I can create pop-up chat Empty Re: How I can create pop-up chat

Post by levy June 30th 2013, 12:13 am

Create a new javascript and insert that :

Code:
var avacweb_chat_config = {   version : '1-8',   new_chat_title : 'AvacWeb Chatbox',   auto_log_in : 'open',   archives : 1,   sound_file : 'http://www.freesfx.co.uk/rx2/mp3s/2/1305_1256857800.mp3',   stylesheet : 'http://chat.avacweb.net/avacweb_chat.css',   disable_timeout : 0,   allow_private_messaging : 1,   allow_user_resize : 1,   commands : {},   can_open_tabs : [1], //user ids of users who can open new tabs.   tabs : {},   allow_copyrights : 1, //please be kind and allow AWC to place small discreet copyrights and backlink on your forum.   // DO NOT TOUCH ANYTHING BELOW   message_hook:[],user_hook:[],events:{},add_event:function(t,f) {t=/^on/.test(t)?t:'on'+t;t in this.events?this.events[t].push(f):this.events[t]=[f]}};document.write('<script type="text/javascript" src="http://chat.avacweb.net/v' + avacweb_chat_config.version + '.js" id="achat_script"></script>');
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

How I can create pop-up chat Empty Re: How I can create pop-up chat

Post by Kralj June 30th 2013, 1:32 am

it doesnt work
Kralj
Kralj
Forumember

Male Posts : 128
Reputation : 6
Language : Croatian || English || HTML
Location : Croatia

Back to top Go down

How I can create pop-up chat Empty Re: How I can create pop-up chat

Post by SLGray June 30th 2013, 1:59 am

You need to go to the link Derri posted and follow the instruction.


How I can create pop-up chat Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

How I can create pop-up chat Empty Re: How I can create pop-up chat

Post by Kralj June 30th 2013, 2:07 am

I m, nothings happened
Kralj
Kralj
Forumember

Male Posts : 128
Reputation : 6
Language : Croatian || English || HTML
Location : Croatia

Back to top Go down

How I can create pop-up chat Empty Re: How I can create pop-up chat

Post by SLGray June 30th 2013, 2:14 am

Do you have the original chatbox activated?


How I can create pop-up chat Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

How I can create pop-up chat Empty Re: How I can create pop-up chat

Post by Kralj June 30th 2013, 2:16 am

SLGray wrote:Do you have the original chatbox activated?

no
Kralj
Kralj
Forumember

Male Posts : 128
Reputation : 6
Language : Croatian || English || HTML
Location : Croatia

Back to top Go down

How I can create pop-up chat Empty Re: How I can create pop-up chat

Post by Sanket July 3rd 2013, 11:17 am

Kralj wrote:
SLGray wrote:Do you have the original chatbox activated?

no
I think you will need to activate it then.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

How I can create pop-up chat Empty Re: How I can create pop-up chat

Post by Kralj July 3rd 2013, 11:36 am

Ok I will, later.
Kralj
Kralj
Forumember

Male Posts : 128
Reputation : 6
Language : Croatian || English || HTML
Location : Croatia

Back to top Go down

How I can create pop-up chat Empty Re: How I can create pop-up chat

Post by kirk July 8th 2013, 8:39 pm

Kralj wrote:Ok I will, later.

 you should really be sitting at real computer when doing things like this.

You can also do a simple pop-out like this.

be sure your forum chat is activated and select not to show chat box.
place this code in your homepage message,forums description or forums announcement.

In the end of the code where it says Pop-Out Chat. you can name it what you like or even add a image in html image tags.

Code:

 <div style="margin:auto;text-align:center;width:100%"><a href="chatbox/chatbox.forum" target="_blank" onclick="window.open('chatbox/chatbox.forum','cb','resizable=0,scrollbars=0,width=810,height=300,top=60,left=60');return false;">Pop-Out Chat</a> </div>


kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

How I can create pop-up chat Empty Re: How I can create pop-up chat

Post by Kralj July 8th 2013, 9:02 pm

I'm try code on that page. They don't work, I will try your code, I'm not at home, and I can't now.
I'm on computer every day, but 1-2 hours, other on monile.

But thanks you. Smile
Kralj
Kralj
Forumember

Male Posts : 128
Reputation : 6
Language : Croatian || English || HTML
Location : Croatia

Back to top Go down

Back to top

- Similar topics

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