• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Gesior Acc][Layout]WidNet ( Table fixes - colors )

Kavvson

Gdy boli cie glowa wez
Joined
Jun 25, 2008
Messages
1,177
Reaction score
72
Location
Poland
Greetings. As i saw most of the users of the template are not able to change some table colors :]

Characters.php Fix​

I mean in Characters ( the hp/mana bar )
igi2ig.jpg


Its simple. Open your characters.php and

Find #d4c0a1 and replace it by #1f1f1f - this will change the Health bar color.

Find #f1e0c6 and replace it by #2c2c2c - this will change the Mana bar color.

Shop system Fix​

Open your shopsystem.php
112afrc.jpg


Find #d4c0a1 and replace it by #1f1f1f

Find #f1e0c6 and replace it by #2c2c2c

Find #505050 and replace it by #191919
 
ehrm the layout has nothing to do with that.
You are posting a fix about the AAC, not the layout´s
 
Ye but belive me 80% of it users dont know how to change it:p
 
no, they just don´t know the HTML/XHTML basics
 
PHP:
Find #d4c0a1 and replace it by '.$config['site']['darkborder'].'
Find #f1e0c6 and replace it by '.$config['site']['lightborder'].'
Find #505050 and replace it by '.$config['site']['vdarkborder'].'
This automatically change the colors as they were configured in layout_config.ini
Its more easier
 
PHP:
Find #d4c0a1 and replace it by '.$config['site']['darkborder'].'
Find #f1e0c6 and replace it by '.$config['site']['lightborder'].'
Find #505050 and replace it by '.$config['site']['vdarkborder'].'
This automatically change the colors as they were configured in layout_config.ini
Its more easier

Works way better, also when ur using other layouts than widnet.
 
Ye better read my topic :pP you will see .. i changed all class into style ;] so wont work with $config because i use a other version take a look and maybe you like it
 
Back
Top