Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 4
Seite [1]
kor_jaw


Rock the board




Beiträge: 67
# Thema - 01.01.2009 um 13:07 Uhr
1) Articles - picture & navlist

When i add article, i saw new option - Bild/Picture and i can choose smth there. When i add article with this "Bild/Picture" i didnt see anywhere this Bild/Picture : / (i think, this doesn't work yet).
Someone can fix this ? And then how can i add this picture to navlist ? Thx for help.

2) Users - size picture in navlogin
navlogin.php
if(!empty($user['users_picture']))
{
$data['users']['pic'] = cs_html_img('uploads/users/' . $user['users_picture']);
}
else
{
$data['users']['pic']= cs_html_img('uploads/users/nopicture.jpg','30','30');
}

But this size 30x30 don't work and i don't know what must i to do : /

3) When will be official new clansphere version and betsystem ?

4) Cup has bugs ? Good if someone will make Cup with Winner Bracket and Looser Bracket, its extra :]

5) ClanWars - statistik / scores
Already we can add players, who played in the match and scores are overall. It will be good, if will be individual stats. Now its only overall stats (in profile of user - wins/draws/loss), there can be f.e.
CS - frags/deads
WC3 - win/loss
but all individual stats

f.e for WC3 - Map - Player - Score(Win/Lose) 2:1/2:0/1:2/0:2/1:0/0:1
for CS - Map - Player - Score (Frags/Deads) x:x


Zuletzt editiert von kor_jaw am 01.01.2009 um 15:26 Uhr (1x Editiert)
Inaktiv
Popeye1001


Beginner




Beiträge: 11
# Antwort: 1 - 01.01.2009 um 13:32 Uhr
navlogin4 has function:

if(!empty($user['users_picture'])) {
$data['users']['pic'] = cs_html_img('uploads/users/' . $user['users_picture']);
} else {
$data['users']['pic'] = cs_html_img('uploads/users/nopic.jpg');
}


Zuletzt editiert von Popeye1001 am 01.01.2009 um 13:33 Uhr (1x Editiert)
Inaktiv
|
kor_jaw
Thread-Ersteller


Rock the board




Beiträge: 67
# Antwort: 2 - 02.01.2009 um 11:05 Uhr
2) Users - size picture in navlogin
navlogin.php
if(!empty($user['users_picture']))
{
$data['users']['pic'] = cs_html_img('uploads/users/' . $user['users_picture']);
}
else
{
$data['users']['pic']= cs_html_img('uploads/users/nopicture.jpg','30','30');
}

But this size 30x30 don't work and i don't know what must i to do : /


Inaktiv
|
Popeye1001


Beginner




Beiträge: 11
# Antwort: 3 - 02.01.2009 um 14:52 Uhr
$data['users']['pic']= cs_html_img('uploads/users/nopicture.jpg', 30 , 30);


Inaktiv
|
kor_jaw
Thread-Ersteller


Rock the board




Beiträge: 67
# Antwort: 4 - 02.01.2009 um 15:09 Uhr
hmm, this don't work : P


Somebody can help me with 1 or 2 point ??


Zuletzt editiert von kor_jaw am 04.01.2009 um 11:16 Uhr (1x Editiert)
Inaktiv
|
Antworten: 4
Seite [1]


Sie müssen sich registrieren, um zu antworten.