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

Change \"Members Online\" container backdrop

A collection of how-to's, submitted by users for other users!

Moderator: re*s.t.a.r.s.*2

Post a reply
2 posts • Page 1 of 1

Postby Calman45 » Thu Oct 21, 2010 7:11 am

Hi Folks,

Where time permits, I will try and put together some guides, from my "chat tweaks" over the last year or two.

This is a sample of my style.css.php ... which shows how to add your own online panel backdrop.


Code: Select all
/*usernames-onlinelist*/
div.pfc_online {
  position: absolute;
  font-size: 11px;
  right: 0px;
  top: 0px;
  padding: 0px;
  overflow: auto;
  width: [b]139px;[/b]
  border-bottom: 1px solid #555;
/* WARNING: do not fix height in % because it will display blank screens on IE6 */
/*  height: 100%;*/
  color: #000; /* colors can be overriden by js nickname colorization */
  background-color: #fdfceb;
  background-image: url("<?php echo $c->getFileUrlFromTheme('[b]YOURTHEMEDIR/YOURIMAGE.jpg[/b]'); ?>");
  background-repeat: repeat-y;
  background-position: left;
  background-repeat: repeat-y;
  /* borders are drawn by the javascript routines */
}

The main things to set above being, your custom image path and it's "width"

Hope this helps some folks?

All the best,
Cal :)
Calman45
Support Team
 
Posts: 150
Joined: Sun Oct 26, 2008 11:09 pm
Location: Western Canada
  • Website
Top

Postby OldWolf » Thu Oct 21, 2010 5:13 pm

Great idea Calman... I'm going to take it one step further for you. ;)
Signature:
Read before Posting: Forum Rules
Note: I am unable to offer support through PM/e-mail at this time.
OldWolf
Site Admin
 
Posts: 1918
Joined: Sun Sep 23, 2007 5:48 am
Top


Post a reply
2 posts • Page 1 of 1

Return to How-to (v1.x)

Who is online

Users browsing this forum: No registered users and 3 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