
07-28-2008, 11:18 AM
|
|
|
Join Date: Feb 2004
Location: Erlangen, Germany
Posts: 2,747
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by MonkYZ
First, can you please modify the next version so that when somebody clicks on level bars, it should be redirected to Experience page ? Now, if you click them, nothing happens 
|
You can change the template xperience_gfx for that
Quote:
Originally Posted by MonkYZ
Seccond, can somebody tell me what are these lines called in the template, or how can i modify them, as it's killing my style (everything is black/dark, except these white ugly lines). I attached a screenshot, but in case it will be downsized, here is the full one. www.monky.ro/temp/2008-07-28_005626.png
|
That is predefined via css. The tag is fieldset, you can change it with f.e. this:
fieldset {
border:2px solid black;
}
Quote:
Originally Posted by pranaysanghavi
when i clicked recount, it showed me this thing:
Invalid SQL:
UPDATE user
SET
xperience_awards=CONCAT('1|activity|Activity Award', ',', xperience_awards)
WHERE userid=;
|
Are you using manual assign of an award?
|