Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 9
Seite [1]
WH!T3


King for a day




Herkunft: Ostrhauderfehn
Beiträge: 327
# Thema - 28.12.2006 um 14:15 Uhr
Ich wollte mal fragen ob mir jemand den Kalender anpassen könnte oder ebend Beschreiben wie man ihn in der Breite Ändert.


Die Seite:

www.eSport-Kolusseum.de.vu



Ändert man es überhaupt in mod/event/navcal.php


------------------
Mfg
Pascal

Zuletzt editiert von WH!T3 am 28.12.2006 um 14:18 Uhr (3x Editiert)
Inaktiv
Rider


Going for pro




Beiträge: 406
# Antwort: 1 - 28.12.2006 um 14:26 Uhr
mh also dann ist deine tabelle zu groß und is vlt. bissl mies geslicet

 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
1. / 2. / ... 
<?php echo cs_html_table(1,'forum',1,'100%');
echo 
cs_html_roco(1,'calhead',0,0,'16%');
echo 
$cs_lang['calweek'];
echo 
cs_html_roco(2,'calhead',0,0,'12%');
echo 
$cs_lang['Mon'];
echo 
cs_html_roco(3,'calhead',0,0,'12%');
echo 
$cs_lang['Tue'];
echo 
cs_html_roco(4,'calhead',0,0,'12%');
echo 
$cs_lang['Wed'];
echo 
cs_html_roco(5,'calhead',0,0,'12%');
echo 
$cs_lang['Thu'];
echo 
cs_html_roco(6,'calhead',0,0,'12%');
echo 
$cs_lang['Fri'];
echo 
cs_html_roco(7,'calhead',0,0,'12%');
echo 
$cs_lang['Sat'];
echo 
cs_html_roco(8,'calhead',0,0,'12%');
echo 
$cs_lang['Sun'];
echo 
cs_html_roco(0); ?>


Folgendes steht in der navcal.php dort steht die gesamt tabelle ist 100% und jede Spalte ist 12% da kannste es ändern.


Inaktiv
|
WH!T3
Thread-Ersteller


King for a day




Herkunft: Ostrhauderfehn
Beiträge: 327
# Antwort: 2 - 28.12.2006 um 14:40 Uhr
JA da hab ich auch schon dran gedacht und schon getestet gin aber irgendwie nicht hat sich nichts geändert aber ich teste es nochmal.

Habs jetzt geändert aber immernoch so:

 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
1. / 2. / ... 
 <?echo bx_html_table(1,'forum',1,'80%');
echo 
bx_html_roco(1,'calhead',0,0,'10%');
echo 
$bx_lang['calweek'];
echo 
bx_html_roco(2,'calhead',0,0,'10%');
echo 
$bx_lang['Mon'];
echo 
bx_html_roco(3,'calhead',0,0,'10%');
echo 
$bx_lang['Tue'];
echo 
bx_html_roco(4,'calhead',0,0,'10%');
echo 
$bx_lang['Wed'];
echo 
bx_html_roco(5,'calhead',0,0,'10%');
echo 
$bx_lang['Thu'];
echo 
bx_html_roco(6,'calhead',0,0,'10%');
echo 
$bx_lang['Fri'];
echo 
bx_html_roco(7,'calhead',0,0,'10%');
echo 
$bx_lang['Sat'];
echo 
bx_html_roco(8,'calhead',0,0,'10%');
echo 
$bx_lang['Sun'];
echo 
bx_html_roco(0);  ?>



------------------
Mfg
Pascal

Zuletzt editiert von WH!T3 am 28.12.2006 um 14:44 Uhr (1x Editiert)
Inaktiv
|
Rider


Going for pro




Beiträge: 406
# Antwort: 3 - 28.12.2006 um 14:54 Uhr
achso ja has auch noch bxcp also mit bx_ ja also so wie dus hast müsste es gehen!


Inaktiv
|
WH!T3
Thread-Ersteller


King for a day




Herkunft: Ostrhauderfehn
Beiträge: 327
# Antwort: 4 - 28.12.2006 um 15:08 Uhr
Komisch funzt aber nicht kannst ja nochmal auf der Seite gucken habst jetzt mit Firefox und mit IE geguckt hätte ja auch sein könn das er es nicht Anzeigt:

www.eSport-Kolusseum.de.vu


------------------
Mfg
Pascal

Zuletzt editiert von WH!T3 am 28.12.2006 um 15:08 Uhr (1x Editiert)
Inaktiv
|
Rider


Going for pro




Beiträge: 406
# Antwort: 5 - 28.12.2006 um 15:09 Uhr
vlt. haste irgendwas falsches hochgeladen oder so


Inaktiv
|
WH!T3
Thread-Ersteller


King for a day




Herkunft: Ostrhauderfehn
Beiträge: 327
# Antwort: 6 - 28.12.2006 um 15:11 Uhr
Hatte ich auch schon dran gedacht hab es auch schon vom ftp zurück aufm Desktop geladen ist das gleiche wie oben geändert!

Ich teste nochmal.


Immernoch nicht?!


Oder muß ich das in px angeben.

HAb jetzt nochmal übertrieben jetzt hab ichs mal geändert in:
 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
1. / 2. / ... 
 <?echo bx_html_table(1,'forum',1,'40%');
echo 
bx_html_roco(1,'calhead',0,0,'5%');
echo 
$bx_lang['calweek'];
echo 
bx_html_roco(2,'calhead',0,0,'5%');
echo 
$bx_lang['Mon'];
echo 
bx_html_roco(3,'calhead',0,0,'5%');
echo 
$bx_lang['Tue'];
echo 
bx_html_roco(4,'calhead',0,0,'5%');
echo 
$bx_lang['Wed'];
echo 
bx_html_roco(5,'calhead',0,0,'5%');
echo 
$bx_lang['Thu'];
echo 
bx_html_roco(6,'calhead',0,0,'5%');
echo 
$bx_lang['Fri'];
echo 
bx_html_roco(7,'calhead',0,0,'5%');
echo 
$bx_lang['Sat'];
echo 
bx_html_roco(8,'calhead',0,0,'5%');
echo 
$bx_lang['Sun'];
echo 
bx_html_roco(0);  ?>



geht noch nicht !?



------------------
Mfg
Pascal

Zuletzt editiert von WH!T3 am 28.12.2006 um 15:16 Uhr (4x Editiert)
Inaktiv
|
sgraewe ClanSphere Team

Supporter
Supporter




Beiträge: 6116
# Antwort: 7 - 28.12.2006 um 15:16 Uhr
verkleiner doch einfach die box inder index wo der kalender drin ist


Inaktiv
|
WH!T3
Thread-Ersteller


King for a day




Herkunft: Ostrhauderfehn
Beiträge: 327
# Antwort: 8 - 28.12.2006 um 15:25 Uhr
Ups Sry mein Fehler ich hab anscheind garkeine neue Tabelle/Zeile erstellt ich teste ebend sag gleich bescheid.

Hab ne neue Tabelle erstellt heißt auch Schoutbox erst mal zum Test.
Geht immer noch nicht!

HAB HEUT KEIN BOCK MEHR :(

Mal sehen hier meine index.php:

 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
1. / 2. / ... 
 <?

        <
td height="19" class="bbglogos"><table width="153" border="0" cellspacing="0" cellpadding="0">
          <
tr>
            <
td width="30"> </td>
            <
td width="100" align="left" class="maintxt">{shoutbox:navlist}</td>
          </
tr>
        </
table></td>
      </
tr>


      <
tr align="left">
        <
td height="19"><img src="images/rightkatshoutbox.jpg" alt="shout" width="180" height="28" border="0" /></td>
    </
tr>
      <
tr align="left">
        <
td height="19" class="bbglogos"><table width="153" border="0" cellspacing="0" cellpadding="0">
          <
tr>
            <
td width="30"> </td>
            <
td width="123" align="left" class="maintxt">{events:navcal}</td>
          </
tr>
        </
table></td>
      </
tr>



    <
tr align="left">
        <
td height="19"><img src="images/rekatcounter.jpg" alt="counter" width="180" height="28" border="0" /></td>
      </
tr>
      <
tr align="left">
        <
td height="19" class="bbglogos"><table width="153" border="0" cellspacing="0" cellpadding="0">
          <
tr>
            <
td width="30" rowspan="4"> </td>
            <
td width="43" align="left" class="maintxt">Online</td>
            <
td width="80" align="left" class="maintxt">{count:navone}</td>
          </
tr>
          <
tr>
            <
td align="left" class="maintxt">Heute</td>
            <
td width="80" align="left" class="maintxt">{count:navday}</td>
          </
tr>
          <
tr>
            <
td align="left" class="maintxt">Monat</td>
            <
td width="80" align="left" class="maintxt">{count:navmon}</td>
          </
tr>
          <
tr>
            <
td align="left" class="maintxt">Gesamt</td>
            <
td width="80" align="left" class="maintxt">{count:navall}</td>
          </
tr>
        </
table></td>
      </
tr>
      <
tr>
        <
td height="19"><img src="images/finalendright.jpg" alt="finaler" width="180" height="66" /></td>
?>




------------------
Mfg
Pascal

Zuletzt editiert von WH!T3 am 28.12.2006 um 16:00 Uhr (3x Editiert)
Inaktiv
|
Snook


Rock the board




Beiträge: 65
# Antwort: 9 - 05.03.2007 um 23:38 Uhr
also ich hab in der .css datei das padding bei "calhead" und "calhead" weg gemacht und dann in der navcal.php den entsprechenden wert angegeben.

also wie oben schon beschrieben bei den 100% einfach in z.b. 95% ändern.

so gings einwandfrei bei mir.


Inaktiv
|
Antworten: 9
Seite [1]


Sie müssen sich registrieren, um zu antworten.