News - Features - Downloads - Forum - Team - Support - Switch View: Screen
Login - Registrierung - Passwort vergessen

Antworten: 4
Seite [1]
simone


Wannabe poster




Beiträge: 32
# Thema - 18.02.2008 um 22:49 Uhr
Hi all,

Leider wird der Kalender breiter angezeigt als die Spalte wo sich deren befindet. Kann mir jemand erklären was ich falsch mache bzw. wo ich was korrekt einstellen muss? Hier könnt ihr begutachten was ich meine: www.un-clan.eu

Danke und Gruss
Simone
Inaktiv
Fr33z3m4n ClanSphere Team


Medal of Honor




Herkunft: Hamm
Beiträge: 11094
# Antwort: 1 - 19.02.2008 um 10:28 Uhr
das liegt generell an der Breite des Kalenders, noch kleiner kansnte den nicht machen, außer die Wochentage entfernen.


------------------
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
|
simone
Thread-Ersteller


Wannabe poster




Beiträge: 32
# Antwort: 2 - 19.02.2008 um 11:30 Uhr
Hi,

Und wo mache ich das alles?

Folgendes habe ich gefunden:

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


Ich habe einfach die calweek ausgeklammert. Der head bleibt aber.

Kannst du mir erklären, wo ich das bewerkställige?

Gruss
Simone


Inaktiv
|
Fr33z3m4n ClanSphere Team


Medal of Honor




Herkunft: Hamm
Beiträge: 11094
# Antwort: 3 - 19.02.2008 um 11:31 Uhr
 
1.
2.
1. / 2. / ... 
 echo cs_html_roco(1,'calhead',0,0,'14%');
echo 
$cs_lang['calweek'];

löschen oder auskommentieren, dann weiter oben sollte für den head nochmals sowas stehen.


------------------
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 ClanSphere Team am 19.02.2008 um 11:32 Uhr (1x Editiert)
Inaktiv
|
simone
Thread-Ersteller


Wannabe poster




Beiträge: 32
# Antwort: 4 - 19.02.2008 um 12:18 Uhr
Hi,

So nun bin ich sowei und habe die Spalte nicht mehr. Denoch werden mir aber die KW in Zahlen in einer oberhalb des Kalenders angezeigt.

So sieht die Datei bei mir Aktuell aus:

 
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.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
70.
71.
72.
73.
74.
75.
76.
77.
78.
79.
80.
81.
82.
83.
84.
85.
86.
87.
88.
89.
90.
91.
92.
93.
94.
95.
96.
97.
98.
99.
100.
101.
102.
103.
104.
105.
106.
107.
108.
109.
110.
111.
112.
113.
114.
115.
116.
117.
118.
1. / 2. / ... 
<?php <?php
// ClanSphere 2007 - www.clansphere.net
// $Id: navcal.php 101 2006-07-12 09:36:29Z hajo $

$cs_lang cs_translate('events');

$op_events cs_sql_option(__FILE__,'events');

$events = array();
$year = !empty($_GET['year']) ? $_GET['year'] : cs_datereal('Y');
if(
1970 $year) { $year 1970; } # unixtime start
elseif(2037 $year) { $year 2037; } # limited by current operating systems 
$month = !empty($_GET['month']) ? $_GET['month'] : cs_datereal('n');
$zero date('m'mktime(000$month1$year));
$days date('t'mktime(000$month1$year));
$first date('w'mktime(000$month1$year));
$min cs_datereal('U',mktime(000$month1$year));
$max cs_datereal('U',mktime(235959$month$days$year));

$like "users_age LIKE '%-" $zero "-%'";
$birthdays cs_sql_select(__FILE__,'users','users_age',$like,0,0,0);

if(
is_array($birthdays)) {
    foreach(
$birthdays AS $key => $value) {
        
$new_key substr($value['users_age'], 810);
        
settype($new_key,'integer');
        
$events[$new_key] = 0;
    }
}

$between "events_time >= '" $min "' AND events_time <= '" $max "'";
$fetch cs_sql_select(__FILE__,'events','events_time',$between,0,0,0);

if (!empty(
$op_events['show_wars'])) {
  
$between 'wars_date >= \'' $min '\' AND wars_date <= \'' $max '\'';
  
$cells 'wars_date AS events_time';
  
$fetch2 cs_sql_select(__FILE__,'wars',$cells,$between,0,0,0);
  
$fetch = !is_array($fetch) ? array() : $fetch;
  
$fetch array_merge($fetch$fetch2);
}

if(
is_array($fetch)) {
    foreach(
$fetch AS $key => $value) {
        
$new_key cs_datereal('j'$value['events_time']);
        
$events[$new_key] = 0;
    }
}

echo 
cs_html_table(1,'forum',1,'80%');
// echo cs_html_roco(1,'calhead',0,0,'14%');
// echo $cs_lang['calweek'];
echo cs_html_roco(2,'calhead',0,0,'11%');
echo 
$cs_lang['Mon'];
echo 
cs_html_roco(3,'calhead',0,0,'11%');
echo 
$cs_lang['Tue'];
echo 
cs_html_roco(4,'calhead',0,0,'11%');
echo 
$cs_lang['Wed'];
echo 
cs_html_roco(5,'calhead',0,0,'11%');
echo 
$cs_lang['Thu'];
echo 
cs_html_roco(6,'calhead',0,0,'11%');
echo 
$cs_lang['Fri'];
echo 
cs_html_roco(7,'calhead',0,0,'11%');
echo 
$cs_lang['Sat'];
echo 
cs_html_roco(8,'calhead',0,0,'11%');
echo 
$cs_lang['Sun'];
echo 
cs_html_roco(0);

// echo cs_html_roco(1,'calweek');
echo date('W'mktime(000$month1$year));
$colspan $first == $first 1;
if(
$colspan >= 1) { 
    echo 
cs_html_roco(2,0,0,$colspan);
    echo 
' ';
}
$row $colspan 2;
for(
$run 1$run <= $days$run++) {
    if(
$row == 9) {
        echo 
cs_html_roco(0);
        
// echo cs_html_roco(1,'calweek');
        
echo date('W'mktime(000$month$run$year));
        
$row 2;
    }

    if(
array_key_exists($run,$events)) {
        
$css 'calevent';
        
$unix mktime(000$month$run$year);
        
$out cs_link($run,'events','timer','unix=' $unix);
    }
    else {
        
$css 'calday';
        
$out $run;    
    }
    
$current $run '-' $zero '-' $year;
    
$css2 $current == cs_datereal('j-m-Y') ? 'caltoday' $css;
    echo 
cs_html_roco($row,$css2);
    
$row++;
    echo 
$out;
}
if(
$row 9) {
    
$colspan2 $row;
    echo 
cs_html_roco(2,0,0,$colspan2);
    echo 
' ';
}
echo 
cs_html_roco(0);

echo 
cs_html_roco(1,'calhead',0,8);
$nom date('F'mktime(000$month1$year));
$next $month == 12 'year=' . ($year 1) . '&month=1' 
    
'year=' $year '&month=' . ($month 1);
$last $month == 'year=' . ($year 1) . '&month=12' 
    
'year=' $year '&month=' . ($month 1);
echo (
$year 1970 OR $year == 1970 AND $month == 1) ? '<' cs_link('<','events','calendar',$last);
echo 
' [ ' $cs_lang[$nom] . ' ' $year ' ] ';
echo (
$year 2037 OR $year == 2037 AND $month == 12) ? '>' cs_link('>','events','calendar',$next);
echo 
cs_html_roco(0);
echo 
cs_html_table(0);

?> ?>


Alles was mit calweek zu tun hat habe ich ausgeklammert.

Gruss
Simone


Inaktiv
|
Antworten: 4
Seite [1]


Sie müssen sich registrieren, um zu antworten.


ClanSphere Project - Mailus - Imprint - Disclaimer - Scriptinfo