MyXoops Forum

Forum - myXOOPS German Support

2 + 2 = ?  
Geben Sie das Ergebnis der Berechnung ein
Sie haben max. 10 Versuche.
 
* = Erforderlich

Re: weißer Bildschirm wenn ich die Bilder anzeigen will

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...

Aktuell aus dem Forum

Forum Thema Antworten Views Letzter Beitrag
Modulentwicklung New Xoops Xcreate Module 0 5313 26.11.2025 15:22
efkan Gehe zum letzten Beitrag
Modulentwicklung XOOPS Custom Field Module 1 1804 24.11.2025 11:21
Goffy Gehe zum letzten Beitrag