PDA

View Full Version : Change Buddy online/offline Buttons


Diva
09-09-2002, 12:41 AM
Hi. I was wondering where I could change which .gif the buddy list in the user cp uses to show people online/offline? Thanks bunches!

I thought this would be easy... but I sure can't figure it out!

Logician
09-09-2002, 09:17 AM
You should be able to change them via the relevant template.. :)

Diva
09-09-2002, 11:50 AM
I know it may seem easy to you, but I sure don't know what I'm doing. It only says $onoff.gif. I need to figure out how to change that. I thought I also changed the usercp.php.

Anyone? Much appreciated!

Logician
09-10-2002, 08:08 AM
edit usercp.php and find:

$onoff="on";

Replace it as:

$onoff="xxxxx";

(Upload xxxxx.gif to your image dir.)

Find:

$onoff="off";

Replace it as:

$onoff="yyyyy";

(Upload yyyyy.gif to your image dir.)

check if text "$onoff" appears somewhere else and change them accordingly too if any (I cant check it because my usercp.php is heavily hacked)

Diva
09-10-2002, 11:31 AM
Yay! It worked! Thanks bunches!