• 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

Smilies in another window drop .. Help?

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

Post a reply
2 posts • Page 1 of 1

Postby MaleXachi » Wed Jul 28, 2010 2:05 pm

I've been trying for a while smilies in another window to put down. I want him put down, it looks like this screenshot:

Image

Can anyone help me?
MaleXachi
Member
 
Posts: 11
Joined: Tue Jul 27, 2010 1:04 am
Top

Postby waiheke » Fri Oct 29, 2010 12:33 pm

It's straightforward.
Delete the div that holds it, and then nestle the div inside another one that you can easily manage on your main chat page.

Open themes/(your theme)/chat.html.php and delete the line <div id="pfc_smileys" style="display:none"></div>.

Open your chat page, which might be index.php

This goes before the <body> tag.

Code: Select all
div.emoticons {
   position: absolute;
   top: 133px;
   right: 44px;
   margin-top: 0.5em;
   margin-left: 4px;
   padding:0px;
   width: 124px;
   display: inline;
   text-align: center;
overflow: auto;

}

body div#pfc_smileys {
width:120px;
float:left;
padding:30px 2px;
margin:0 4px;
border: 3px solid #000000;
}

then after the <body> tag

Code: Select all
<div class="emoticons">
<div id="pfc_smileys" style="display:none"></div>
</div>
Last edited by waiheke on Fri Oct 29, 2010 12:34 pm, edited 1 time in total.
waiheke
Member
 
Posts: 126
Joined: Sun Sep 12, 2010 4:33 pm
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 16 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