Mod lze najít tady.
Našel jsem další, docela pěkný, 3D vlajky, který můžete stáhnout tady.
Code: Select all
##############################################################
## MOD Title: Flags
## MOD Author: reddog < N/A > (N/A) http://www.reddevboard.com/
## MOD Description: This MOD adds a drop-down list in the profile,
## where the user can select its country flag.
## The country flag icon is displayed in
## user's profile and posts.
## MOD Version: 0.0.1
## MOD Compatibility: 2.0.21 (require categories hierarchy 2.1.6)
##
## Installation Level: Easy
## Installation Time: 5 Minutes
## Files To Edit: 5
## viewtopic.php
## includes/class_posts.php
## includes/usercp_viewprofile.php
## templates/subSilver/profile_view_body.tpl
## templates/subSilver/viewtopic_body.tpl
## Included Files:
## root/images/flags/*.*
## root/includes/_cp_patches/patch_rdv_flags.php
## root/includes/ucp/ucp_fields_flag.php
## root/language/lang_english/lang_extend_flags.php
##
## 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:
##
## Country flags icons were created by Mark James
## [ famfamfam.com ]
##
## Available for free use for any purpose.
##
##############################################################
## MOD History:
##
## 2006-07-17 - Version 0.0.1
## - first version
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
Code: Select all
##############################################################
## MOD Title: addon flags in memberlist
## MOD Author: reddog < N/A > (N/A) http://www.reddevboard.com/
## MOD Description: The country flag icon is displayed in memberlist,
## (the list can be sorted with this option)
## MOD Version: 0.0.1
## MOD Compatibility: 2.0.21 (require categories hierarchy 2.1.6)
##
## Installation Level: Easy
## Installation Time: 2 Minutes
## Files To Edit: 2
## memberlist.php
## templates/subSilver/memberlist_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:
##
##############################################################
## MOD History:
##
## 2006-07-22 - Version 0.0.1
## - first version
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################