4216
4images code on GitHub Click here to visit GitHub.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
"image_name" => $image_row['image_name'],
und ersetze es durch"image_name" =>format_text($image_row['image_name'], $config['html_comments']),
.button {
font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
background-color: #003366;
color: #fcdc43;
font-size: 11px;
font-weight: bold;
}
und passe die Buttons deinen Wünschen an ... <tr>
<td><br></td>
</tr>
<tr>
<td class="tablebgcolor"><img src="./templates/normal/images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<td class="head2" height="20"><img src="./templates/normal/images/spacer.gif" alt="" width="4" height="4" />Navigation</td>
</tr>
<tr>
<td class="tablebgcolor"><img src="./templates/normal/images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td align="center" class="row1>» <a href="./index.php?template=info">Informationen</a><td>
</tr>
<tr>
<td align="center" class="row1>» <a href="./index.php?template=kontakt">Kontakt</a><td>
</tr>
And is it possible to have a number for every photo to track its place easier:
Image : {image_name} - ID : {cat_id}-{image_id}
and it would indicate e.g. the following to you :Image : Skyscraper - ID : 56-2375
and in such way to each photo a clear number is indicated to you ... <a href="http://www.deine_seite/.../index.php?template=info">Info</a>
$sql = "SELECT cat_id, cat_name, cat_hits
FROM ".CATEGORIES_TABLE."
ORDER BY cat_hits DESC
LIMIT XX";
...
Kategorie {cat_name} : {cat_hits} Zugriffe