Jump to content

BN_IT_Support

Clients
  • Posts

    1,640
  • Joined

  • Last visited

  • Days Won

    3

 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 BN_IT_Support

  1. 5 hours ago, Genestoy said:

    Installed on 4.2.3 and colors won't change, either one background or text and the left right center does not work, nor does the setting for displaying it on a certain page? Any ideas?

    Thanks

    Are you sure you’ve selected the custom formatting option?

  2. It definitely works on 4.2.2 so it must be a glitch with the install. You could either add the missing column manually:

    \IPS\Db::i()->addColumn( 'core_members', array(
      'name'	=> 'ebsGlobalMessage_dismissed',
      'type'	=> 'BIT',
      'length'	=> 1,
      'null'	=> FALSE,
      'default'	=> 0,
      'comment'	=> 'If 1, the user has dismissed the global message'
    ) );

    or you could remove the drop statement from the uninstaller.  Go to: yoursite/plugins/globalheadermessage/uninstall.php and remove / comment out the last line:

    \IPS\Db::i()->dropColumn( 'core_members', 'ebsGlobalMessage_dismissed' );

    then try again to uninstall and reinstall the plugin.

  3. 3 hours ago, Martin A. said:

    There is an option to hide the entire sidebar.

    Thanks.

    Also I have a user who is required to have all of his content approved before it appears, yet he seems to have been able to add a marker to the map without approval.  Is this something that could be picked up in future versions as well please?

  4. 21 hours ago, Martin A. said:

    You can't. Those that show up on the "Staff" page will also be shown in the sidebar.

    Would it be possible for a future version to at least have an option to show/hide the staff section, or the entire sidebar, please.

  5. I have a few members on my site who are showing in the admin CP as 'This member must be approved manually'.  Can anyone tell me why please?  I don't require administrator validation and they're not showing as spammers.

    • Are there any other reasons for the system to ask for a manual validation?
    • Is there any way of seeing why someone has been flagged this way?

    Thanks

  6. When i try and view the profile for one of my users I get: 1S160/2 - The page you requested does not exist.  If I disable Member Map it works fine but if I reenable MM the error reappears.  System log says:

    Error: Call to a member function getTimestamp() on null (0)
    #0 ../httpdocs/community/applications/core/modules/front/members/profile.php(224): IPS\Content\Search\_Results->addExtraItems(Array, Object(IPS\Member))
    #1 ../httpdocs/community/system/Dispatcher/Controller.php(96): IPS\core\modules\front\members\_profile->manage()
    #2 ../httpdocs/community/applications/core/modules/front/members/profile.php(65): IPS\Dispatcher\_Controller->execute()
    #3 ../httpdocs/community/system/Dispatcher/Dispatcher.php(129): IPS\core\modules\front\members\_profile->execute()
    #4 ../httpdocs/community/index.php(13): IPS\_Dispatcher->run()
    #5 {main}

    with a backtrace of:

    #0 ../httpdocs/community/init.php(511): IPS\_Log::log('Error: Call to ...', 'uncaught_except...')
    #1 [internal function]: IPS\IPS::exceptionHandler(Object(Error))
    #2 {main}

    As far as I can tell from looking in ibf_membermap_markers the user doesn't currently have a marker, but the error definitely comes and goes depending on whether or not MM is enabled.

    Welcome some help please?

  7. 3 hours ago, Martin A. said:

    Can you run the same query I instructed @jair101 to run on that event?

    Sorry it was my mistake - the event was outside of the date range that I selected in MM settings.  I've adjusted this and it is showing okay.

  8. On 16/01/2017 at 9:06 AM, Martin A. said:

    Think I know what the issue is, @jair101 and @Edward Shephard. The address you have entered is just a partial one, which is fine for showing the mini map in the event, as you can feed Google with a string to search for. Sadly Member Map can't do that, it needs a set of coordinates.

    You can verify this by hovering the mouse over the mini map in the Calendar event. If it looks like this then this is the reason why it's not showing up on your map.

    
    https://maps.google.com/?q=,Siem Reap, Siem Reap, KH

    I've made some changes where it'll try to get accurate coordinates when saving the event, but it needs some more testing before I can release it.

    Sorry just got back to this.  The latest version has definitely improved on this but I still have some where is link in calendar is showing as lat/lng coordinates but the event still isn't showing on MM.  i might need to fiddle with it a bit more.

  9. As an aside I had a support ticket last week about what I think is an omission in the Google render method.  At the moment this doesn't pickup the postcode field:

    Quote

    I think the 'render' function in /system/GeoLocation/Maps/Google.php line 59:

    
    foreach ( array( 'country', 'region', 'city', 'addressLines' ) as $k )

    should be:

    
    foreach ( array( 'country', 'postalCode', 'region', 'city', 'addressLines' ) as $k )

     

    ATM if you just enter a postcode in the postcode field it won't render the map, although if you put it in one of the other fields, or include any other data then it will.

  10. What's odd for me is that only some of the events show, but not all of the tones that I would expect to see given the settings.  ATM I can't quite figure-out and common-denominator.

  11. 3.1.6.1 is giving me:

    1S160/2 - The page you requested does not exist

    Error: Call to a member function adjust() on null (0)
    #0 .../applications/membermap/sources/Map/Map.php(380): IPS\membermap\extensions\membermap\Mapmarkers\_Calendar->getLocations()
    #1 .../applications/membermap/sources/Map/Map.php(237): IPS\membermap\_Map->recacheJsonFile()
    #2 .../applications/membermap/modules/front/membermap/showmap.php(47): IPS\membermap\_Map->checkForCache()
    #3 .../system/Dispatcher/Controller.php(96): IPS\membermap\modules\front\membermap\_showmap->manage()
    #4 .../applications/membermap/modules/front/membermap/showmap.php(34): IPS\Dispatcher\_Controller->execute()
    #5 .../system/Dispatcher/Dispatcher.php(129): IPS\membermap\modules\front\membermap\_showmap->execute()
    #6 .../index.php(13): IPS\_Dispatcher->run()
    #7 {main}

    It is okay if I turn-off the calendar extension

  12. 5 hours ago, Martin A. said:

    Must be a JS error, which I can't see as you've disabled guest access. Do I have an account on your site?

    I'll PM you some details if you don't mind taking a look please.

×
×
  • Create New...