Country Flag User Edition

Country Flags User Edition for phpBB 3.0.6 to 3.0.10
Post Reply
User avatar
oddfish
Site Admin
Topic Author
Posts: 70
Topics: 21
Country: New Zealand (nz)
Medals: 1
Advisor 2 (1)
Joined: Thu Nov 06, 2008 1:20 am

Country Flag User Edition

Post by oddfish »

Gives all users the option to choose their country flag.
MOD Database Release
Version 1.2.1 for <= 3.0.10  
DOWNLOAD :
CFUE_1.2.1.zip
(862.27 KiB) Downloaded 520 times
For 3.0.12 release ...
Version 1.2.4 for 3.0.12  
DOWNLOAD :
CFUE_1.2.4.zip
(705.54 KiB) Downloaded 761 times

C L a z z a C T
Posts: 3
Country: United States (us)
Joined: Mon Mar 08, 2010 7:20 pm

Install instructions

Post by C L a z z a C T »

Congrats to the creators.

Yeah I know, it's easy, I'm a novice, just ask oddfish

I have "Olympus" board with style AeroBlack by jrolson, installed.

Is CFUE compatible, Where can I find specific Install instructions.

User avatar
oddfish
Site Admin
Topic Author
Posts: 70
Topics: 21
Country: New Zealand (nz)
Medals: 1
Advisor 2 (1)
Joined: Thu Nov 06, 2008 1:20 am

Re: Country Flag User Edition

Post by oddfish »

aeroblack is based on subsilver2 -- follow the subsilver2 edits and you will be good to go. :)

C L a z z a C T
Posts: 3
Country: United States (us)
Joined: Mon Mar 08, 2010 7:20 pm

Re: Country Flag User Edition

Post by C L a z z a C T »

oddfish wrote:aeroblack is based on subsilver2 -- follow the subsilver2 edits and you will be good to go. :)
Install Instructions?

Unpack on local computer, upload to server FOLDER ( ? ) in Binary, change permissions to 777.

Then go to phpbb ACP, .MODs, TYPE WHAT INTO create new Module or {categories} add Module.

User avatar
oddfish
Site Admin
Topic Author
Posts: 70
Topics: 21
Country: New Zealand (nz)
Medals: 1
Advisor 2 (1)
Joined: Thu Nov 06, 2008 1:20 am

Re: Country Flag User Edition

Post by oddfish »

unpack the MOD on your computer. Open install_mod.xml in your browser and follow the instructions.

once completed (you can forget the edits needed to prosilver files), look in the contrib folder and open the subsilver2.xml file in your browser and follow the instructions.

C L a z z a C T
Posts: 3
Country: United States (us)
Joined: Mon Mar 08, 2010 7:20 pm

Re: Country Flag User Edition

Post by C L a z z a C T »

I need the memberlist_body.html, edit, for Aero style


Open: styles/prosilver/template/memberlist_body.html
I need to changes for Open: styles/AeroBlack/template/memberlist_body.html

User avatar
oddfish
Site Admin
Topic Author
Posts: 70
Topics: 21
Country: New Zealand (nz)
Medals: 1
Advisor 2 (1)
Joined: Thu Nov 06, 2008 1:20 am

Re: Country Flag User Edition

Post by oddfish »

C L a z z a C T wrote:I need the memberlist_body.html, edit, for Aero style
Open: styles/prosilver/template/memberlist_body.html
I need to changes for Open: styles/AeroBlack/template/memberlist_body.html
oddfish wrote:...(you can forget the edits needed to prosilver files), look in the contrib folder and open the subsilver2.xml file in your browser and follow the instructions.

User avatar
oddfish
Site Admin
Topic Author
Posts: 70
Topics: 21
Country: New Zealand (nz)
Medals: 1
Advisor 2 (1)
Joined: Thu Nov 06, 2008 1:20 am

Re: Country Flag User Edition

Post by oddfish »

Open includes/functions_display.php
Find

Code: Select all

function get_user_flag($user_flag, &$flag_country, &$flag_code, &$flag_img, &$flag_img_src)
{
    global $flags, $config;

    if (empty($flags))) 
Replace-with

Code: Select all

function get_user_flag($user_flag, &$flag_country, &$flag_code, &$flag_img, &$flag_img_src)
{
    global $flags, $config, $phpbb_root_path;

    if (empty($flags)) 

User avatar
oddfish
Site Admin
Topic Author
Posts: 70
Topics: 21
Country: New Zealand (nz)
Medals: 1
Advisor 2 (1)
Joined: Thu Nov 06, 2008 1:20 am

Re: Country Flag User Edition

Post by oddfish »

Updated CFUE 1.2.4 to include a change in memberlist.php in phpBB3's release, 3.0.11.

Only new installs are affected and updating via phpBB's automatic update package to their latest release will cause no issues.

oddfish.

Phyrate
Posts: 1
Country: Venezuela (ve)
Joined: Sun Aug 10, 2014 4:35 am

Re: Country Flag User Edition

Post by Phyrate »

Hello, I'm trying to download this version for phpbb 3.0.12 but when I click on the attachment CFUE_1.2.4.zip It says it doesn't exist anymore.

Thanks

Post Reply