Reihenfolge ändern: Filmstreifen ganz nach oben Reihenfolge ändern: Filmstreifen ganz nach oben
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Reihenfolge ändern: Filmstreifen ganz nach oben

Started by mirk, October 01, 2008, 03:28:20 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mirk

Hi com

hab viel gesucht und nichts gefunden zum thema...

wie kann ich den filmstreifen statt unter dem bild wie es jetzt ist über das bild tun...


danke & gruss

mirk

Αndré

Kopiere folgendes in deine theme.php:
function theme_display_image($nav_menu, $picture, $votes, $pic_info, $comments, $film_strip)
{
    global $CONFIG;

    $width = $CONFIG['picture_table_width'];

    starttable();
    echo $nav_menu;
    endtable();

    if ($CONFIG['display_film_strip'] == 1) {
        echo $film_strip;
    }

    starttable();
    echo $picture;
    endtable();

    echo $votes;



    $picinfo = isset($_COOKIE['picinfo']) ? $_COOKIE['picinfo'] : ($CONFIG['display_pic_info'] ? 'block' : 'none');
    echo "<div id=\"picinfo\" style=\"display: $picinfo;\">\n";
    starttable();
    echo $pic_info;
    endtable();
    echo "</div>\n";

    echo "<div id=\"comments\">\n";
        echo $comments;
        echo "</div>\n";

}

mirk

ja das ging schnell!!! besten dank genau das hab ich gesucht...  :)

gruss mirk