Code: Select all
##############################################################
## MOD Title: Coppermine Latest Pics In Profile
## MOD Author: Joe Belmaati < belmaati@gmail.com > (Joe Belmaati) N/A
## MOD Description: An add on for those folks who are running phpBB
## and Coppermine Photo Gallery in tandem. This MOD will show the
## latest x number of pictures by a user when their profile is viewed
## MOD Version: BETA 0.0.3
##
## Installation Level: Easy
## Installation Time: 3 Minutes
## Files To Edit: 3,
## includes/usercp_viewprofile.php
## language/lang_english/lang_main.php
## templates/subSilver/profile_view_body.tpl
## Included Files: N/A
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes: change the constants (define...blah) to reflect
## your table names, file paths, and number of pics to show
##############################################################
## MOD History:
##
## 2006-08-25 - BETA 0.0.3
## - bugfix
##
## 2006-08-25 - BETA 0.0.2
## - bugfix
##
## 2006-08-21 - BETA 0.0.1
## - initial BETA
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
Link to code
An add on for those folks who are running phpBB and Coppermine Photo Gallery in tandem. This MOD will show the latest x number of pictures by a user when their profile is viewed