Jump to content

abetts

Clients
  • Posts

    465
  • Joined

  • Last visited

Recent Profile Visitors

8,837 profile views

abetts's Achievements

  1. I just had this from GoCardless... It would be great to see a Direct Debit integration. It pays to use Subscription templates Could you be using Subscription templates to automate the way you collect payments and manage multiple subscriptions with ease? A reminder of how it works Think of a Subscription template as a one-to-many relationship. You can create Subscription templates for different levels or tiers of goods or services, for example, a bronze, silver and gold gym membership. Simply assign your customers to the relevant template and you can then easily edit and manage your subscriptions in bulk. Create a Subscription template in a few simple steps: 1. Create a new subscription template 2. Go to the Customers page to add them to a Subscription template 3. Or invite new customers to a subscription template Or follow this easy step-by-step guide for more details.
  2. Will do, thank you Marc 🙂
  3. 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!
  4. 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 👍
  5. I think you're onto something, is this one the issue?
  6. 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...
  7. 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?
  8. Perfect, worked a treat. Thank you very much 👍
  9. 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(); } }
  10. Don't think so but I've been using IPB for about 18 years so could have tried it at some point?
  11. Nope, no idea why not (perhaps a failed uninstall already?!)
  12. The author has disappeared. I'd be glad for any assistance from the community on here.
  13. 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 🙂
  14. I'm in the same boat and would be interested if you find a solution to removing the old version.
×
×
  • Create New...