ich habe diesen mod eingebaut:
beim einbau die folgende stelle nicht gefunden:## MOD Title: Full Album Pack
## MOD Author: Mighty Gorgon < mightygorgon@mightygorgon.com > (Luca Libralato) http://www.mightygorgon.com/
## MOD Description: This MOD adds a full Album system, based on several MODS.
## In Author Notes you can find more informations about the included MODS.
## In CONTRIB folder you can find the original MODS from the authors.
## Some modifications on the original MODS have been applied to make
## this package more integrated, flexible and multilanguage.
## Some features: Picture SlideShow, Album Image BBCode ([albumimg]),
## Image Archive Download, and many others...
##
## MOD Version: 1.0.3
deshalb die folgende anweisung#-----[ OPEN ]------------------------------------------------
#
includes/bbcode.php
#
#-----[ FIND ]------------------------------------------------
#
$bbcode_tpl['url4'] = str_replace('{DESCRIPTION}', '\\3', $bbcode_tpl['url4']);
#
nicht eingebaut.#-----[ AFTER, ADD ]------------------------------------------
#
// Mighty Gorgon - Full Album Pack - BEGIN
// Get Album PIC based on ID
$bbcode_tpl['albumimg'] = str_replace('{IMG_NUM}', '\\1', $bbcode_tpl['albumimg']);
$bbcode_tpl['albumimgl'] = str_replace('{IMG_NUM}', '\\1', $bbcode_tpl['albumimgl']);
$bbcode_tpl['albumimgr'] = str_replace('{IMG_NUM}', '\\1', $bbcode_tpl['albumimgr']);
$bbcode_tpl['albumimgc'] = str_replace('{IMG_NUM}', '\\1', $bbcode_tpl['albumimgc']);
// Mighty Gorgon - Full Album Pack - END
#
folgende probleme mit diesem mod:
1. problem
im acp bringt die anwahl von Categories eine leere seite. keine fehlermeldung (auch im logfile vom server nicht).
2. problem
im acp bringt die anwahl von Befugnisse eine leere seite. keine fehlermeldung (auch im logfile vom server nicht).
3. problem
im board bringt die anwahl von Album eine leere, weisse seite. keine fehlermeldung (auch im logfile vom server nicht).
phpbb - version: 2.0.17
SQL - version: 4.1.10a
PHP - verion: > 5.x
weitere hack zu diesem mod sind (noch) nicht eingebaut. auch der mod von Smartor nicht.
wo kann der fehler liegen, resp. was habe ich falsch gemacht ?
vielen dank für eure hilfe.