Antworten: 22
|
|
![]() Beginner Beiträge: 11 |
# Thema - 16.01.2008 um 16:49 Uhr
When the user register, then logged it show this flag ![]() Thanks! |
Inaktiv |
|
![]() ![]() Supporter ![]() Herkunft: Daheim Beiträge: 2923 |
# Antwort: 1 - 16.01.2008 um 16:59 Uhr
You could take a copy of the US-Flag and rename it as "fam.png". Then this is the Standard-Icon ... Tom ------------------ Bei Problemen mit Code von mir bitte eine
![]() ![]() |
Inaktiv |
|
![]() ![]() Medal of Honor ![]() Herkunft: Hamm Beiträge: 11094 |
# Antwort: 2 - 16.01.2008 um 17:05 Uhr
/mods/users/register.php Line 157: $users_save = array(2, $register['nick'], $sec_pwd, $register['lang'], 'fam', $register['email'], cs_time(), cs_time(), $active, 20, $def_timezone, $def_dstime, '', '',$register['users_key']); change to $users_save = array(2, $register['nick'], $sec_pwd, $register['lang'], 'us', $register['email'], cs_time(), cs_time(), $active, 20, $def_timezone, $def_dstime, '', '',$register['users_key']); ------------------ mfg Patrick "Fr33z3m4n" Jaskulski ![]() Antoine de Saint-Exupéry: Wenn Du ein Schiff bauen willst, so trommle nicht Männer zusammen, um Holz zu beschaffen, Aufgaben zu verteilen, sondern lehre die Männer die Sehnsucht nach dem endlosen weiten Meer. Zuletzt editiert von Fr33z3m4n ![]() |
Inaktiv |
|
![]() Poststar ![]() Beiträge: 648 |
# Antwort: 3 - 16.01.2008 um 17:15 Uhr
$users_save = array(2, $register['nick'], $sec_pwd, $register['lang'], 'de', $register['email'], cs_time(), cs_time(), $active, 20, $def_timezone, $def_dstime, '', '',$register['users_key']); de für deutschland? hab ich da richtig gekuckt? ![]() ------------------ ..............................................Club-HP unter www.zocker-gemeinde.com................................. ![]() |
Inaktiv |
|
![]() Geekboy Beiträge: 1055 |
# Antwort: 4 - 16.01.2008 um 17:16 Uhr
ja, hast du wohl...^^ |
Inaktiv |
|
![]() Thread-Ersteller Beginner Beiträge: 11 |
# Antwort: 5 - 16.01.2008 um 17:17 Uhr
Thank you Also when I tried to edit the ClanWar such has Played, & etc, the Statusin Module, it doesn't repeat the BG, I wanted to make it separate BG. You can see it here http://avoke.net/ on top left that said Latest Matches The code in navlist.tpl is <div id="wars" ><font color="#560e06"><span style="font-size: 9px;"><table cellpadding="0" cellspacing="0"> {loop:wars} <tr> <td class="left">{wars:game_icon}</td> <td class="left">{wars:enemy}</td> <td class="right">{wars:wars_score1}</td> <td class="center">:</td> <td class="left">{wars:wars_score2}</td> <td class="right">{wars:icon}</td> </tr> {stop:wars} </table></font></div> Or should it be like {loop:wars} <div id="wars" ><font color="#560e06"><span style="font-size: 9px;"><table cellpadding="0" cellspacing="0"> <tr> <td class="left">{wars:game_icon}</td> <td class="left">{wars:enemy}</td> <td class="right">{wars:wars_score1}</td> <td class="center">:</td> <td class="left">{wars:wars_score2}</td> <td class="right">{wars:icon}</td> </tr> {stop:wars} </table></font></div> |
Inaktiv |
|
![]() ![]() Medal of Honor ![]() Herkunft: Hamm Beiträge: 11094 |
# Antwort: 6 - 16.01.2008 um 17:22 Uhr
templates/aVoke/clansphere.css #wars { background-image:url('images/aVoke_wars.jpg'); height:20px; width:175px; } try #wars
{ background-image:url('images/aVoke_wars.jpg'); background-repeat: repeat-y; height:auto; width:175px; } ------------------ mfg Patrick "Fr33z3m4n" Jaskulski ![]() Antoine de Saint-Exupéry: Wenn Du ein Schiff bauen willst, so trommle nicht Männer zusammen, um Holz zu beschaffen, Aufgaben zu verteilen, sondern lehre die Männer die Sehnsucht nach dem endlosen weiten Meer. |
Inaktiv |
|
![]() Thread-Ersteller Beginner Beiträge: 11 |
# Antwort: 7 - 16.01.2008 um 17:40 Uhr
I tried to make it to stay between by 20px apart, but doesn't work. That height in css worked. but just won't fix the size of height to stay on 20px apart |
Inaktiv |
|
![]() ![]() Medal of Honor ![]() Herkunft: Hamm Beiträge: 11094 |
# Antwort: 8 - 16.01.2008 um 17:45 Uhr
20px per War line ? ------------------ mfg Patrick "Fr33z3m4n" Jaskulski ![]() Antoine de Saint-Exupéry: Wenn Du ein Schiff bauen willst, so trommle nicht Männer zusammen, um Holz zu beschaffen, Aufgaben zu verteilen, sondern lehre die Männer die Sehnsucht nach dem endlosen weiten Meer. |
Inaktiv |
|
![]() Thread-Ersteller Beginner Beiträge: 11 |
# Antwort: 9 - 16.01.2008 um 17:48 Uhr
Yes you see the bar ![]() like ![]() ![]() Zuletzt editiert von BreeZe- am 16.01.2008 um 17:49 Uhr (1x Editiert) |
Inaktiv |
|
![]() ![]() Medal of Honor ![]() Herkunft: Hamm Beiträge: 11094 |
# Antwort: 10 - 17.01.2008 um 08:07 Uhr
yes you must create an 2nd div. <div id="wars"> {loop:wars} <div style="height: 15px; width: 175px; padding-top: 5px;"> <font color="#560e06"><span style="font-size: 9px;"> <table cellpadding="0" cellspacing="0"> <tr> <td class="left">{wars:game_icon}</td> <td class="left">{wars:enemy}</td> <td class="right">{wars:wars_score1}</td> <td class="center">:</td> <td class="left">{wars:wars_score2}</td> <td class="right">{wars:icon}</td> </tr> </table></font></div> {stop:wars} #wars { background-image:url('images/aVoke_wars.jpg'); background-repeat: repeat-y; height:auto; width:175px; } ------------------ mfg Patrick "Fr33z3m4n" Jaskulski ![]() Antoine de Saint-Exupéry: Wenn Du ein Schiff bauen willst, so trommle nicht Männer zusammen, um Holz zu beschaffen, Aufgaben zu verteilen, sondern lehre die Männer die Sehnsucht nach dem endlosen weiten Meer. |
Inaktiv |
|
![]() Thread-Ersteller Beginner Beiträge: 11 |
# Antwort: 11 - 18.01.2008 um 15:20 Uhr
Do I put like this <div id="wars"> {loop:wars} <font color="#560e06"> <span style="font-size: 9px;"> <table width="175px" cellpadding="0" cellspacing="0"> <tr> <td class="left">{wars:game_icon}</td> <td class="left">{wars:enemy}</td> <td class="right">{wars:wars_score1}</td> <td class="center">:</td> <td class="left">{wars:wars_score2}</td> <td class="right">{wars:icon}</td> </tr> </table></span></font></div> {stop:wars} <div id="wars"> {loop:wars} <div style="height: 15px; width: 175px; padding-top: 5px;"> <font color="#560e06"><span style="font-size: 9px;"> <table cellpadding="0" cellspacing="0"> <tr> <td class="left">{wars:game_icon}</td> <td class="left">{wars:enemy}</td> <td class="right">{wars:wars_score1}</td> <td class="center">:</td> <td class="left">{wars:wars_score2}</td> <td class="right">{wars:icon}</td> </tr> </table></span></font></div> {stop:wars} If yes, I tried that but it didn't work - www.avoke.net |
Inaktiv |
|
![]() ![]() Medal of Honor ![]() Herkunft: Hamm Beiträge: 11094 |
# Antwort: 12 - 18.01.2008 um 15:44 Uhr
@Breeze pls added an About link für clansphere About file. Support stopped ------------------ mfg Patrick "Fr33z3m4n" Jaskulski ![]() Antoine de Saint-Exupéry: Wenn Du ein Schiff bauen willst, so trommle nicht Männer zusammen, um Holz zu beschaffen, Aufgaben zu verteilen, sondern lehre die Männer die Sehnsucht nach dem endlosen weiten Meer. |
Inaktiv |
|
![]() Thread-Ersteller Beginner Beiträge: 11 |
# Antwort: 13 - 18.01.2008 um 15:52 Uhr
pls added an About link für clansphere About file. Sorry I am not even understanding you, Do you mean as in Please add an about link for or about clansphere? Is that what you mean? Why did you stop support? I can't get it working. Thanks Edit - Do you want me add http://avoke.net/pro/index.php?mod=clansphere&action=about in the list is that what you mean? Yeah I will add it, I took some links out didn't think it was needed, but everyone knows that this is ClanSphere bec I offered alot to teams about you all. Will add it up. Zuletzt editiert von BreeZe- am 18.01.2008 um 15:54 Uhr (1x Editiert) |
Inaktiv |
|
![]() ![]() Medal of Honor ![]() Herkunft: Hamm Beiträge: 11094 |
# Antwort: 14 - 18.01.2008 um 15:54 Uhr
ohh sorry yes i mean, you must put an Link at all Sites. It is 3BSD Way License ------------------ mfg Patrick "Fr33z3m4n" Jaskulski ![]() Antoine de Saint-Exupéry: Wenn Du ein Schiff bauen willst, so trommle nicht Männer zusammen, um Holz zu beschaffen, Aufgaben zu verteilen, sondern lehre die Männer die Sehnsucht nach dem endlosen weiten Meer. |
Inaktiv |
|
![]() Thread-Ersteller Beginner Beiträge: 11 |
# Antwort: 15 - 18.01.2008 um 15:55 Uhr
All right, will do. Edit - Do you have your own logo? So can you share then I can put it on the front site? along with about link & the site link? Zuletzt editiert von BreeZe- am 18.01.2008 um 15:56 Uhr (1x Editiert) |
Inaktiv |
|
![]() ![]() Medal of Honor ![]() Herkunft: Hamm Beiträge: 11094 |
# Antwort: 16 - 18.01.2008 um 15:59 Uhr
sorry, but it must an hyperlink, not an image or anything. ------------------ mfg Patrick "Fr33z3m4n" Jaskulski ![]() Antoine de Saint-Exupéry: Wenn Du ein Schiff bauen willst, so trommle nicht Männer zusammen, um Holz zu beschaffen, Aufgaben zu verteilen, sondern lehre die Männer die Sehnsucht nach dem endlosen weiten Meer. |
Inaktiv |
|
![]() Thread-Ersteller Beginner Beiträge: 11 |
# Antwort: 17 - 18.01.2008 um 16:01 Uhr
Yeah I plan to put hyperlink on other end but wonder if you got a logo so can direct it to here? |
Inaktiv |
|
![]() ![]() Medal of Honor ![]() Herkunft: Hamm Beiträge: 11094 |
# Antwort: 18 - 18.01.2008 um 16:03 Uhr
we have also logos for links, but not for about link ![]() /support/linkus ------------------ mfg Patrick "Fr33z3m4n" Jaskulski ![]() Antoine de Saint-Exupéry: Wenn Du ein Schiff bauen willst, so trommle nicht Männer zusammen, um Holz zu beschaffen, Aufgaben zu verteilen, sondern lehre die Männer die Sehnsucht nach dem endlosen weiten Meer. |
Inaktiv |
|
![]() Thread-Ersteller Beginner Beiträge: 11 |
# Antwort: 19 - 18.01.2008 um 16:20 Uhr
Ok thanks I got it fixed on our footer, check if it is right. |
Inaktiv |
|
![]() ![]() Medal of Honor ![]() Herkunft: Hamm Beiträge: 11094 |
# Antwort: 20 - 18.01.2008 um 16:31 Uhr
ok, thats right ![]() use only this code at your tpl file. not behind the old. <div id="wars">
{loop:wars} <div style="height: 15px; width: 175px; padding-top: 5px;"> <font color="#560e06"><span style="font-size: 9px;"> <table cellpadding="0" cellspacing="0"> <tr> <td class="left">{wars:game_icon}</td> <td class="left">{wars:enemy}</td> <td class="right">{wars:wars_score1}</td> <td class="center">:</td> <td class="left">{wars:wars_score2}</td> <td class="right">{wars:icon}</td> </tr> </table></font></div> {stop:wars} ------------------ mfg Patrick "Fr33z3m4n" Jaskulski ![]() Antoine de Saint-Exupéry: Wenn Du ein Schiff bauen willst, so trommle nicht Männer zusammen, um Holz zu beschaffen, Aufgaben zu verteilen, sondern lehre die Männer die Sehnsucht nach dem endlosen weiten Meer. |
Inaktiv |
|
Antworten: 22
|
Sie müssen sich registrieren, um zu antworten. |