Neuer Block für My eGallery aber leider....

Begonnen von rinaldo2000at, 14 Mai 2002, 15:41:10

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

rinaldo2000at

Ich habe einen neuen Block für die My eGallery endeckt dieser wäre einfach spitze wenn ich damit nicht ein kleines Problemchen hätte...
Die Funktion des blocks, es werden 5.Bilder aus der Gallery in einen Block und zwar center als Tumbl dargestellt nur leider wird bei mir der Pfad für die kleinen vorschaubilder nicht richtig wieder gegeben was zu folge hat das sie leider nicht angezeigt werden, wo liegt da der fehler im Block?
 
Zitat<?php

/************************************************************************/
/* PHP-NUKE: Web Portal System                                          */
/* ===========================                                          */
/*                                                                      */
/* Copyright (c) 2002 by Francisco Burzi (fbc@mandrakesoft.com)         */
/* http://phpnuke.org                                                   */
/*                                                                      */
/* 5Latest Cards for My_eGallery 2.7.9                                  */
/* Copyright (c) 2002 Mitnik (mitecards@lycos.co.uk)                    */
/*                                                                      */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License.       */
/************************************************************************/

if (eregi("block-5Pics_Center_Block.php",$PHP_SELF)) {
    Header("Location: index.php");
    die();
}

global $prefix, $dbi;
$z = 1;
$result = mysql_query("SELECT a.date, a.pid, a.gid, a.img, a.name, b.galloc from $prefix"._gallery_pictures." a left join  $prefix"._gallery_categories."
b on a.gid =b.gallid ORDER by date DESC limit 5");
while (list($date, $pid, $gid, $name, $img, $galloc) = mysql_fetch_row($result)) {
$thumbs = $galloc."/";
$title2 = ereg_replace(".jpg", " ", $name);
$pic[$z] = "<center>$date</center><a href=\"modules.php?op=modload&name=My_eGallery&file=index&do=showpic&pid=".$pid."&orderby=hitsD\" target=\"_self\"><img
width=\"65\" height=\"50\" border=\"0\" alt=\"mit-eCard\" src=\"/modules/My_eGallery/gallery/".$thumbs.$img."\"><br><center>$title2</a></center>";
$z ++;
}
$content = "<table>
<td>$pic[1]</td><td>   </td>
<td>$pic[2]</td><td>   </td>
<td>$pic[3]</td><td>   </td>
<td>$pic[4]</td><td>   </td>
<td>$pic[5]</td>
</table>
<table align=center>
<td>
<small>My_eGallery 2.7.9 : 5Pics Center Block - <a href=\"http://www.mitecards.tk\">mitecards.tk</a></small>
</td></table>";
   
?>

DarkBoy

Hi
 dann wirst du wohel die GD library auf deinem server nicht haben. Ist mal so ein erster Punkt von mir , aber irgendwas stimmt in der pfadanagbe eh nicht  ich gucke mal nach

soxin


sybautec

Ich habe das Teil auch schon seit längerem funzt einwandfrei

soxin


drunkenseb

oki...

da war nen verdreher drin...
es wurden variablen vertauscht, daher gings net...

es läuft jetzt...

rinaldo2000at

Du bist einfach Super Sebastian! Übrigens an Sebastian und alle die sich mit Nuke sehr gut auskennen, ich suche für mein Forum noch Moderatoren (Nuke-Fragen) :cool: :cool: :cool:

Mardigras

*g* rinaldo - i glaub wenn ma a forum für nuke-fragen sucht... ich kenn da recht a gutes *grins* - du auch?

lg mardi