Skip to content

phpbbgallery/phpbb-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#phpBB Gallery

© 2012 - nickvergessen

With phpBB 3.1 MODs will mostly be replaced with Extensions. The main difference is, that extensions are designed (by code) in a different way and won't require code edits. So I started to port the Gallery MOD to a Gallery Extension. While refactoring the code, I also split it into several Extensions.

The aim behind this splitting is, to make it easily possible to disable some features and also be able to remove their code completly from the forum.

So which Extensions will the Gallery include?

##Extensions

###Already implemented

  • ACP CleanUp
  • ACP Import
  • Exif Data
  • Favorite
  • Feed
    • todo: Add links back to overall_header.html when the template event is commited.

###Planned

  • Comment
  • Rating
  • Contest:
    • Rating required
    • Comment required
  • Search
  • Notification (Mail)
  • Report
  • HighslideJS/Lytebox/Shadowbox/etc.

###Ideas

The following ideas are not part of the 1.1 code

  • Custom image fields
  • Features image

##Support/Testing/Installing

The current code for 1.2-dev from this github branch should NOT be installed in a live board.

Additional NO SUPPORT will be given, until a final version of 1.2 is released!