You need install 2 modules of this MOD from ACP -> SYSTEM -> Modules Management -> Administration Control Panel, then go to "Manage Arcade" link, create categories, go to these categories and add games:
I can not download http://gleasonator.com/downloads/Games_for_phpAR.zip Please, help! Hi all, you can download all games for Arcade Room from here: http://vinabb.com/viewforum.php?f=105 with screenshots and description are included... (101 games). I collected them from old site of patrikstar and gl...
Oh, this is my first style for phpBB3 (as first love of mine... :) ) I updated it for RC7. You can download it from VinaBB.com: http://vinabb.com/viewtopic.php?f=100&t=315 Demo: http://demo1.vinabb.com/demo.php?style_select=42 WARNING: All things are PINK!!! :D Thanks if you like it, but don't l...
Sorry, i will update it for RC7 as soon as possible
@joebert: In phpbb_flags table have a column country_code, you can use it for matching with country code from GEOIP's database
Uninstall it? :( OK :) Run SQL commands: DROP TABLE phpbb_flags; ALTER TABLE phpbb_users DROP user_flag; ALTER TABLE phpbb_groups DROP group_flag; DELETE FROM phpbb_config WHERE config_name = 'flags_path'; DELETE FROM phpbb_config WHERE config_name = 'require_flag'; DELETE FROM phpbb_acl_options WHE...
You must copy cf_install.php to your_phpbb_root_folder/install/cf_install.php, then visit this page from your browser This MOD have 3 modules, you need install them manually from ACP -> SYSTEM -> Modules, select the "Administration Control Panel" link
Your code: <!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF --> <!-- IF postrow.FLAG_IMG --><br /><b>{L_COUNTRY}:</b> {postrow.FLAG_IMG}<!-- ENDIF --> It isn't depend on the alignment and will be displayed the same way with "Location" part. :( I thi...