hallo eva
keine ursache
aber dein mod oder addon für die neusten bilder die
du auf deiner startseite hast würde mich intessieren ..........
danke
Moderator: Supporter
pepi hat geschrieben:
hallo eva
so mal angeschaut Photo Album Block funktioniert
beim mir nicht denn hatte ich schon mal versuch denn
was mir gesagt wurde soll der beim full album mod nicht funzen
aber ich sehe du hast den eingebaut ??? warum geht der bei mir nicht
danke nochmal
##############################################################
## MOD Title: PAB_Fix_For_Full_Album
## MOD Author: tjachimi < n/a > (n/a) n/a
## MOD Description: If you have Photo_Album_Block 1.0.1 installed in your portal, this fixes the linking from the portal to
each individual picture. Also fixes links to rating and comments.
## MOD Version: 0.0.1
##
## Installation Level: Easy
## Installation Time: 3 Minutes
## Files To Edit: portal.php
## Included Files: n/a
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
##############################################################
## MOD History:
##
## 2005-05-02 - Version 0.0.1
## - initial release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[OPEN ]------------------------------------------
#
portal.php
#
#-----[ FIND ]------------------------------------------
#
'U_PIC' => ($album_config['fullpic_popup']) ? append_sid("album_pic.$phpEx?pic_id=". $recentrow[$j]['pic_id']) : append_sid("album_page.$phpEx?pic_id=". $recentrow[$j]['pic_id']),
#
#-----[ REPLACE WITH ]------------------------------------------
#
'U_PIC' => ($album_config['fullpic_popup']) ? append_sid("album_pic.$phpEx?pic_id=". $recentrow[$j]['pic_id']) : append_sid("album_showpage.$phpEx?pic_id=". $recentrow[$j]['pic_id']),
#
#-----[ FIND ]------------------------------------------
#
'U_PIC' => ($album_config['fullpic_popup']) ? append_sid("album_pic.$phpEx?pic_id=". $recentrow[$j]['pic_id']) : append_sid("album_page.$phpEx?pic_id=". $recentrow[$j]['pic_id']),
#
#-----[ REPLACE WITH ]------------------------------------------
#
'U_PIC' => ($album_config['fullpic_popup']) ? append_sid("album_pic.$phpEx?pic_id=". $recentrow[$j]['pic_id']) : append_sid("album_showpage.$phpEx?pic_id=". $recentrow[$j]['pic_id']),
#
#-----[ FIND ]------------------------------------------
#
'RATING' => ($album_config['rate'] == 1) ? ( $lang['Rating'] . ': <a href="' . append_sid("album_rate.$phpEx?pic_id=". $recentrow[$j]['pic_id']) . '">' . $recentrow[$j]['rating'] . '</a><br />') : '',
#
#-----[ REPLACE WITH ]------------------------------------------
#
'RATING' => ($album_config['rate'] == 1) ? ( $lang['Rating'] . ': <a href="' . append_sid("album_showpage.$phpEx?pic_id=". $recentrow[$j]['pic_id']) . '">' . $recentrow[$j]['rating'] . '</a><br />') : '',
#
#-----[ FIND ]------------------------------------------
#
'COMMENTS' => ($album_config['comment'] == 1) ? ( $lang['Comments'] . ': <a href="' . append_sid("album_comment.$phpEx?pic_id=". $recentrow[$j]['pic_id']) . '">' . $recentrow[$j]['comments'] . '</a>') : '')
#
#-----[ REPLACE WITH ]------------------------------------------
#
'COMMENTS' => ($album_config['comment'] == 1) ? ( $lang['Comments'] . ': <a href="' . append_sid("album_showpage.$phpEx?pic_id=". $recentrow[$j]['pic_id']) . '">' . $recentrow[$j]['comments'] . '</a>') : '')
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
pepi hat geschrieben:ne der passt mir nicht
ist nur 1 bild und 1 zufalls bild das ist mir zuwenig wenn
dann möchte ich es so habe wie bei dir
Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast