| Vorheriges Thema anzeigen :: Nächstes Thema anzeigen |
| Autor |
Nachricht |
chris58
Anmeldedatum: 11.06.2006 Beiträge: 4
|
Verfasst am: 02.11.2006, 14:54 Titel: Mehr als 10 Berichte anzeigen |
|
|
Hallo !
Ich bin sehr zufrieden mit diesem Script. Hätte nur eine Frage: Wo kann ich Einstellungen machen, damit nicht nur 10 Berichte angezeigt werden, sondern 15 Berichte (als Vorschau) links neben den drei Berichten die ich eingestellt habe.
http://www.skvgpottenbrunn.at.tt/ |
|
| Nach oben |
|
 |
Christian Scar4U
Anmeldedatum: 13.03.2006 Beiträge: 984 Wohnort: Wiesbaden
|
Verfasst am: 04.11.2006, 16:04 Titel: |
|
|
wenn man sich den link von "seite weiter" ansieht, sieht man alle möglichen parameter. die anzahl pro seite wird mit dem parameter sn_proseite=... angegeben.
will man einen anderen anfangswert als 10 haben. muss man im aufzurufenden iframe lediglich diesen parameter mit gewünschter anzahl übergeben. also ...php?sn_proseite=15 _________________ BackTix.de - Textlink Marktplatz
Mit BackTix.de wird Ihnen ein guter Marktplatz für den Textlink Kauf und Backlink Verkauf zur Verfügung gestellt. |
|
| Nach oben |
|
 |
chris58
Anmeldedatum: 11.06.2006 Beiträge: 4
|
Verfasst am: 09.11.2006, 19:42 Titel: Mehr als 10 Berichte anzeigen |
|
|
Danke...
Ich habe nun gesucht, jedoch finde ich dieses Templat nicht. Kannst du mir bitte noch sagen in welchem dies sein soll ?
Danke für die Antwort
Chris |
|
| Nach oben |
|
 |
Christian Scar4U
Anmeldedatum: 13.03.2006 Beiträge: 984 Wohnort: Wiesbaden
|
Verfasst am: 09.11.2006, 20:13 Titel: |
|
|
das iframe befindet sich im header-template _________________ BackTix.de - Textlink Marktplatz
Mit BackTix.de wird Ihnen ein guter Marktplatz für den Textlink Kauf und Backlink Verkauf zur Verfügung gestellt. |
|
| Nach oben |
|
 |
chris58
Anmeldedatum: 11.06.2006 Beiträge: 4
|
Verfasst am: 16.11.2006, 10:53 Titel: Mehr als 10 pro Seite |
|
|
Danke für die Antwort. Ich bin wahrscheinlich zu dumm, also ich finde das nicht.. ich stell mal den Header hier rein - wo ist der Teil ?
Danke Chris
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>scarnews - neu</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
* {
FONT-FAMILY: Verdana,Tahoma,Helvetica, sans-serif;
font-size: 12px;
}
a.menu:link, a.menu:visited { text-decoration: none; color: #000000; display:block; width:230px; background-color:#009966; padding: 4px; margin-top:1px; }
a.menu:hover { text-decoration: none; color: #FFFFFF; display:block; width:230px; background-color:#008040; padding: 4px; margin-top:1px; }
a.acp:link, a.acp:visited { text-decoration: none; color: #FFFFFF; display:block; width:230px; background-color:#008040; padding: 4px; margin-top:1px; }
a.acp:hover { text-decoration: none; color: #FFFFFF; display:block; width:230px; background-color:#FF0000; padding: 4px; margin-top:1px; }
a:link { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #990000; }
a.blackunderline:hover { text-decoration: underline; color: #000000; }
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #E5E5E5;
}
td.headline_bit {
border-color:#E5E5E5;
border-top-width:1px;
border-top-style:solid;
padding-top:4px;
padding-bottom:4px;
padding-left:10px;
padding-right:10px;
}
a.headline_bit:link, a.headline_bit:visited {
width:100px;
font-weight:bolder;
color:#666666;
}
a.headline_bit:hover {
width:100%;
font-weight:bolder;
color:#666666;
}
.title {
border-color:#000000;
border-bottom-style:solid;
border-bottom-width:1px;
margin-bottom:12px;
}
.Stil1 {
color: #990000;
font-weight: bold;
}
-->
</style>
</head>
<body>
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#E5E5E5"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#E5E5E5"><img src="" alt="" width="1" height="5"></td>
</tr>
</table><img src="" alt="" width="1" height="5"><br>
<em><strong> <img src="../clip/infocenter.jpg" width="230" height="35"> <img src="../clip/werbung.gif" width="450" height="50"></strong></em></td>
</tr>
</table>
<table width="780" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="200" valign="top" bgcolor="#EEEEEE" style="padding-top:8px">
<a href="scarnews.php" class="menu">News</a><a href="scarnews.php?sn_archive=" class="menu">Archive</a><a href="../download/bericht.php" class="menu" target="_blank">Download</a>
<br>
<iframe scrolling="no" frameborder="no" height="500" width="240" name="headline" src="scarnews_headline.php"></iframe>
<br>
<br>
<div style="padding:4px">
<p>
<a href="./admin/index.php" target="_blank" class="acp">Zur Admin-Area</a>
</p>
<p>
</td>
<td valign="top" style="padding:10px"> |
|
| Nach oben |
|
 |
Christian Scar4U
Anmeldedatum: 13.03.2006 Beiträge: 984 Wohnort: Wiesbaden
|
Verfasst am: 18.11.2006, 13:01 Titel: |
|
|
was soll ich denn zeigen? es gibt nur ein "iframe" und nur einmal die aufgerufe headline datei "scarnews_headline.php" in diesem template.. ? _________________ BackTix.de - Textlink Marktplatz
Mit BackTix.de wird Ihnen ein guter Marktplatz für den Textlink Kauf und Backlink Verkauf zur Verfügung gestellt. |
|
| Nach oben |
|
 |
|