Code: Selecteer alles
##############################################################
## MOD Title: Newest pic block for IM Portal
## MOD Author: masterdavid < masterdavid@users.sourceforge.net > (Ronald John David)
## http://phpbbintegramod.sourceforge.net
## MOD Description: Newest pic block for IM Portal (require Smartor Photo Album Addon)
##
## MOD Version: 1.0.0
##
## Installation Level: Easy
## Installation Time: 1 Minute
## Files To Edit: none
##
## Included Files: blocks_imp_newest_pic.php
## lang_newest_pic_block.php
## newest_pic_block.tpl
##############################################################
## Author Notes: Backup first your files and database before proceeding with the installation.
##############################################################
##
## MOD History:
##
## 2004-05-02 - Version 1.0.0
## - first release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ COPY ]------------------------------------------
#
copy blocks_imp_newest_pic.php to blocks/blocks_imp_newest_pic.php
copy lang_newest_pic_block.php to blocks/language/lang_english/lang_newest_pic_block.php
copy newest_pic_block.tpl to templates/YOUR_THEME/blocks/newest_pic_block.tpl
#
#-----[ OTHERS ]------------------------------------------
#
Note: This block can be cached with cache duration according to the frequency of the upload of images.
Block variables used: none
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM