Jump to content

T-MIKE

Clients
  • Posts

    53
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by T-MIKE

  1. 2 minutes ago, Adriano Faria said:

     

     

    Well, you are the author, you know better, yeah. And I'm buyer, I would not know what I need))) Ok, will try find another app. Members Map is perfect for this, but not indicate flag pic in profile...

  2. 1 minute ago, Adriano Faria said:

    You could ask before you purchase. This is a PRE PURCHASE and a support topic.

    All features that this plugin performs, it's listed on its description. If something you think is NECESSARY isn't listed there, you should ask before you buy.

    Yep, you right)

    Thanks for answer. But why do you "absolutely no plan to add such feature in ACP"?

  3. 1 minute ago, Adriano Faria said:

    Ah no, this is MEMBER feature, not an ADMIN feature. I have absolutely no plan to add such feature in ACP.

    Its not good... when I buy this plugin, I could not assume that such a logical and necessary functionality in the Member's Country, will not availiable.

  4. Admin must have this feature (automatically set user country) in Admin CP (I have 3500 users from different countries) and needs to see from wich country they with maximum usability

    4 minutes ago, Adriano Faria said:

    That's why I told you it makes no sense!

    You asked me a way to add a country to all existing members. I showed you how to do. Obviously everybody will have same country.

    Admin must have this feature (automatically set user country) in Admin CP (I have 3500 users from different countries) and needs to see from wich country they with maximum usability

  5. Just now, Adriano Faria said:

    Of course, not. Choose the country you want to update all members and run the query I posted above.

    I showed you all countries just in case you don't want to use United States (un).

    But users from different countries, not from only US. Do you have solution for update profile for different countries on IP geolocation?

  6. 5 minutes ago, Adriano Faria said:

    Run on your SQL Toolbox or PHPMyAdmin:

    
    update core_members set members_country = 'us';

    If you use database prefix, add it to the table name. Example: suppose you use ibf_ as prefix, then your query will be:

    
    update ibf_core_members set members_country = 'us';

    This will add UNITED STATES to all countries.

    This is the list of countries:

    
    		'AF', // Afghanistan
    		'AX', // Ã…land Islands
    		'AL', // Albania
    		'DZ', // Algeria
    		'AS', // American Samoa
    		'AD', // Andorra
    		'AO', // Angola
    		'AI', // Anguilla
    		'AQ', // Antarctica
    		'AG', // Antigua and Barbuda
    		'AR', // Argentina
    		'AM', // Armenia
    		'AW', // Aruba
    		'AU', // Australia
    		'AT', // Austria
    		'AZ', // Azerbaijan
    		'BS', // Bahamas
    		'BH', // Bahrain
    		'BD', // Bangladesh
    		'BB', // Barbados
    		'BY', // Belarus
    		'BE', // Belgium
    		'BZ', // Belize
    		'BJ', // Benin
    		'BM', // Bermuda
    		'BT', // Bhutan
    		'BO', // Bolivia, Plurinational State Of
    		'BA', // Bosnia and Herzegovina
    		'BW', // Botswana
    		'BV', // Bouvet Island
    		'BR', // Brazil
    		'IO', // British Indian Ocean Territory
    		'BN', // Brunei Darussalam
    		'BG', // Bulgaria
    		'BF', // Burkina Faso
    		'BI', // Burundi
    		'KH', // Cambodia
    		'CM', // Cameroon
    		'CA', // Canada
    		'CV', // Cape Verde
    		'BQ', // Caribbean Netherlands
    		'KY', // Cayman Islands
    		'CF', // Central African Republic
    		'TD', // Chad
    		'CL', // Chile
    		'CN', // China
    		'CX', // Christmas Island
    		'CC', // Cocos (Keeling) Islands
    		'CO', // Colombia
    		'KM', // Comoros
    		'CG', // Congo
    		'CD', // Congo, The Democratic Republic Of The
    		'CK', // Cook Islands
    		'CR', // Costa Rica
    		'CI', // Côte d’Ivoire
    		'HR', // Croatia
    		'CU', // Cuba
    		'CW', // Curaçao
    		'CY', // Cyprus
    		'CZ', // Czech Republic
    		'DK', // Denmark
    		'DJ', // Djibouti
    		'DM', // Dominica
    		'DO', // Dominican Republic
    		'EC', // Ecuador
    		'EG', // Egypt
    		'SV', // El Salvador
    		'GQ', // Equatorial Guinea
    		'ER', // Eritrea
    		'EE', // Estonia
    		'ET', // Ethiopia
    		'FK', // Falkland Islands (Malvinas)
    		'FO', // Faroe Islands
    		'FJ', // Fiji
    		'FI', // Finland
    		'FR', // France
    		'GF', // French Guiana
    		'PF', // French Polynesia
    		'TF', // French Southern Territories
    		'GA', // Gabon
    		'GM', // Gambia
    		'GE', // Georgia
    		'DE', // Germany
    		'GH', // Ghana
    		'GI', // Gibraltar
    		'GR', // Greece
    		'GL', // Greenland
    		'GD', // Grenada
    		'GP', // Guadeloupe
    		'GU', // Guam
    		'GT', // Guatemala
    		'GG', // Guernsey
    		'GN', // Guinea
    		'GW', // Guinea-Bissau
    		'GY', // Guyana
    		'HT', // Haiti
    		'HM', // Heard Island and McDonald Islands
    		'VA', // Holy See (Vatican City State)
    		'HN', // Honduras
    		'HK', // Hong Kong
    		'HU', // Hungary
    		'IS', // Iceland
    		'IN', // India
    		'ID', // Indonesia
    		'IR', // Iran, Islamic Republic Of
    		'IQ', // Iraq
    		'IE', // Ireland
    		'IM', // Isle Of Man
    		'IL', // Israel
    		'IT', // Italy
    		'JM', // Jamaica
    		'JP', // Japan
    		'JE', // Jersey
    		'JO', // Jordan
    		'KZ', // Kazakhstan
    		'KE', // Kenya
    		'KI', // Kiribati
    		'KP', // Korea, Democratic People's Republic Of
    		'KR', // Korea, Republic Of
    		'KW', // Kuwait
    		'KG', // Kyrgyzstan
    		'LA', // Laos People's Democratic Republic
    		'LV', // Latvia
    		'LB', // Lebanon
    		'LS', // Lesotho
    		'LR', // Liberia
    		'LY', // Libya
    		'LI', // Liechtenstein
    		'LT', // Lithuania
    		'LU', // Luxembourg
    		'MO', // Macao
    		'MK', // Macedonia, The Former Yugoslav Republic Of
    		'MG', // Madagascar
    		'MW', // Malawi
    		'MY', // Malaysia
    		'MV', // Maldives
    		'ML', // Mali
    		'MT', // Malta
    		'MH', // Marshall Islands
    		'MQ', // Martinique
    		'MR', // Mauritania
    		'MU', // Mauritius
    		'YT', // Mayotte
    		'MX', // Mexico
    		'FM', // Micronesia, Federated States Of
    		'MD', // Moldova, Republic Of
    		'MC', // Monaco
    		'MN', // Mongolia
    		'ME', // Montenegro
    		'MS', // Montserrat
    		'MA', // Morocco
    		'MZ', // Mozambique
    		'MM', // Myanmar
    		'NA', // Namibia
    		'NR', // Nauru
    		'NP', // Nepal
    		'NL', // Netherlands
    		'NC', // New Caledonia
    		'NZ', // New Zealand
    		'NI', // Nicaragua
    		'NE', // Niger
    		'NG', // Nigeria
    		'NU', // Niue
    		'NF', // Norfolk Island
    		'MP', // Northern Mariana Islands
    		'NO', // Norway
    		'OM', // Oman
    		'PK', // Pakistan
    		'PW', // Palau
    		'PS', // Palestine, State of
    		'PA', // Panama
    		'PG', // Papua New Guinea
    		'PY', // Paraguay
    		'PE', // Peru
    		'PH', // Philippines
    		'PN', // Pitcairn
    		'PL', // Poland
    		'PT', // Portugal
    		'PR', // Puerto Rico
    		'QA', // Qatar
    		'RE', // Réunion
    		'RO', // Romania
    		'RU', // Russian Federation
    		'RW', // Rwanda
    		'BL', // Saint Barthélemy
    		'SH', // Saint Helena, Ascension and Tristan da Cunha
    		'KN', // Saint Kitts and Nevis
    		'LC', // Saint Lucia
    		'MF', // Saint Martin
    		'PM', // Saint Pierre and Miquelon
    		'VC', // Saint Vincent and The Grenadines
    		'WS', // Samoa
    		'SM', // San Marino
    		'ST', // Sao Tome and Principe
    		'SA', // Saudi Arabia
    		'SN', // Senegal
    		'RS', // Serbia
    		'SC', // Seychelles
    		'SL', // Sierra Leone
    		'SG', // Singapore
    		'SX', // Sint Maarten
    		'SK', // Slovakia
    		'SI', // Slovenia
    		'SB', // Solomon Islands
    		'SO', // Somalia
    		'ZA', // South Africa
    		'GS', // South Georgia and The South Sandwich Islands
    		'SS', // South Sudan
    		'ES', // Spain
    		'LK', // Sri Lanka
    		'SD', // Sudan
    		'SR', // Suriname
    		'SJ', // Svalbard and Jan Mayen
    		'SZ', // Swaziland
    		'SE', // Sweden
    		'CH', // Switzerland
    		'SY', // Syrian Arab Republic
    		'TW', // Taiwan, Province Of China
    		'TJ', // Tajikistan
    		'TZ', // Tanzania, United Republic Of
    		'TH', // Thailand
    		'TL', // Timor-Leste
    		'TG', // Togo
    		'TK', // Tokelau
    		'TO', // Tonga
    		'TT', // Trinidad and Tobago
    		'TN', // Tunisia
    		'TR', // Turkey
    		'TM', // Turkmenistan
    		'TC', // Turks and Caicos Islands
    		'TV', // Tuvalu
    		'UG', // Uganda
    		'UA', // Ukraine
    		'AE', // United Arab Emirates
    		'GB', // United Kingdom
    		'US', // United States
    		'UM', // United States Minor Outlying Islands
    		'UY', // Uruguay
    		'UZ', // Uzbekistan
    		'VU', // Vanuatu
    		'VE', // Venezuela, Bolivarian Republic Of
    		'VN', // Vietnam
    		'VG', // Virgin Islands, British
    		'VI', // Virgin Islands, U.S.
    		'WF', // Wallis and Futuna
    		'EH', // Western Sahara
    		'YE', // Yemen
    		'ZM', // Zambia
    		'ZW', // Zimbabwe

     

    Use the country in lowercase.

    Is it needs to do for all countries?

  7. 1 minute ago, Adriano Faria said:

    No, it doesn't make sense. If you want to update all your members, I can post a SQL Query here and you run on your board.

    Its good idea) Do you send PM with script to me?

  8. On 10/19/2016 at 11:55 PM, Adriano Faria said:

    It works for me on 4.1.16.1, the latest version:

    Capturar.jpg

    I don't have .15 anymore.

    Send a PM. I'll take a look after try to solve dozens of fixes and requests, after a week away. Sorry.

    Could you add feature "Add country to all existing users"? (to Admin CP)

  9. Some error:

    The log entry was triggered by a guest

    Guests
    The URL of page the error occurred on was
    UnexpectedValueException: Missing: /applications/garage/Application.php (0)
    #0 /home/XXXXXXXXX/public_html/system/Patterns/ActiveRecord.php(121): IPS\_Application::constructFromData(Array)
    #1 /home/XXXXXXXXX/public_html/system/Application/Application.php(236): IPS\Patterns\_ActiveRecord::load('garage', NULL, NULL)
    #2 /home/XXXXXXXXX/public_html/system/Dispatcher/Standard.php(136): IPS\_Application::load('garage')
    #3 /home/XXXXXXXXX/public_html/system/Dispatcher/Front.php(148): IPS\Dispatcher\_Standard->init()
    #4 /home/XXXXXXXXX/public_html/system/Dispatcher/Dispatcher.php(86): IPS\Dispatcher\_Front->init()
    #5 /home/XXXXXXXXX/public_html/index.php(13): IPS\_Dispatcher::i()
    #6 {main}

    backtrace

    #0 /home/XXXXXXXXX/public_html/init.php(505): IPS\_Log::log('UnexpectedValue...', 'uncaught_except...')
    #1 [internal function]: IPS\IPS::exceptionHandler(Object(UnexpectedValueException))
    #2 {main}

     

    The URL of page the error occurred on was

     

     
    Column 'id' in where clause is ambiguous
    SELECT collections_items.*, author.* FROM `collections_items` LEFT JOIN `collections_cats` ON collections_items.cid=collections_cats.id LEFT JOIN `core_members` AS `author` ON author.member_id = collections_items.item_member_id WHERE ( id IN(3,4,5,6,9,10,11,12,15,16,17,18,19,20,21,22,23,24,25,27,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,74,75,76,77,78,79,80,81,82,83,84,85,86,89,91,92,93,94,95,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,117,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,153,154,155,156,157,158,159,160,161,162,163,167,168,169,170,172,173,176,177,178,179,180,181,186,187) ) ORDER BY id ASC
     | File                                                                       | Function                                                                      | Line No.          |
     |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------|
     | /system/Db/Db.php                                                          | [IPS\Db\_Exception].__construct                                               | 393               |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     | /system/Db/Select.php                                                      | [IPS\_Db].preparedQuery                                                       | 346               |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     | /system/Db/Select.php                                                      | [IPS\Db\_Select].runQuery                                                     | 408               |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     |                                                                            | [IPS\Db\_Select].rewind                                                       |                   |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     | /applications/core/extensions/core/Sitemap/Content.php                     | [IteratorIterator].rewind                                                     | 253               |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     | /system/Sitemap/Sitemap.php                                                | [IPS\core\extensions\core\Sitemap\_Content].generateSitemap                   | 103               |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     | /applications/core/tasks/sitemapgenerator.php                              | [IPS\_Sitemap].buildNextSitemap                                               | 36                |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     | /system/Task/Task.php                                                      | [IPS\core\tasks\_sitemapgenerator].execute                                    | 245               |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     | /system/Task/Task.php                                                      | [IPS\_Task].run                                                               | 214               |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     | /system/Dispatcher/Standard.php                                            | [IPS\_Task].runAndLog                                                         | 298               |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     |                                                                            | [IPS\Dispatcher\_Standard].__destruct                                         |                   |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'

     

    BACKTRACE

    #0 /home/XXXXXXXX/public_html/system/Db/Exception.php(109): IPS\_Log::log('Column 'id' in ...', 'sql')
    #1 /home/XXXXXXXX/public_html/system/Db/Db.php(393): IPS\Db\_Exception->__construct('Column 'id' in ...', 1052, NULL, 'SELECT collecti...', Array)
    #2 /home/XXXXXXXX/public_html/system/Db/Select.php(346): IPS\_Db->preparedQuery('SELECT collecti...', Array)
    #3 /home/XXXXXXXX/public_html/system/Db/Select.php(408): IPS\Db\_Select->runQuery()
    #4 [internal function]: IPS\Db\_Select->rewind()
    #5 /home/XXXXXXXX/public_html/applications/core/extensions/core/Sitemap/Content.php(253): IteratorIterator->rewind()
    #6 /home/XXXXXXXX/public_html/system/Sitemap/Sitemap.php(103): IPS\core\extensions\core\Sitemap\_Content->generateSitemap('sitemap_content...', Object(IPS\Sitemap))
    #7 /home/XXXXXXXX/public_html/applications/core/tasks/sitemapgenerator.php(36): IPS\_Sitemap->buildNextSitemap()
    #8 /home/XXXXXXXX/public_html/system/Task/Task.php(245): IPS\core\tasks\_sitemapgenerator->execute()
    #9 /home/XXXXXXXX/public_html/system/Task/Task.php(214): IPS\_Task->run()
    #10 /home/XXXXXXXX/public_html/system/Dispatcher/Standard.php(298): IPS\_Task->runAndLog()
    #11 [internal function]: IPS\Dispatcher\_Standard->__destruct()
    #12 {main}

     

    UnexpectedValueException

    UnexpectedValueException: Missing: /applications/garage/Application.php (0)
    #0 /home/XXXXXXXX/public_html/system/Patterns/ActiveRecord.php(121): IPS\_Application::constructFromData(Array)
    #1 /home/XXXXXXXX/public_html/system/Application/Application.php(236): IPS\Patterns\_ActiveRecord::load('garage', NULL, NULL)
    #2 /home/XXXXXXXX/public_html/system/Dispatcher/Standard.php(136): IPS\_Application::load('garage')
    #3 /home/XXXXXXXX/public_html/system/Dispatcher/Front.php(148): IPS\Dispatcher\_Standard->init()
    #4 /home/XXXXXXXX/public_html/system/Dispatcher/Dispatcher.php(86): IPS\Dispatcher\_Front->init()
    #5 /home/XXXXXXXX/public_html/index.php(13): IPS\_Dispatcher::i()
    #6 {main}

    backtrace

    #0 /home/XXXXXXXX/public_html/init.php(505): IPS\_Log::log('UnexpectedValue...', 'uncaught_except...')
    #1 [internal function]: IPS\IPS::exceptionHandler(Object(UnexpectedValueException))
    #2 {main}

     

  10. On 24 June 2016 at 9:19 PM, Martin A. said:

     

    This is happening because "Marker Groups" is set as the default module. Not sure if this is on purpose or not. But as you may notice, when you're clicking on the menu item, you're taken to the marker groups list, not the actual map. The profile map will be fixed in the next version, which will come shortly after IPS 4.1.13 is released.

    If this is not on purpose, go to ACP > Applications,click on "Member Map" to make the module list expand, and click where the arrow is on the attached image.

    Applications.png

    Star or Lock you mean?

  11. 13 hours ago, Martin A. said:

    It's probably running out of memory.

    Create (or edit) a file named "constants.php" in your root directory (where you'll find init.php and conf_global.php) with the following content.

    
    <?php // DON'T INCLUDE THIS IF YOU ALREADY HAVE THIS IN THE FILE
    
    define( 'MEMBERMAP_FORCE_QUEUE', TRUE );

    This will force Member Map to do the recaching in a background task.

    Its Worked! Thanks you!)

  12. On 20 June 2016 at 10:07 PM, Martin A. said:

    Then you'll need to find out what the true error behind that 500 error page is. You may be able to see it under ACP > Support > System Logs, or through cPanel.

    Again membermap viewed like blank page: blank page member map  logs at ACP is empty

  13. 16 hours ago, Martin A. said:

    Then you'll need to find out what the true error behind that 500 error page is. You may be able to see it under ACP > Support > System Logs, or through cPanel.

    System log is clean, its a miracle but membermap work again is fine) Thanks!

    Under Admin rights, when viewing member profile, membermap access denied – where I need change permissions to fix it?

    mapaccess.png

  14. Hi! I have some items converted from old version.

    Now I couldn't edit them, because after I choose "edit" – "select category" – screen refreshed extremely fast.

    IPB 4.1.12

    Collection 2.0.9

    Safari

    In Chrome I see empty lists 

    Toyota_Tundra_Double_Cab_-_Автомобили_-_Тойота_Тундра_Клуб.png

  15. Member Map

    File name:

    Member Map


    Submitter:

    stoo2000
    Submitted:

    03/18/2010


    Category:

    User and Social Engagement
    Demo :

    http://ipb.silvesterwebdesigns.com/membermap/


    Discussion URL :

    http://ipb.silvesterwebdesigns.com/forum/4-member-map/


    Supported Versions:

    IP.Board 3.2.x,IP.Board 3.3.x,IP.Board 3.4.x


    Support Info :

    Support is provided by the community via the 'Support Topic'.


     

    Member Map is an application that allows your users to put their (Exact or approx) location onto an interactive Bing Map. Member Map has a permission model so you can limit which groups can add to the map.

    As an administrator you have the ability to place custom markers on the map, for example if you would like to post the location of an upcoming meet.

    Features include:

    • Bing Map Support
    • Auto Center & Zoom on Locations
    • Permission support for add/update/delete
    • FURLS
    • Info Window contains User Group and Avatar (customisable via template)
    • Admin Managed custom markers
    • 100% Language Abstracted - Translate in your ACP
    • Notification Support for when friends update their location
    • Content Spy support [*]Mini-map on users profile page
    • Mobile Skin support (New)
    • Geolocation support - Add location via GPS/cell sensor (New)
    • Ability to embed your map into your Facebook page (must meet certain requirements)

    Facebook Integration
    Facebook Integration was kindly financed by Noni for the community. To use the Facebook integration, you MUST have a working SSL certificate.

    Simply upload the files/folders to your forums directory, don't forget to get a Bing API key (there is a link in the settings in your ACP)

    Bugs
    If you find any bugs in this product, please report them to our bug tracker

     

    View File

    custom markers? How to?

  16. Member Map

    File name:

    Member Map


    Submitter:

    stoo2000
    Submitted:

    03/18/2010


    Category:

    User and Social Engagement
    Demo :

    http://ipb.silvesterwebdesigns.com/membermap/


    Discussion URL :

    http://ipb.silvesterwebdesigns.com/forum/4-member-map/


    Supported Versions:

    IP.Board 3.2.x,IP.Board 3.3.x,IP.Board 3.4.x


    Support Info :

    Support is provided by the community via the 'Support Topic'.


     

    Member Map is an application that allows your users to put their (Exact or approx) location onto an interactive Bing Map. Member Map has a permission model so you can limit which groups can add to the map.

    As an administrator you have the ability to place custom markers on the map, for example if you would like to post the location of an upcoming meet.

    Features include:

    • Bing Map Support
    • Auto Center & Zoom on Locations
    • Permission support for add/update/delete
    • FURLS
    • Info Window contains User Group and Avatar (customisable via template)
    • Admin Managed custom markers
    • 100% Language Abstracted - Translate in your ACP
    • Notification Support for when friends update their location
    • Content Spy support [*]Mini-map on users profile page
    • Mobile Skin support (New)
    • Geolocation support - Add location via GPS/cell sensor (New)
    • Ability to embed your map into your Facebook page (must meet certain requirements)

    Facebook Integration
    Facebook Integration was kindly financed by Noni for the community. To use the Facebook integration, you MUST have a working SSL certificate.

    Simply upload the files/folders to your forums directory, don't forget to get a Bing API key (there is a link in the settings in your ACP)

    Bugs
    If you find any bugs in this product, please report them to our bug tracker

     

    View File

    custom markers? How to?

×
×
  • Create New...