|
Gaestebuchking.de Supportforum Gaestebuchking.de Supportforum
|
| Das Thema drucken | Vorheriges Thema anzeigen :: Nächstes Thema anzeigen |
| Autor |
Nachricht |
PapaDoc
Anmeldedatum: 03.06.2007 Beiträge: 5
|
Verfasst am: So Jun 03, 2007 7:32 pm Titel: |
|
|
Hallo alle zusammen,
habe heute nach langem suchen endlich dieses geniale Gästebuch für meine Hompage gefunden und bin total begeistert.
Meine Frage dazu ist, kann man den Schnelleintrag auch so anordnen, dass er über der Eintragsliste steht und nicht darunter ?  |
|
| Nach oben |
|
 |
handschigl
Anmeldedatum: 06.03.2006 Beiträge: 471
|
Verfasst am: Mo Jun 04, 2007 2:46 pm Titel: |
|
|
Hallo,
ja, das ist möglich, wenn du dich mit HTML auskennst.
Du musst dazu einfach die Codes im Haupttemplate ändern.
Danke für das Lob. _________________ Viele Grüße
Christian
Nicht mehr im Gästebuchking.de-Team! |
|
| Nach oben |
|
 |
PapaDoc
Anmeldedatum: 03.06.2007 Beiträge: 5
|
Verfasst am: Mo Jun 04, 2007 7:59 pm Titel: |
|
|
Vielen Dank für die schnelle Antwort,
aber da liegt genau noch mein Problem. Ich bin gerade erst dabei mich mit diesen ganzen HTML Codes anzufreunden.
Im Klartext ausgedrückt heisst das, ich habe noch keinen Plan wie ich da was ändern muss.
Für eine Unterstützung währe ich sehr dankbar. Das Gästebuch was ich auf meiner Homepage benutze ist so ähnlich aufgebaut, aber eben nicht so gut wie dieses hier.
MfG |
|
| Nach oben |
|
 |
handschigl
Anmeldedatum: 06.03.2006 Beiträge: 471
|
Verfasst am: Mo Jun 04, 2007 8:15 pm Titel: |
|
|
Poste hier mal den Code, den du unter Haupttemplates findest, dann sage ich dir, wie er "richtig" ist. _________________ Viele Grüße
Christian
Nicht mehr im Gästebuchking.de-Team! |
|
| Nach oben |
|
 |
PapaDoc
Anmeldedatum: 03.06.2007 Beiträge: 5
|
Verfasst am: Di Jun 05, 2007 7:46 am Titel: |
|
|
Hallo,
hier ist der Code vom Haupttemplate:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="publisher" content="<FIREBOOK HOMEPAGE>">
<meta name="distribution" content="global">
<meta name="robots" content="all, index, follow">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="no-cache">
<title><FIREBOOK FBNAME> :: <FIREBOOK TITLE></title>
<style type="text/css">
<!--
A:link { background-color: transparent; color: #808080; text-decoration: none; }
A:visited { background-color: transparent; color: #808080; text-decoration: none; }
A:hover { background-color: transparent; color: #808080; text-decoration: none; }
BODY { background-color: #000000; color: #808080; font-family: Verdana, Lucida, Sans-Serif; font-size: 12px; margin: 0px; padding: 0px; scrollbar-face-color: #000000; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #444444; scrollbar-darkshadow-color: #444444; scrollbar-track-color: #000000; scrollbar-arrow-color: #444444; }
.fb1 { background-color: #222222; color: #cccccc; }
.fb2 { background-color: #000000; color: #cccccc; }
.fb3 { background-color: #333333; color: #cccccc; background-image: url(#808080); }
.fb4 { background-color: #111111; color: #cccccc; }
.fbtitle { background-color: transparent; color: #cccccc; }
.fbcatbg { background-color: #333333; color: #cccccc; font-size: 12px; font-weight: bold; background-image: url(#808080); }
.fbborder { background-color: #444444; color: #000000; font-family: Verdana, Lucida, Sans-Serif; font-size: 12px; }
td { color: #808080; font-family: Verdana, Lucida, Sans-Serif; font-size: 12px; }
hr { color: #808080; }
input { background-color: transparent; color: #cccccc; font-family: Verdana, Lucida, Sans-Serif; font-size: 11px; }
textarea { background-color: #000000; color: #cccccc; font-family: Verdana, Lucida, Sans-Serif; font-size: 11px; }
select { background-color: transparent; color: #000000; font-family: Verdana, Lucida, Sans-Serif; font-size: 11px; }
.pinned { background-color: #808080; }
.marked { background-color: #808080; }
.fbkomm { color: #4479A5; font-family: Verdana, Lucida, Sans-Serif; }
.quote { color: #000000; border: 1px dotted #333333; font-family: Arial, Verdana, Helvetica; font-size: 11px; }
.ubbcbutton A:link { background-color: #333333; border: 1px solid #000000; font-size: 9px; text-decoration: none; margin: 1px; padding: 2px; display: block; }
.ubbcbutton A:visited { background-color: #333333; border: 1px solid #000000; font-size: 9px; text-decoration: none; margin: 1px; padding: 2px; display: block; }
.ubbcbutton A:hover { background-color: #333333; border: 1px solid #000000; font-size: 9px; text-decoration: none; margin: 1px; padding: 2px; display: block; }
form { padding: 0px; margin: 0px; }
-->
</style>
</head>
<FIREBOOK OTHERJAVA>
<FIREBOOK JAVAEFFECTS>
<script language="JavaScript1.2" type="text/javascript">
<!--
function popUp(URL,size1,size2) {
day = new Date();
id = day.getTime();
if (screen.width < size1) { var positionX = 0; size1 = screen.width - 60; }
else { var positionX = (screen.width / 2) - (size1 / 2); }
if (screen.height < size2) { var positionY = 0; size2 = screen.height - 60; }
else { var positionY = (screen.height / 2) - (size2 / 2); }
firebookwind = window.open(URL, id,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,fullscreen=0,width='+size1+',height='+size2+',top='+positionX+',left='+positionY);
firebookwind.focus();
}
//-->
</script>
<body leftMargin="0" topMargin="0" MARGINWIDTH="0" MARGINHEIGHT="0"><br>
<table width="90%" border=0 cellspacing=0 cellpadding=0 align=center>
[TAB]<tr>
[TAB][TAB]<td colspan=2>
[TAB][TAB][TAB]<table width="100%" border=0 cellspacing=1 cellpadding=1 class=fbborder align=center>
[TAB][TAB][TAB][TAB]<tr>
[TAB][TAB][TAB][TAB][TAB]<td class=fb2>
[TAB][TAB][TAB][TAB][TAB][TAB]<table border=0 cellspacing=0 cellpadding=4 width=100%>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB]<tr>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB]<FIRE IF312><VAR act_sprachw></FIRE IF312>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB]<FIRE DO312>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]<td align=right width=120>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]<font size=1> <txt_gl 23>: </font>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]</td>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]<td><FIREBOOK LANGBUTT></td>
</FIRE DO312>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]<td align=right>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]<font size=1> [ <b><FIREBOOK COUNT></b> <txt_gl 24>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]<b><FIREBOOK PAGECOUNT></b> <txt_gl 4> ] [ <FIREBOOK PREVPAGE> | <FIREBOOK NEXTPAGE> ]
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]<FIRE IF319><VAR allow_druckskin></FIRE IF319><FIRE DO319>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB][ </font>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]</td>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]<td width=20>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]<a href="<FIREBOOK SCRIPTPR>"><img valign=middle src="<FIREBOOK BILDERURL>/skins/print/allgemein/print.gif" border=0 alt="<txt_gl 95>" title="<txt_gl 95>"></a>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]</td>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]<td><font size=1> ]
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]</FIRE DO319>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]</font></td>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB]</tr>
[TAB][TAB][TAB][TAB][TAB][TAB]</table>
[TAB][TAB][TAB][TAB][TAB]</td>
[TAB][TAB][TAB][TAB]</tr>
[TAB][TAB][TAB][TAB]<tr>
[TAB][TAB][TAB][TAB][TAB]<td class=fb3 align=center>
[TAB][TAB][TAB][TAB][TAB][TAB]<b><font class=fb3>[ <FIREBOOK ADDMSG> ] [ <FIREBOOK SHOWENTRYS> | <txt_gl 4>: <FIREBOOK PAGES> ]
[TAB][TAB][TAB][TAB][TAB]<FIRE IF1><VAR userregakt></FIRE IF1><FIRE DO1>
[TAB][TAB][TAB][TAB][TAB][TAB][ <FIREBOOK REGLINK> ]
[TAB][TAB][TAB][TAB][TAB]</FIRE DO1>
[TAB][TAB][TAB][TAB][TAB][TAB][ <FIREBOOK SILLYSTATS> ] [ <FIREBOOK HELPLINK> ]</font></b>
[TAB][TAB][TAB][TAB][TAB]</td>
[TAB][TAB][TAB][TAB]</tr>
[TAB][TAB][TAB][TAB]<tr>
[TAB][TAB][TAB][TAB][TAB]<td class=fb2 align=center>
[TAB][TAB][TAB][TAB][TAB][TAB]<table border=0 width=90% cellspacing=0 cellpadding=0>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB]<tr>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]<td align=center><FIREBOOK MAIN></td>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB]</tr>
[TAB][TAB][TAB][TAB][TAB][TAB]</table>
[TAB][TAB][TAB][TAB][TAB]</td>
[TAB][TAB][TAB][TAB]</tr>
[TAB][TAB][TAB][TAB]<tr>
[TAB][TAB][TAB][TAB][TAB]<td class=fb3 align=center>
[TAB][TAB][TAB][TAB][TAB][TAB]<table border=0 cellspacing=0 cellpadding=0>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB]<tr>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]<td class=fb3> [ </td>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]<td class=fb3><FIREBOOK JUMP></td>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]<td class=fb3> ] </td>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]<td class=fb3>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB]<FIRE IF2><VAR adminlink></FIRE IF2><FIRE DO2>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB][ <FIREBOOK ADMIN> ]
[TAB][TAB][TAB][TAB][TAB][TAB][TAB]</FIRE DO2>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB]<FIRE IF3><VAR mapakt+maplink></FIRE IF3><FIRE DO3>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB][ <FIREBOOK GUESTMAP> ]
[TAB][TAB][TAB][TAB][TAB][TAB][TAB]</FIRE DO3>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB]<FIRE IF399><VAR publicarchiv></FIRE IF399><FIRE DO399>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB] [ <FIREBOOK ARCHIVLINK> ]
[TAB][TAB][TAB][TAB][TAB][TAB][TAB]</FIRE DO399>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB][TAB]</td>
[TAB][TAB][TAB][TAB][TAB][TAB][TAB]</tr>
[TAB][TAB][TAB][TAB][TAB][TAB]</table>
[TAB][TAB][TAB][TAB][TAB]</td>
[TAB][TAB][TAB][TAB]</tr>
[TAB][TAB][TAB]</table>
[TAB][TAB]</td>
[TAB]</tr>
[TAB]<tr>
[TAB][TAB]<td valign=top>
[TAB][TAB][TAB]<font size=1><txt_gl 25>: <FIREBOOK RATING></font>
[TAB][TAB]</td>
[TAB][TAB]<td align=right>
[TAB][TAB]<table border=0 cellspacing=0 cellpadding=0>
[TAB][TAB]<tr><td align=right><b><txt_gl 136>:</b> </td>
[TAB][TAB]<td width=200>
[TAB][TAB]<FIREBOOK SEARCHFORM>
[TAB][TAB]</td></tr></table>
[TAB][TAB]</td>
[TAB]</tr>
</table>
<br>
<FIREBOOK QUICKENTRY>
<FIREBOOK JAVAEFFECTSSTART>
&...
[size=small][geändert von PapaDoc am [TIME]1181026065[/TIME]][/size] |
|
| Nach oben |
|
 |
handschigl
Anmeldedatum: 06.03.2006 Beiträge: 471
|
Verfasst am: Di Jun 05, 2007 2:00 pm Titel: |
|
|
Hallo,
warum hast du den letzten Teil weggelassen? Wenn du alles gepostet hättest, wäre es einfacher gewesen.
Markiere nun den Code in den Haupttemplates, den du mir gegeben hast genau soweit, wie du ihn hier gepostet hast. Danach kopierst du diesen Code durch den, den ich jetzt poste.
| Code: | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="publisher" content="<FIREBOOK HOMEPAGE>">
<meta name="distribution" content="global">
<meta name="robots" content="all, index, follow">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="no-cache">
<title><FIREBOOK FBNAME> :: <FIREBOOK TITLE></title>
<style type="text/css">
<!--
A:link { background-color: transparent; color: #808080; text-decoration: none; }
A:visited { background-color: transparent; color: #808080; text-decoration: none; }
A:hover { background-color: transparent; color: #808080; text-decoration: none; }
BODY { background-color: #000000; color: #808080; font-family: Verdana, Lucida, Sans-Serif; font-size: 12px; margin: 0px; padding: 0px; scrollbar-face-color: #000000; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #444444; scrollbar-darkshadow-color: #444444; scrollbar-track-color: #000000; scrollbar-arrow-color: #444444; }
.fb1 { background-color: #222222; color: #cccccc; }
.fb2 { background-color: #000000; color: #cccccc; }
.fb3 { background-color: #333333; color: #cccccc; background-image: url(#808080); }
.fb4 { background-color: #111111; color: #cccccc; }
.fbtitle { background-color: transparent; color: #cccccc; }
.fbcatbg { background-color: #333333; color: #cccccc; font-size: 12px; font-weight: bold; background-image: url(#808080); }
.fbborder { background-color: #444444; color: #000000; font-family: Verdana, Lucida, Sans-Serif; font-size: 12px; }
td { color: #808080; font-family: Verdana, Lucida, Sans-Serif; font-size: 12px; }
hr { color: #808080; }
input { background-color: transparent; color: #cccccc; font-family: Verdana, Lucida, Sans-Serif; font-size: 11px; }
textarea { background-color: #000000; color: #cccccc; font-family: Verdana, Lucida, Sans-Serif; font-size: 11px; }
select { background-color: transparent; color: #000000; font-family: Verdana, Lucida, Sans-Serif; font-size: 11px; }
.pinned { background-color: #808080; }
.marked { background-color: #808080; }
.fbkomm { color: #4479A5; font-family: Verdana, Lucida, Sans-Serif; }
.quote { color: #000000; border: 1px dotted #333333; font-family: Arial, Verdana, Helvetica; font-size: 11px; }
.ubbcbutton A:link { background-color: #333333; border: 1px solid #000000; font-size: 9px; text-decoration: none; margin: 1px; padding: 2px; display: block; }
.ubbcbutton A:visited { background-color: #333333; border: 1px solid #000000; font-size: 9px; text-decoration: none; margin: 1px; padding: 2px; display: block; }
.ubbcbutton A:hover { background-color: #333333; border: 1px solid #000000; font-size: 9px; text-decoration: none; margin: 1px; padding: 2px; display: block; }
form { padding: 0px; margin: 0px; }
-->
</style>
</head>
<FIREBOOK OTHERJAVA>
<FIREBOOK JAVAEFFECTS>
<script language="JavaScript1.2" type="text/javascript">
<!--
function popUp(URL,size1,size2) {
day = new Date();
id = day.getTime();
if (screen.width < size1) { var positionX = 0; size1 = screen.width - 60; }
else { var positionX = (screen.width / 2) - (size1 / 2); }
if (screen.height < size2) { var positionY = 0; size2 = screen.height - 60; }
else { var positionY = (screen.height / 2) - (size2 / 2); }
firebookwind = window.open(URL, id,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,fullscreen=0,width='+size1+',height='+size2+',top='+positionX+',left='+positionY);
firebookwind.focus();
}
//-->
</script>
<body leftMargin="0" topMargin="0" MARGINWIDTH="0" MARGINHEIGHT="0"><br>
<table width="90%" border=0 cellspacing=0 cellpadding=0 align=center>
<tr>
<td colspan=2>
<table width="100%" border=0 cellspacing=1 cellpadding=1 class=fbborder align=center>
<tr>
<td class=fb2>
<table border=0 cellspacing=0 cellpadding=4 width=100%>
<tr>
<FIRE IF312><VAR act_sprachw></FIRE IF312>
<FIRE DO312>
<td align=right width=120>
<font size=1> <txt_gl 23>: </font>
</td>
<td><FIREBOOK LANGBUTT></td>
</FIRE DO312>
<td align=right>
<font size=1> [ <b><FIREBOOK COUNT></b> <txt_gl 24>
<b><FIREBOOK PAGECOUNT></b> <txt_gl 4> ] [ <FIREBOOK PREVPAGE> | <FIREBOOK NEXTPAGE> ]
<FIRE IF319><VAR allow_druckskin></FIRE IF319><FIRE DO319>
[ </font>
</td>
<td width=20>
<a href="<FIREBOOK SCRIPTPR>"><img valign=middle src="<FIREBOOK BILDERURL>/skins/print/allgemein/print.gif" border=0 alt="<txt_gl 95>" title="<txt_gl 95>"></a>
</td>
<td><font size=1> ]
</FIRE DO319>
</font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class=fb3 align=center>
<b><font class=fb3>[ <FIREBOOK ADDMSG> ] [ <FIREBOOK SHOWENTRYS> | <txt_gl 4>: <FIREBOOK PAGES> ]
<FIRE IF1><VAR userregakt></FIRE IF1><FIRE DO1>
[ <FIREBOOK REGLINK> ]
</FIRE DO1>
[ <FIREBOOK SILLYSTATS> ] [ <FIREBOOK HELPLINK> ]</font></b>
</td>
</tr>
<tr><td>
<FIREBOOK QUICKENTRY>
</td></tr>
<tr>
<td class=fb2 align=center>
<table border=0 width=90% cellspacing=0 cellpadding=0>
<tr align=center>
<td align=center><FIREBOOK MAIN></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class=fb3 align=center>
<table border=0 cellspacing=0 cellpadding=0>
<tr>
<td class=fb3> [ </td>
<td class=fb3><FIREBOOK JUMP></td>
<td class=fb3> ] </td>
<td class=fb3>
<FIRE IF2><VAR adminlink></FIRE IF2><FIRE DO2>
[ <FIREBOOK ADMIN> ]
</FIRE DO2>
<FIRE IF3><VAR mapakt+maplink></FIRE IF3><FIRE DO3>
[ <FIREBOOK GUESTMAP> ]
</FIRE DO3>
<FIRE IF399><VAR publicarchiv></FIRE IF399><FIRE DO399>
[ <FIREBOOK ARCHIVLINK> ]
</FIRE DO399>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign=top>
<font size=1><txt_gl 25>: <FIREBOOK RATING></font>
</td>
<td align=right>
<table border=0 cellspacing=0 cellpadding=0>
<tr><td align=right><b><txt_gl 136>:</b> </td>
<td width=200>
<FIREBOOK SEARCHFORM>
</td></tr></table>
</td>
</tr>
</table>
<br>
<FIREBOOK JAVAEFFECTSSTART> | _________________ Viele Grüße
Christian
Nicht mehr im Gästebuchking.de-Team! |
|
| Nach oben |
|
 |
PapaDoc
Anmeldedatum: 03.06.2007 Beiträge: 5
|
Verfasst am: Di Jun 12, 2007 7:58 am Titel: |
|
|
Hallo Christian,
ersteinmal vielen Dank für Deine Mühe. Finde ich echt Klasse von Dir. Genauso wollte ich es haben. Aber eins habe ich nicht gerafft, mehr war da nicht zum kopieren und einzufügen. Naja egal, du hast es ja trotzdem irgendwie hinbekommen. Wenn ich mit den anderen Anpassungen fertig bin, werde ich es auf jeden fall benutzen.
Also nochmals vielen Dank!
MfG Thomas |
|
| Nach oben |
|
 |
handschigl
Anmeldedatum: 06.03.2006 Beiträge: 471
|
Verfasst am: Di Jun 12, 2007 3:00 pm Titel: |
|
|
_________________ Viele Grüße
Christian
Nicht mehr im Gästebuchking.de-Team! |
|
| Nach oben |
|
 |
|
|
Du kannst keine Beiträge in dieses Forum schreiben. Du kannst auf Beiträge in diesem Forum nicht antworten. Du kannst deine Beiträge in diesem Forum nicht bearbeiten. Du kannst deine Beiträge in diesem Forum nicht löschen. Du kannst an Umfragen in diesem Forum nicht mitmachen.
|
|