add css effect to rank problem


  -----  
Author Message

CrAzY
Member

Sun Aug 05, 2007 8:07 am   Post subject: add css effect to rank problem
hi sir,
i successfully edited the files of adding css effect to rank.
http://www.phpbbhacks.com/download/558


the problem is this i cant see any effect on the rank title.can u tell me why or anyother way to fix it.thanz
my web is this www.warez.awatm.net

thanx
Najeeb.
 

Thoul
Administrator

Mon Aug 06, 2007 11:49 am   Post subject: Re: add css effect to rank problem
Make sure you've edited and uploaded your stylesheet and/or overall_header.tpl. Only one of those will have an effect; it depends on which one your template is using. If it is the stylesheet, you may need to clear your browser's cache for the changes to be reflected.
 

CrAzY
Member

Tue Aug 07, 2007 1:03 am   Post subject: Re: add css effect to rank problem
yeah i edited all the files correctly and uploaded them.but why the effect is not showing and if i edited wrongly why not any error occure.i m sure that i have edited and uploaded them correctly.plz help ehat should i do
 

Thoul
Administrator

Tue Aug 07, 2007 2:19 pm   Post subject: Re: add css effect to rank problem

Quote:

if i edited wrongly why not any error occure


If you edit a CSS file incorrectly, it doesn't display any errors. It will just ignore what was added.

Can you show me what you're entering in the ACP and in your CSS, please?
 

CrAzY
Member

Wed Aug 08, 2007 1:11 am   Post subject:
thanx for you kind support.i edited css files same as you u written

Code:

#-----[ OPEN ]------------------------------------------
#
templates/subSilver/subSilver.css

#
#-----[ FIND ]------------------------------------------
#

/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/

#
#-----[ BEFORE, ADD ]------------------------------------------
#

/* This file modified for Add CSS Effects to Ranks 1.4.0 */

#
#-----[ FIND ]------------------------------------------
#

@import url("formIE.css");

#
#-----[ AFTER, ADD ]------------------------------------------
#

/* Add CSS Effects to Ranks - Begin Code Addition */

.administrator {
   filter: glow(color=green);
   height: 20px;
   text-decoration: underline;
}

.moderator {
   filter: shadow(color=blue);
   height: 20px;
   color: pink;
}

.supermoderator {
   font-weight: bold;
   font-style: italic;
}

/* Add CSS Effects to Ranks - End Code Addition */


But

Code:

Can you show me what you're entering in the ACP and in your CSS, please?


Sir in the the Hack i didnt saw any thing about ACP.what to enter in ACP??
 

Thoul
Administrator

Wed Aug 08, 2007 2:32 pm   Post subject: Re: add css effect to rank problem
You need to customize the CSS file based on the rank names you've set up in the ACP. There's a section about this in the readme.txt with the hack.

Basically, if you've created a rank called "Longtime Member" and you want it to appear in green, you need to add something like this to the CSS file:

Code:

.longtimemember {
   color: green;
   font-weight: bold;
   font-style: italic;
}
 

Page 1 of 1
Display posts from previous: