• Forum
  • Doc
  • Screenshots
  • Download
  • Donate
  • Contributors
  • Contact
  • Follow @phpfreechat
  • DEMO
  • Board index ‹ Version 1.x branch ‹ General Support (v1.x)
  • Change font size
  • FAQ
  • Register
  • Login

How to disable popup info box on usernames?

Moderators: OldWolf, re*s.t.a.r.s.*2

Post a reply
2 posts • Page 1 of 1

How to disable popup info box on usernames?

Postby hollyt9 » Wed May 15, 2013 3:19 pm

hi guys,
sorry if this has been asked before i've searched through the forums and can't find the answer.

i'm using the phpfreechat plugin for the e107 CMS.

In the right land column where it displays the list of user-names in the chat room it also shows a small popup info box when you click on a users name. which their ip, email and private message option.
is there a way to disable this? so that the names are not clickable?

thanks in advance.
hollyt9
New member
 
Posts: 1
Joined: Wed May 15, 2013 3:11 pm
Top

Re: How to disable popup info box on usernames?

Postby Alky » Sun May 19, 2013 2:32 am

The solution depends entirely on the version of PFC you're using, so I'll assume you're using 1.6 which is the latest in the 1.x generation.

This is completely untested so have backups, but basically my thinking is if you get rid of the onclick then you get rid of the onclick behavior, which is the box :)

in data/public/js/pfcclient.js around line 1443 look for this block of code:
Code: Select all
    a.onclick = function(evt){
      var d = pfc.getNickWhoisBox(this.pfc_nickid);
      document.body.appendChild(d);
      d.style.display = 'block';
      d.style.zIndex = '400';
      d.style.position = 'absolute';
      d.style.left = (mousePosX(evt)-7)+'px';
      d.style.top  = (mousePosY(evt)-7)+'px';
      return false;
    }

Now delete it, upload the change, rehash the chat (probably doesn't need it), for sure refresh your chat page to get the new js file, and if all goes well clicking a name won't open a whois box.
Alky
New member
 
Posts: 8
Joined: Thu Mar 21, 2013 6:53 pm
  • Website
Top


Post a reply
2 posts • Page 1 of 1

Return to General Support (v1.x)

Who is online

Users browsing this forum: No registered users and 31 guests

  • Board index
  • The team • Delete all board cookies • All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
Sign in
Wrong credentials
Sign up I forgot my password
.
jeu-gratuit.net | more partners
Fork me on GitHub