album mod morpheus

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
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.
Antworten
many
Mitglied
Beiträge: 4
Registriert: 04.11.2005 20:59

album mod morpheus

Beitrag von many »

so bin newbie und bin schon ziemlich weit gekommen mit meinem phpbb board..was simples bringt mich noch zur verzweiflung

guck mal
[ externes Bild ]

so sieht es eigentlich aus

[ externes Bild ]

hab als theme morpheus und hab den album 2.0.53 mod von smator eingebaut beim dem das problem aufgetreten ist
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ...

hast du denn mal einen Link damit man sich das mal ansehen kann?

Markus
many
Mitglied
Beiträge: 4
Registriert: 04.11.2005 20:59

Beitrag von many »

Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ...

da kommt Arbeit auf dich zu ...

versuchs mal mit der album_index_body.tpl

Code: Alles auswählen

{TPL_CONTENT_TOPNAV1}<table width="100%" cellspacing="0" cellpadding="2" border="0">
  <tr>
	<td><span class="gensmall">
	<!-- BEGIN switch_user_logged_in -->
	{LAST_VISIT_DATE}<br />
	<!-- END switch_user_logged_in -->
	{CURRENT_TIME}<br />
	</span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a href="{U_ALBUM}" class="nav">{L_ALBUM}</a></span></td>
  </tr>
</table>{TPL_CONTENT_TOPNAV2}
<br  />
{TPL_HDR1}
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
  <tr>
	<th width="70%" class="thCornerL" height="25" nowrap="nowrap">&nbsp;{L_CATEGORY}&nbsp;</th>
	<th width="60" class="thTop" nowrap="nowrap">&nbsp;{L_PICS}&nbsp;</th>
	<th class="thCornerR" nowrap="nowrap">&nbsp;{L_LAST_PIC}&nbsp;</th>
  </tr>
  <tr>
	<td class="catLeft" colspan="3" height="28"><span class="cattitle">{L_PUBLIC_CATS}</span></td>
  </tr>
  <!-- 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>&nbsp;&raquo;&nbsp;<a href="{U_YOUR_PERSONAL_GALLERY}" class="cattitle">{L_YOUR_PERSONAL_GALLERY}</a></span></td>
  </tr>
</table>

<table width="100%" cellspacing="2" cellpadding="1" border="0">
  <tr>
	<td align="right"><span class="gensmall">{S_TIMEZONE}</span></td>
  </tr>
</table>

<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
  <tr>
	<th class="thTop" height="25" colspan="{S_COLS}" nowrap="nowrap">{L_RECENT_PUBLIC_PICS}</th>
  </tr>
  <!-- BEGIN no_pics -->
  <tr>
	<td class="row1" align="center" colspan="{S_COLS}" height="50"><span class="gen">{L_NO_PICS}</span></td>
  </tr>
  <!-- END no_pics -->
  <!-- BEGIN recent_pics -->
  <tr>
  <!-- BEGIN recent_col -->
	<td class="row1" width="{S_COL_WIDTH}" align="center"><a href="{recent_pics.recent_col.U_PIC}" {TARGET_BLANK}><img src="{recent_pics.recent_col.THUMBNAIL}" border="0" alt="{recent_pics.recent_col.DESC}" title="{recent_pics.recent_col.DESC}" vspace="10" /></a></td>
  <!-- END recent_col -->
  </tr>
  <tr>
  <!-- BEGIN recent_detail -->
    <td class="row2"><span class="gensmall">{L_PIC_TITLE}: {recent_pics.recent_detail.TITLE}<br />
  	{L_POSTER}: {recent_pics.recent_detail.POSTER}<br />{L_POSTED}: {recent_pics.recent_detail.TIME}<br />
  	{L_VIEW}: {recent_pics.recent_detail.VIEW}<br />{recent_pics.recent_detail.RATING}{recent_pics.recent_detail.COMMENTS}{recent_pics.recent_detail.IP}</span>
	</td>
  <!-- END recent_detail -->
  </tr>
  <!-- END recent_pics -->
</table>{TPL_FTR}

<!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">{TPL_HDR1}
  <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
	<tr>
	  <td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td>
	</tr>
	<tr>
	  <td class="row1" align="center" height="28"><span class="gensmall">{L_USERNAME}:
		<input class="post" type="text" name="username" size="10" />
		&nbsp;&nbsp;&nbsp;{L_PASSWORD}:
		<input class="post" type="password" name="password" size="10" />
		&nbsp;&nbsp; &nbsp;&nbsp;{L_AUTO_LOGIN}
		<input class="text" type="checkbox" name="autologin" />
		&nbsp;&nbsp;&nbsp;
		<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
		<input type="hidden" name="redirect" value="{U_ALBUM}" />
		</span> </td>
	</tr>
  </table>{TPL_FTR}
</form>
<!-- END switch_user_logged_out -->

<br clear="all" />
{TPL_CONTENT_BOTTOM}
<!--
You must keep my copyright notice visible with its original content
-->
<div align="center" class="copyright">Powered by Photo Album {ALBUM_VERSION} &copy; 2002-2003 <a href="http://smartor.is-root.com" target="_blank">Smartor</a></div>
Markus
many
Mitglied
Beiträge: 4
Registriert: 04.11.2005 20:59

Beitrag von many »

hat fast geklappt das teil ist jetzt mittig..jetzt hab ich hab was seltsames im hintergrund *G* und die schrift is au bissel bold :)
könntest noch mal tip geben wäre dir sehr dankbar :oops:
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ....

und noch ein Versuch :wink:

Code: Alles auswählen

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Neue Seite 5</title>
</head>

<body>

{TPL_CONTENT_TOPNAV1}<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
	<td align="left" class="navbar-links"><a href="{U_INDEX}">{L_INDEX}</a> &raquo; <a href="{U_ALBUM}">{L_ALBUM}</a></td>
	<td align="right" class="navbar-text">{CURRENT_TIME}</td>
</tr>
</table>{TPL_CONTENT_TOPNAV2}
</br>

{TPL_HDR1}{L_ALBUM}{TPL_HDR2}<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
	<tr> 
   		<th width="70%" class="thTop" height="25" nowrap="nowrap">&nbsp;{L_CATEGORY}&nbsp;</th> 
   		<th width="60" class="thTop" nowrap="nowrap">&nbsp;{L_PICS}&nbsp;</th> 
   		<th class="thTop" nowrap="nowrap">&nbsp;{L_LAST_PIC}&nbsp;</th> 
  	</tr> 
  	<tr> 
   		<td class="catLeft" colspan="3" height="28"><span class="cattitle">{L_PUBLIC_CATS}</span></td> 
  	</tr> 
  	<!-- 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>&nbsp;&raquo;&nbsp;<a href="{U_YOUR_PERSONAL_GALLERY}" class="cattitle">{L_YOUR_PERSONAL_GALLERY}</a></span></td> 
  	</tr> 
</table>{TPL_FTR}
<table width="100%" cellspacing="2" cellpadding="1" border="0"> 
	<tr> 
   		<td align="right"><span class="gensmall">{S_TIMEZONE}</span></td> 
  	</tr> 
</table> 
<br />
{TPL_HDR1}{L_RECENT_PUBLIC_PICS}{TPL_HDR2}<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  	<tr> 
   		<th class="thTop" height="25" colspan="{S_COLS}" nowrap="nowrap">{L_RECENT_PUBLIC_PICS}</th> 
  	</tr> 
  	<!-- BEGIN no_pics --> 
  	<tr> 
   		<td class="row1" align="center" colspan="{S_COLS}" height="50"><span class="gen">{L_NO_PICS}</span></td> 
  	</tr> 
  	<!-- END no_pics --> 
  	<!-- BEGIN recent_pics --> 
  	<tr> 
  		<!-- BEGIN recent_col --> 
   		<td class="row1" width="{S_COL_WIDTH}" align="center"><a href="{recent_pics.recent_col.U_PIC}" {TARGET_BLANK}><img src="{recent_pics.recent_col.THUMBNAIL}" border="0" alt="{recent_pics.recent_col.DESC}" title="{recent_pics.recent_col.DESC}" vspace="10" /></a></td> 
  		<!-- END recent_col --> 
  	</tr> 
  	<tr> 
  		<!-- BEGIN recent_detail --> 
    	<td class="row2"><span class="gensmall">{L_PIC_TITLE}: {recent_pics.recent_detail.TITLE}<br /> 
     	{L_POSTER}: {recent_pics.recent_detail.POSTER}<br />{L_POSTED}: {recent_pics.recent_detail.TIME}<br /> 
     	{L_VIEW}: {recent_pics.recent_detail.VIEW}<br />{recent_pics.recent_detail.RATING}{recent_pics.recent_detail.COMMENTS}{recent_pics.recent_detail.IP}</span> 
   		</td> 
  		<!-- END recent_detail --> 
  	</tr> 
  	<!-- END recent_pics --> 
</table>{TPL_FTR}
<br clear="all" /> 
<!-- 
You must keep my copyright notice visible with its original content 
--> 
<div align="center" class="copyright">Powered by Photo Album {ALBUM_VERSION} &copy; 2002-2003 <a href="http://smartor.is-root.com" target="_blank">Smartor</a></div>
Markus
many
Mitglied
Beiträge: 4
Registriert: 04.11.2005 20:59

Beitrag von many »

haha super hat geklappt..danke steh in deiner schuldso noch ne kleine frage auf den anderen seiten des albums wenn ich z.b. ein bild anklicke kommt dieses problem auch kann ich aus deinem text was rauskopieren und einfügen um das problem zu beheben
Antworten

Zurück zu „phpBB 2.0: Mod Support“