Betreff: Aw: Problem beim update von 2.5.5 auf 2.5.6 von Bleekk am 13.01.2014 11:04:52
Problem 1:
Leider hat jemand bei der Formatierung des HTML Codes die Links kaputt gemacht.
Du musst folgendes Template ändern und das HTML wieder in Ordnung bringen
modules/myalbum/templates/myalbum_viecat_list.html ab Zeile 39
Hier mal das komplett ausgebessertes HTML des Templates
<{strip}>
<div style="float:right;">
<a href="<{$rss}>">
<img border='0' src='<{$xoops_url}>/modules/<{$mydirname}>/images/rss.gif'/>
</a>
</div>
<table width="100%" cellspacing="0" class="outer">
<tr>
<td class="even">
<br/>
<{include file="db:myalbum_header.html"}>
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='left'>
<span style="font-weight:bold;"><a href='index.php'><{$lang_album_main}></a> : <{$album_sub_title}></span> <{$lang_total}><{$photo_total_sum}>
</td>
<td align='right'>
<{if $lang_add_photo}>
<a href="submit.php?cid=<{$category_id}>"><{$lang_add_photo}>
<img src="<{xoModuleIcons16 add.png}>" border="0" alt="<{$lang_add_photo}>" title="<{$lang_add_photo}>"/>
</a>
<{/if}>
</td>
</tr>
</table>
<{if count( $subcategories ) > 0 }>
<hr/>
<{include file="db:myalbum_categories.html"}>
<{/if}>
</td>
</tr>
</table>
<br/>
<{if $photo_small_sum < 1 }>
<div align="center">
<{$lang_nomatch}>
</div>
<{else}>
<table width="100%" cellspacing="0" class="outer">
<tr>
<td class="even" align="left">
<{if $photo_small_sum > 1 }>
<div align="center">
<{$lang_sortby}>
<{$lang_title}> (
<a href="viewcat.php?cid=<{$category_id}>&uid=<{$uid}>&orderby=titleA">
<img src="images/up.gif" border="0" align="middle" alt=""/>
</a>
<a href="viewcat.php?cid=<{$category_id}>&uid=<{$uid}>&orderby=titleD">
<img src="images/down.gif" border="0" align="middle" alt=""/>
</a>)
<{$lang_date}> (
<a href="viewcat.php?cid=<{$category_id}>&uid=<{$uid}>&orderby=dateA">
<img src="images/up.gif" border="0" align="middle" alt=""/>
</a>
<a href="viewcat.php?cid=<{$category_id}>&uid=<{$uid}>&orderby=dateD">
<img src="images/down.gif" border="0" align="middle" alt=""/>
</a>)
<{if $canrateview }>
<{$lang_rating}> (
<a href="viewcat.php?cid=<{$category_id}>&uid=<{$uid}>&orderby=ratingA">
<img src="images/up.gif" border="0" align="middle" alt=""/>
</a>
<a href="viewcat.php?cid=<{$category_id}>&uid=<{$uid}>&orderby=ratingD">
<img src="images/down.gif" border="0" align="middle" alt=""/>
</a>)
<{/if}>
<{$lang_popularity}> (
<a href="viewcat.php?cid=<{$category_id}>&uid=<{$uid}>&orderby=hitsA">
<img src="images/up.gif" border="0" align="middle" alt=""/>
</a><a href="viewcat.php?cid=<{$category_id}>&uid=<{$uid}>&orderby=hitsD">
<img src="images/down.gif" border="0" align="middle" alt=""/>
</a>)
<br/>
<b><{$lang_cursortedby}></b>
<br/>
<br/>
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='left'>
<{$photonavinfo}>
</td>
<td align='right'>
<{$photonav}>
</td>
</tr>
</table>
</div>
<hr/>
<{/if}>
<br/>
<table width='100%' cellspacing='0' cellpadding='10' border='0'>
<{foreach from=$photos item=photo}>
<{include file="db:myalbum_photo_in_list.html"}>
<{/foreach}>
</table>
<{if $photo_small_sum > 1 }>
<hr/>
<div align="center">
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='left'>
<{$photonavinfo}>
</td>
<td align='right'>
<{$photonav}>
</td>
</tr>
</table>
</div>
<{/if}>
</td>
</tr>
</table>
<{/if}>
<br/>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center">
<br/>
<{include file='db:system_notification_select.html'}>
<br/>
<{include file="db:myalbum_footer.html"}>
</td>
</tr>
</table>
<{/strip}>
Problem 2:
Was meinst du mit durcheinander? Stimmt die Reihenfolge nicht?
Problem 3:
Versuch mal das Modul Xortify von Simon. Das findest du auf xoops.org
|