Hallo ich benötige bei diesem "Photo Album Addon 2.0.51 © 2002-2003 Smartor" Mod eine kleine Änderung:
Und zwar soll die Zeile "Users Personal Galleries" als ein normale Bildereralbumkategorie angezeigt werden. Nicht wie jetzt in der letzten Zeile!
Wäre toll wenn mir einer von euch da weiterhelfen könnte?
Photo Album by Smartor. Benötige eine kleine Änderung
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
-
- Mitglied
- Beiträge: 64
- Registriert: 15.05.2004 19:31
album_index_body.tpl
Probier mal anstelle von:
Probier mal anstelle von:
dieses hier einzusetzen:<!-- BEGIN catrow -->
<tr>
<td class="row1" height="50"><span class="forumlink"> <a href="{catrow.U_VIEW_CAT}" class="forumlink">{catrow.CAT_TITLE}</a><br />
</span> <span class="genmed">{catrow.CAT_DESC}<br />
</span><span class="gensmall">{catrow.L_MODERATORS} {catrow.MODERATORS}</span></td>
<td class="row2" align="center"><span class="gensmall">{catrow.PICS}</span></td>
<td class="row2" align="center" nowrap="nowrap"><span class="gensmall">{catrow.LAST_PIC_INFO}</span></td>
</tr>
<!-- END catrow -->
<tr>
<td class="catbottom" colspan="3" height="28"><span class="cattitle"><a href="{U_USERS_PERSONAL_GALLERIES}" class="cattitle">{L_USERS_PERSONAL_GALLERIES}</a> » <a href="{U_YOUR_PERSONAL_GALLERY}" class="cattitle">{L_YOUR_PERSONAL_GALLERY}</a></span></td>
</tr>
</table>
<!-- BEGIN catrow -->
<tr>
<td class="row1" height="50"><span class="forumlink"> <a href="{catrow.U_VIEW_CAT}" class="forumlink">{catrow.CAT_TITLE}</a><br />
</span> <span class="genmed">{catrow.CAT_DESC}<br />
</span><span class="gensmall">{catrow.L_MODERATORS} {catrow.MODERATORS}</span></td>
<td class="row2" align="center"><span class="gensmall">{catrow.PICS}</span></td>
<td class="row2" align="center" nowrap="nowrap"><span class="gensmall">{catrow.LAST_PIC_INFO}</span></td>
</tr>
<tr>
<td class="row1" height="50" colspan="3"><span class="forumlink"><a href="{U_USERS_PERSONAL_GALLERIES}" class="forumlink">{L_USERS_PERSONAL_GALLERIES}</a></span></td>
</tr>
<!-- END catrow -->
<tr>
<td class="catbottom" colspan="3" height="28"><span class="cattitle"><a href="{U_YOUR_PERSONAL_GALLERY}" class="cattitle">{L_YOUR_PERSONAL_GALLERY}</a></span></td>
</tr>
</table>
Kein Support per PN/Email/Messenger!
Falls jemand den neuen ICQ-Button braucht: http://www.peggy-para.de/templates/olym ... cq_add.gif
Falls jemand den neuen ICQ-Button braucht: http://www.peggy-para.de/templates/olym ... cq_add.gif