HTH-C.com - Forum
Latest News Latest Threads
Neuerung: Persönliche Galerie
Informationen zur Übernahme der Erweite..
HTH Blog - Version 2.0
#HTH.Systems - Betatester gesucht
Neueröffnung - PHPKit-Award.de
HTH Webchat v3
Letzter Beitrag Happy Birthday Bottyline Weiblicher Benutzer Heute, 0:00 Zeit der letzten Antwort
Letzter Beitrag Gibt es eigentlich noch jemand der PHPki.. Myrddin Männlicher Benutzer 19.04.2025 - 01:37 Zeit der letzten Antwort
Letzter Beitrag Herzlich Willkommen Botty Männlicher Benutzer 22.11.2024 - 20:45 Zeit der letzten Antwort
Letzter Beitrag PHPKit 1.6.6 WEBI Männlicher Benutzer 24.06.2024 - 12:58 Zeit der letzten Antwort
Letzter Beitrag PHPKit 1.6.6 ohne ASCE auf PHP8x Myrddin Männlicher Benutzer 22.03.2023 - 12:36 Zeit der letzten Antwort
 57.186 Posts & 4.945 Themen in 78 Foren
Forenübersicht » Support / Hilfe » PHPKit 1.6.03 & 1.6.1 » Styles » LCL_Style_02

LCL_Style_02
24 Beiträge in diesem Thema
 Geschlossen 
 Seiten (2):    <    Prev    1     2  
09.05.2007 - 21:56 Uhr
Beitrag: #16
hast du zufällig mal die site.htm via ftp bearbeitet? (im ordner templates)
wenn ja, poste die mal

 
Zum Anfang der Seite
09.05.2007 - 21:56 Uhr
Beitrag: #17
Templatename: Site




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

PHP-Quelltext

<html>
<
head>
$site_metatags
$site_design
<title>$config[site_name$config[site_title]</title>
<
link rel="shortcut icon" href="images/site/phpkit.ico">

<!-- 
Klappbereich by http://www.oberlausitz-community.de 2006 -->
<script type="text/javascript" language="JavaScript">function KlappBereich(Id) { var KlaTex document.getElementById('Layer'+Id); var KlaBld document.getElementById('Picture'+Id); if (KlaTex.style.display == 'none') { KlaTex.style.display 'block';KlaBld.src 'images/verstecken.gif'; } else { KlaTex.style.display 'none'KlaBld.src "images/anzeigen.gif"; }}</script>
<!-- 
weiter mit Originalcode -->

</
head>

<
body>
<
table border="0" cellspacing="0" cellpadding="0" width="100%" align="center">
 <
tr>
  <
td valign="top">
    <
table border="0" cellspacing="0" cellpadding="0" width="$config[site_width]align="center">
     <
tr>
      <
td align="center" valign="top">$site_kopf</td>
     </
tr>
     <
tr>
      <
td align="center" valign="top">$navigation_top</td>
     </
tr>
     <
tr>
      <
td align="center" valign="top">$site_content</td>
     </
tr>
     <
tr>
      <
td align="center" valign="top">$navigation_bottom</td>
     </
tr>
     <
tr>
      <
td align="center" valign="top">$site_fuss</td>
     </
tr>
    </
table>
  </
td>
 </
tr>
</
table>
<!-- 
BANNER EINBLENDEFFEKT -->
<
script language="JavaScript1.2" type="text/javascript">
function 
high(which2){
theobject=which2
highlighting
=setInterval("highlightit(theobject)",50)
}
function 
low(which2){
clearInterval(highlighting)
if (
which2.style.MozOpacity)
which2.style.MozOpacity=0.3
else if (which2.filters)
which2.filters.alpha.opacity=40
}
function 
highlightit(cur2){
if (
cur2.style.MozOpacity<1)
cur2.style.MozOpacity=parseFloat(cur2.style.MozOpacity)+0.1
else if (cur2.filters&&cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)
}
</
script>
<!-- 
EINBLENDEFFEKT ENDE --> 
</
body>
</
html>


 
Zum Anfang der Seite
09.05.2007 - 21:59 Uhr
Beitrag: #18
FTP Template site.htm





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

PHP-Quelltext

<html>
<
head>
$site_metatags
$site_design
<title>$config[site_name$config[site_title]</title>
<
link rel="shortcut icon" href="images/site/phpkit.ico">

<!-- 
Klappbereich by http://www.oberlausitz-community.de 2006 -->
<script type="text/javascript" language="JavaScript">function KlappBereich(Id) { var KlaTex document.getElementById('Layer'+Id); var KlaBld document.getElementById('Picture'+Id); if (KlaTex.style.display == 'none') { KlaTex.style.display 'block';KlaBld.src 'images/verstecken.gif'; } else { KlaTex.style.display 'none'KlaBld.src "images/anzeigen.gif"; }}</script>
<!-- 
weiter mit Originalcode -->

</
head>

<
body>
<
table border="0" cellspacing="0" cellpadding="0" width="100%" align="center">
 <
tr>
  <
td valign="top">
    <
table border="0" cellspacing="0" cellpadding="0" width="$config[site_width]align="center">
     <
tr>
      <
td align="center" valign="top">$site_kopf</td>
     </
tr>
     <
tr>
      <
td align="center" valign="top">$navigation_top</td>
     </
tr>
     <
tr>
      <
td align="center" valign="top">$site_content</td>
     </
tr>
     <
tr>
      <
td align="center" valign="top">$navigation_bottom</td>
     </
tr>
     <
tr>
      <
td align="center" valign="top">$site_fuss</td>
     </
tr>
    </
table>
  </
td>
 </
tr>
</
table>
<!-- 
BANNER EINBLENDEFFEKT -->
<
script language="JavaScript1.2" type="text/javascript">
function 
high(which2){
theobject=which2
highlighting
=setInterval("highlightit(theobject)",50)
}
function 
low(which2){
clearInterval(highlighting)
if (
which2.style.MozOpacity)
which2.style.MozOpacity=0.3
else if (which2.filters)
which2.filters.alpha.opacity=40
}
function 
highlightit(cur2){
if (
cur2.style.MozOpacity<1)
cur2.style.MozOpacity=parseFloat(cur2.style.MozOpacity)+0.1
else if (cur2.filters&&cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)
}
</
script>
<!-- 
EINBLENDEFFEKT ENDE --> 
</
body>
</
html>


 
Zum Anfang der Seite
09.05.2007 - 22:00 Uhr
Beitrag: #19
Ja also da haben wir es doch.
Aber mal so nebenbei, der Klapptext ist nicht von uns / mir sondern von OLC.

Nunja, nun Admin Bereich - Dann zu den Templates des Styles wo es nicht funktioniert, öffne darin das Template "site" gehe somit auf editieren, und füge folgendes hinzu:

Über dieses:




1
2

Quellcode

<!-- Klappbereich by http://www.oberlausitz-community.de 2006 -->
<script type="text/javascript" language="JavaScript">function KlappBereich(Id) { var KlaTex document.getElementById('Layer'+Id); var KlaBld document.getElementById('Picture'+Id); if (KlaTex.style.display == 'none') { KlaTex.style.display 'block';KlaBld.src 'images/verstecken.gif'; } else { KlaTex.style.display 'none'KlaBld.src "images/anzeigen.gif"; }}</script>
Und über dieses:




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

Quellcode

<!-- BANNER EINBLENDEFFEKT -->
<
script language="JavaScript1.2" type="text/javascript">
function 
high(which2){
theobject=which2
highlighting
=setInterval("highlightit(theobject)",50)
}
function 
low(which2){
clearInterval(highlighting)
if (
which2.style.MozOpacity)
which2.style.MozOpacity=0.3
else if (which2.filters)
which2.filters.alpha.opacity=40
}
function 
highlightit(cur2){
if (
cur2.style.MozOpacity<1)
cur2.style.MozOpacity=parseFloat(cur2.style.MozOpacity)+0.1
else if (cur2.filters&&cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)
}
</
script>
<!-- 
EINBLENDEFFEKT ENDE --> 
Auf speichern klicken, und fertig.

 
Zum Anfang der Seite
09.05.2007 - 22:06 Uhr
Beitrag: #20
Besten Dank für die Geduld und Mühe über die Tage und zur späten Abendstunde.

Es hat funktioniert. Man bin ich froh und ihr bestimmt auch das ich nicht mehr so viele Fehler hier poste *g*

 
Zum Anfang der Seite
09.05.2007 - 22:09 Uhr
Beitrag: #21
Macht nichts, wir sind doch da um zu helfen, da sollte man schon Geduld haben, und ich nehme solches stets gelassen, hast ja nicht genervt oder sonstiges, Fehler macht jeder mal, wäre schlimm, wenn nicht.

 
Zum Anfang der Seite
09.05.2007 - 22:15 Uhr
Beitrag: #22
alles wird gut ^^

 
Zum Anfang der Seite
09.05.2007 - 22:16 Uhr
Beitrag: #23
Klingst wie ein Psychiater hahaha

 
Zum Anfang der Seite
26.06.2007 - 15:42 Uhr
Beitrag: #24


Thread Verschoben & Closed




 
Zum Anfang der Seite
 Seiten (2):    <    Prev    1     2  
 Geschlossen 

Ähnliche Themen
 

Es wurden keine ähnlichen Themen gefunden.


HTH-C.com - Webmedien & Community