Betreff: Re: weißer Bildschirm wenn ich die Bilder anzeigen will von fronti am 12.07.2007 20:25:09
angepasst von mcleines:
in der displayimage.php zeile 31-35
Zitat:define('IN_XCGALLERY', true);
#include XOOPS_ROOT_PATH."/mainfile.php"; require('include/init.inc.php'); include "../../header.php"; ###geändert für simplexoops 0.7.9
zeile 68 herum
Zitat:if ($pos > 0) { $prev = $pos - 1; $prev_data = get_pic_data($album, $pic_count, $album_name, $prev, 1, false); $prev_data[0]['pid'] = ($album == 'topn') ? '' : $prev_data[0]['pid']; #mc $prev_tgt = "$PHP_SELF?album=$album$cat_link&pos=$prev&pid=".$prev_data[0]['pid'];
und zeile 78 herum
Zitat:if ($pos < ($pic_count -1)) { $next = $pos + 1; $next_data = get_pic_data($album, $pic_count, $album_name, $next, 1, false); $next_data[0]['pid'] = ($album == 'topn') ? '' : $next_data[0]['pid']; #mc $next_tgt =
danke nochmal...
|