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

Everything posted by BN_IT_Support

  1. Immediately below the message format selector where it says 'Select one of the standard message formats or use 'custom' to select your own formatting options below.'
  2. Are you sure you’ve selected the custom formatting option?
  3. 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.
  4. 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?
  5. 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.
  6. How do you change which members appear in the Staff Members sidebar please?
  7. Yeh I looked in the logs, but you're probably correct that they have been pruned by now. Thanks.
  8. 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
  9. Okay if you can't uninstall or install it as a new version I may need acp access to take a look. Can you PM me.
  10. Immediate guess is that the DB column didn't install correctly in the first place and the system therefore can't find it to uninstall it. Have you tried reinstalling?
  11. V 1.0.8: Just done a quick update to add a couple of settings so that you can set a start and end date for the message to display.
  12. Doing multiple messages in a nice flexible way would take a bit of work but I might have a look once 4.2 is out.
  13. I haven't tested it with custom themes so it will depend on how it's been modified.
  14. Just wanted to say thank you to Martin who fixed this very swiftly via PM
  15. 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?
  16. You need to increase your PHP upload limit or ask your host to do it.
  17. 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.
  18. 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.
  19. Damn I've just written myself a plugin for that!
  20. 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: 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.
  21. 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.
  22. 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
  23. Yeh I knew about that but as it hadn't caused a problem I was going to leave it to the next iteration. I'll update it later today. Thanks
×
×
  • Create New...