In reply to patitas
mymangoes
You should be a very frustrated person, I already sent to boonex moderator the way I build my languages mods so they will analize that my languages mods were never copied neither edited from your mod the mods are based on russian language mod not on yours.

My mod is based on the russian language installer from boonex, as everybody can see because everybody can download the mod, you are a shame, the only argument you have to attack me is that one mod was bought from you but russian mod is default see more from boonex and free for editing and sale, and your spanish mod use the same installer as boonex did with russian language.

To avoid conflict with you I was translating my spanish language with my auto-translator but you are anyway unhappy to take competency. You are the shame here no me. You have no education at all, You should contact me before you start accusing me in public, and this is what you did.

Then I will publish the code from the russian mod here and the code from my mod and the code from your spanish mod and lets compare the codes to see who is the first one to copy and edit the russian mod from boonex IS YOU PATITAS.
JUST USE THE CONFIGURATION FILE FROM RUSSIAN MOD AS AN EXAMPLE.
***************************************************************
<?php
/**
* Copyright (c) BoonEx Pty Limited - http://www.boonex.com/
* CC-BY License - http://creativecommons.org/licenses/by/3.0/
*/

$aConfig = array(
/**
* Main Section.
*/
'title' => 'Russian Language',
'version' => '1.1.4',
'vendor' => 'BoonEx',
'update_url' => '',

'compatible_with' => array(
'7.1.4'
),

/**
* 'home_dir' and 'home_uri' - should be unique. Don't use spaces in 'home_uri' and the other special chars.
*/
'home_dir' => 'boonex/russian/',
'home_uri' => 'russian',

'db_prefix' => 'bx_ru_',
'class_prefix' => 'BxRu',

/**
* Installation/Uninstallation Section.
*/
'install' => array(
'show_introduction' => 0,
'change_permissions' => 0,
'execute_sql' => 1,
'update_languages' => 1,
'recompile_main_menu' => 0,
'recompile_member_menu' => 0,
'recompile_site_stats' => 0,
'recompile_page_builder' => 0,
'recompile_profile_fields' => 0,
'recompile_comments' => 0,
'recompile_member_actions' => 0,
'recompile_tags' => 0,
'recompile_votes' => 0,
'recompile_categories' => 0,
'recompile_search' => 0,
'recompile_injections' => 0,
'recompile_permalinks' => 0,
'recompile_alerts' => 0,
'recompile_global_paramaters' => 0,
'show_conclusion' => 0,
),
'uninstall' => array (
'show_introduction' => 0,
'change_permissions' => 0,
'execute_sql' => 1,
'update_languages' => 1,
'recompile_main_menu' => 0,
'recompile_member_menu' => 0,
'recompile_site_stats' => 0,
'recompile_page_builder' => 0,
'recompile_profile_fields' => 0,
'recompile_comments' => 0,
'recompile_member_actions' => 0,
'recompile_tags' => 0,
'recompile_votes' => 0,
'recompile_categories' => 0,
'recompile_search' => 0,
'recompile_injections' => 0,
'recompile_permalinks' => 0,
'recompile_alerts' => 0,
'recompile_global_paramaters' => 0,
'show_conclusion' => 0,
),
/**
* Dependencies Section
*/
'dependencies' => array(),

/**
* Category for language keys.
*/
'language_category' => 'Russian Language',

/**
* Permissions Section
*/
'install_permissions' => array(),
'uninstall_permissions' => array(),

/**
* Introduction and Conclusion Section.
*/
'install_info' => array(
'introduction' => '',
'conclusion' => ''
),
'uninstall_info' => array(
'introduction' => '',
'conclusion' => ''
)
);
*****************************************************************************
PATITAS SPANISH MOD
<?php

$aConfig = array(
/**
* Main Section.
*/
'title' => 'Spanish Language',
'version' => '1.1.0',
'vendor' => 'Patitas',
'update_url' => '',

'compatible_with' => array(
'7.1.4'
),

/**
* 'home_dir' and 'home_uri' - should be unique. Don't use spaces in 'home_uri' and the other special chars.
*/
'home_dir' => 'boonex/spanish/',
'home_uri' => 'spanish',

'db_prefix' => 'bx_es_',
'class_prefix' => 'BxEs',

/**
* Installation/Uninstallation Section.
*/
'install' => array(
'show_introduction' => 0,
'change_permissions' => 0,
'execute_sql' => 1,
'update_languages' => 1,
'recompile_main_menu' => 0,
'recompile_member_menu' => 0,
'recompile_site_stats' => 0,
'recompile_page_builder' => 0,
'recompile_profile_fields' => 0,
'recompile_comments' => 0,
'recompile_member_actions' => 0,
'recompile_tags' => 0,
'recompile_votes' => 0,
'recompile_categories' => 0,
'recompile_search' => 0,
'recompile_injections' => 0,
'recompile_permalinks' => 0,
'recompile_alerts' => 0,
'recompile_global_paramaters' => 0,
'show_conclusion' => 0,
),
'uninstall' => array (
'show_introduction' => 0,
'change_permissions' => 0,
'execute_sql' => 1,
'update_languages' => 1,
'recompile_main_menu' => 0,
'recompile_member_menu' => 0,
'recompile_site_stats' => 0,
'recompile_page_builder' => 0,
'recompile_profile_fields' => 0,
'recompile_comments' => 0,
'recompile_member_actions' => 0,
'recompile_tags' => 0,
'recompile_votes' => 0,
'recompile_categories' => 0,
'recompile_search' => 0,
'recompile_injections' => 0,
'recompile_permalinks' => 0,
'recompile_alerts' => 0,
'recompile_global_paramaters' => 0,
'show_conclusion' => 0,
),
/**
* Dependencies Section
*/
'dependencies' => array(),

/**
* Category for language keys.
*/
'language_category' => 'Spanish Language',

/**
* Permissions Section
*/
'install_permissions' => array(),
'uninstall_permissions' => array(),

/**
* Introduction and Conclusion Section.
*/
'install_info' => array(
'introduction' => '',
'conclusion' => ''
),
'uninstall_info' => array(
'introduction' => '',
'conclusion' => ''
)
);
***********************************************************************
SAME THING LINE BY LINE( EVERYBODY IS FREE TO COMPARE THE FILE YOU HAVE DOWNLOADED FROM PATITAS.)
***********************************************************************
Now my code from russian language
**********************************************************************
<?php

$aConfig = array(

'title' => 'Spanish Language',
'version' => '1.1.4',
'vendor' => 'Mymangoes',
'update_url' => '',
'compatible_with' => array(
'7.1.4'
),


'home_dir' => 'mymangoes-lang/spanish/',
'home_uri' => 'spanish',

'db_prefix' => 'bx_es_',
'class_prefix' => 'BxEs',


'install' => array(
'show_introduction' => 0,
'change_permissions' => 0,
'execute_sql' => 1,
'update_languages' => 1,
'recompile_main_menu' => 0,
'recompile_member_menu' => 0,
'recompile_site_stats' => 0,
'recompile_page_builder' => 0,
'recompile_profile_fields' => 0,
'recompile_comments' => 0,
'recompile_member_actions' => 0,
'recompile_tags' => 0,
'recompile_votes' => 0,
'recompile_categories' => 0,
'recompile_search' => 0,
'recompile_injections' => 0,
'recompile_permalinks' => 0,
'recompile_alerts' => 0,
'recompile_global_paramaters' => 0,
'show_conclusion' => 0,
),
'uninstall' => array (
'show_introduction' => 0,
'change_permissions' => 0,
'execute_sql' => 1,
'update_languages' => 1,
'recompile_main_menu' => 0,
'recompile_member_menu' => 0,
'recompile_site_stats' => 0,
'recompile_page_builder' => 0,
'recompile_profile_fields' => 0,
'recompile_comments' => 0,
'recompile_member_actions' => 0,
'recompile_tags' => 0,
'recompile_votes' => 0,
'recompile_categories' => 0,
'recompile_search' => 0,
'recompile_injections' => 0,
'recompile_permalinks' => 0,
'recompile_alerts' => 0,
'recompile_global_paramaters' => 0,
'show_conclusion' => 0,
),

'dependencies' => array(),


'language_category' => 'Spanish Language',


'install_permissions' => array(),
'uninstall_permissions' => array(),


'install_info' => array(
'introduction' => '',
'conclusion' => ''
),
'uninstall_info' => array(
'introduction' => '',
'conclusion' => ''
)
);
*********************************************************************
BUT YOU ARE ACCUSING ME OF EDITING YOUR FILES, WHAT FILES ???????????????
YOUR ALREADY COPY AND EDIT FROM BOONEX !!!!!!!!!!!!!!!!!!!!

You are wrong, you start accusing me based on your believes and for money and price reasons not technical reason because you never bought my mod before you start attacking me as you are doing.

Automatic translations works for many people, there is another language mods pack for sale at boonex. they are selling and many people are satisfied with the level of quality, and yes they have to edit some lines but the price justified the work of editing several lines to fine tune the language pack to your needs if you can save several hundred hours of doing from zero level. Your spanish mod is NOT an exception because you I have to edit your translations many times because they are wrong or are useless in North America.

My main question remain here Why did you start accusing me of copy or editing your mod if you never see my mod before you start accusing me? Why Why Why Why Why Why Why Why Why Why?

Because the only argument you have is that I bought the spanish mod from you?

The mod that was edited was the russian mod not your mod and boonex knows that. and the problem with you is that you did the same but before me with the russian language.

Your argument has no merits and I will fully demonstrate what I',m saying, all the damage you cause to me you will have to pay for.
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
PET:0.041759967803955