• This forum has a zero tolerance policy regarding spam. If you register here to publish advertising, your user account will be deleted without further questions.

update 3.3.1 auf 3.3.3 Indexseite Kunden keine Designänderung

cirox

Registered User
Das Update von Confixx von der Version 3.3.1 auf die 3.3.3 unter etch lief erfolgreich. Auch das Design der Loginseite wurde aktualisert. Wenn ich jedoch die Standardseite (index.html) eines Webkunden aufrufe erscheint noch die alte Darstellung von Confixx 3.3.1 mit swoft (Hier enstehen die Internet-Seiten des Confixx .... webx auf ....)

Ich finde leider nicht die Dateinen, die man händisch überschreiben muss, damit diese Seite auch im neuen Design erscheint.

Hat jemand selbiges schon gelöst?
 
Das ist klar. Der Fehler ist, das die Seite mit den alten Confixx Grafiken generiert wird, was nur beim Update der Fall ist, nicht bei einer Neuinstallation von 3.3.3
 
Hallo,

als Reseller kannst du die Index Seite bearbeiten. Das ganze findest du unter Einstellungen -> Index-Setup (als Reseller, nicht als Admin). Mich würde es mal interessieren ob sich dein Problem auch selber durch einen klick auf "Standardeinstellungen wiederherstellen" lösen lässt.

Code:
<html><head><title>##user## @ ##domain##</title>
		
		<meta content="text/html; charset=iso-8859-1" http-equiv="content-type">
	 <style type="text/css">
body {
    height: 100%;
    background-color: #F9F8F8;
    margin: 0px;
    padding:0px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;}
a:link { color:#00238a;text-decoration: none; }
a:visited { color:#00238a;text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }
a#forgot {color:#444444;text-decoration:underline;}
a#forgot:hover { text-decoration:underline; color:#0F0F0F; border-color:#666666; }
input#p, input#l { border: 1px solid #999999; font-size:11px; width:144px;}
table { color:#444444;font-size: 11px;}
h2 { color: #5e77b2; margin: 0 0 5px 0; font-size: 14px; font-weight: bold;border-bottom:1px solid #cccccc;padding-bottom:5px;font-family: Tahoma, Arial, Helvetica, sans-serif;}
h3 {font-size: 12px;margin: 5px 0;font-family: Tahoma, Arial, Helvetica, sans-serif;}

#header { position: relative; width: 100%; background:url(http://##confixx_domain##/head_tile_confixx.jpg) #ffffff no-repeat; background-position: top right;height:60px !important;border-bottom:2px solid #7083e1;}
#header h1 { margin:0 !important;padding:0 !important;text-indent:-2000em;width:214px;height:60px; }
#header #logo {position:absolute;top:0;right:0;background: url(http://##confixx_domain##/parallels_logo_confixx.gif); width:169px; height:60px;}
div#centered { border: 0; width: 500px; margin:40px auto; color: black; padding:10px;border:2px solid #b1c5de; text-align:right;background: url(http://##confixx_domain##/box.jpg) #ffffff no-repeat;overflow:hidden;}
.aligncenter {text-align:center;}
#content {width:320px;text-align:left;float:right;}
#content1 {width:450px;text-align:left;float:right;}
form {white-space: nowrap; margin-bottom:2em; margin-top: 2em;}
small {text-align:right; display: block; font-size: x-small;}
#copyright {
position:absolute;right:190px; top:15px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    width: auto; text-align:right;
}
#copyright a {color:#ffffff;}
#copyright a:hover {text-decoration:none;}
#bottom { position:absolute; bottom:0; width: 100%; background: #8ea5ec; height:38px !important;}
#bottom_text {
	position:absolute;left:10px; top:13px;
	text-align:left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color:#00238a;
}
#bottom_but {
	position:absolute;right:10px; top:5px;
	text-align:right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color:#00238a;
}
        </style>
</head>
<BODY>
       <div id="header">
                        <div id="logo1"><a href="http://www.parallels.com" target="_blank"><img src="http://##confixx_domain##/logo_confixx.gif" border="0"></a></div>

            <div id="logo"><a href="http://www.parallels.com" target="_blank"><img src="http://##confixx_domain##/parallels_logo_confixx.gif" border="0"></a></div>
        </div>
        <div class="aligncenter">
		<div id="centered">
        <div id="content"><br /><br /><br /><br />
<p><h2>Hier entstehen die Internet-Seiten des Confixx Benutzers</h2> <b>##user##</b> auf ##domain##</p>
<br /><br /><br /><br />		
        </div></div></div>
                <div id="copyright">
                <a href="http://www.parallels.com" target="_blank">&copy; Copyright 1999-2008, Parallels<br> All rights reserved</a></div>
                <div id="bottom">
                <div id="bottom_text">This page is autogenerated by <a href="http://www.parallels.com" target="_blank" style="text-decoration:underline">Parallels</a><sup>&reg;</sup> <a href="http://www.parallels.com" target="_blank" style="text-decoration:underline">Confixx</a></div>
                <div id="bottom_but"><a href="http://www.parallels.com" target="_blank"><img src="http://##confixx_domain##/parallels_but.gif" border="0"></a></div></div>
    </body>
</html>
 
Das mit den "Standardeinstellungen" war leider nicht, aber dafür klappts nun mit dem Code von Dir, bzw. dem was da eigentlich schon richtig drinnen stehen hätte sollen.

Beruhigend ist auch zu wissen, daß Confixx nur auf die falschen Inhalte verwiesen hat im Index-Setup auf Resellerebene, wie auf css Styles und Grafiken etc., aber die Dateien als solches schon da waren.
 
Back
Top