Jump to content

abetts

Clients
  • Posts

    463
  • Joined

  • Last visited

Recent Profile Visitors

7,520 profile views

abetts's Achievements

  1. Is there a way to disable it please Marc? My forum is also 20 years old and deals with cars that are from one day to 60-ish years old and some of the old topics can still be revelent and need new content when required. Archiving denies new posts if anything and for me, I can't see any upside. If visitors are coming in through a search engine (50% of my traffic) and just see loads of archived posts, they'll wonder what's going on! Thanks!
  2. I've just added it to the Cloudflare DNS, it was missing but in the old DNS I was using until a few days ago. Hopefully it'll propogate shortly and I'll be back in the movie! Thanks for your help @CheersnGears 👍
  3. It logs me out every 5 seconds. I've tried various devices, networks etc, Cloudflare is in developer mode so not caching... Your IP address does not match this session. Cancel that, this worked...
  4. http://url9376.thelotusforums.com/ls/click?upn=BBz..... It starts like that but doesn't work and goes to a 'server not found' page. I'm using Sendgrid for transactional emails like this. Any ideas please folks?
  5. Perfect, worked a treat. Thank you very much 👍
  6. Thanks for the help folks. Here it is... <?php /* To prevent PHP errors (extending class does not exist) revealing path */ if ( !defined( '\IPS\SUITE_UNIQUE_KEY' ) ) { header( ( isset( $_SERVER['SERVER_PROTOCOL'] ) ? $_SERVER['SERVER_PROTOCOL'] : 'HTTP/1.0' ) . ' 403 Forbidden' ); exit; } if ( !defined( 'CVH_COUNTRYFIELD_DONT_DELETE' ) or !CVH_COUNTRYFIELD_DONT_DELETE ) { foreach ( \IPS\Db::i()->select( '*', 'core_pfields_data', array( 'pf_type=?', 'CountryFieldCvh' ) ) AS $countryField ) { $field = \IPS\core\ProfileFields\Field::load( $countryField[ 'pf_id' ] ); $field->delete(); } foreach ( \IPS\Db::i()->select( '*', 'cms_database_fields', array( 'field_type=?', 'CountryFieldCvh' ) ) AS $countryField ) { $field = \IPS\cms\Fields::load( $countryField[ 'field_id' ], $countryField[ 'field_database_id' ] ); $field->delete(); } }
  7. Don't think so but I've been using IPB for about 18 years so could have tried it at some point?
  8. Nope, no idea why not (perhaps a failed uninstall already?!)
  9. The author has disappeared. I'd be glad for any assistance from the community on here.
  10. I'm trying to remove the CVH Country Fields plugin as it appears to no longer be support but when I click on uninstall I get this... SELECT * FROM `esp_cms_database_fields` AS `cms_database_fields` WHERE field_type='CountryFieldCvh' IPS\Db\Exception: Table 'dzxlgzyz_tlf.esp_cms_database_fields' doesn't exist (1146) #0 /home/dzxlgzyz/public_html/forums/system/Db/Select.php(388): IPS\_Db->preparedQuery('/*dzxlgzyz_tlf:...', Array, true) #1 /home/dzxlgzyz/public_html/forums/system/Db/Select.php(446): IPS\Db\_Select->runQuery() #2 /home/dzxlgzyz/public_html/forums/plugins/cvhcountryfield/uninstall.php(18): IPS\Db\_Select->rewind() #3 /home/dzxlgzyz/public_html/forums/system/Plugin/Plugin.php(592): require_once('/home/dzxlgzyz/...') #4 /home/dzxlgzyz/public_html/forums/system/Node/Controller.php(1333): IPS\_Plugin->delete() #5 /home/dzxlgzyz/public_html/forums/system/Dispatcher/Controller.php(107): IPS\Node\_Controller->delete() #6 /home/dzxlgzyz/public_html/forums/system/Node/Controller.php(69): IPS\Dispatcher\_Controller->execute() #7 /home/dzxlgzyz/public_html/forums/applications/core/modules/admin/applications/plugins.php(48): IPS\Node\_Controller->execute() #8 /home/dzxlgzyz/public_html/forums/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\applications\_plugins->execute() #9 /home/dzxlgzyz/public_html/forums/admin/index.php(13): IPS\_Dispatcher->run() #10 {main} Is there a workaround please? TIA 🙂
  11. I'm in the same boat and would be interested if you find a solution to removing the old version.
  12. Done and still no good I'm afraid. Here's the link from a PM a few mins ago. https://www.thelotusforums.com/forums/index.php?app=core&module=system&controller=redirect&url=https://www.thelotusforums.com/forums/messenger/75502/?do=findComment%26comment=184658&key=d3d40cbba0353d7f0ee220c3a532145e582863ca6a174858e16970b5cf623aae&email=1&type=notification_new_private_message
×
×
  • Create New...