Recent content by SAS1024

  1. SAS1024

    [OGRU] DataTables BB Code converter

    DDL is Data Manipulation Language. SQL Scheme in other words.
  2. SAS1024

    XF 1.5 XenForo upgrade path

    Hello! For now, I have XF 1.5 It's possible to direct upgrade from XF 1.5 to upcoming XF 2.4 ? Or it's need to split upgrade on several steps like XF 1.5 -> XF 2.0 -> XF 2.2 -> XF 2.4 ?
  3. SAS1024

    [OGRU] DataTables BB Code converter

    I think yes, but I not tested it, because my own forum still on XF 1.5 🥲
  4. SAS1024

    [OGRU] DataTables BB Code converter

    Sorry, I don't have this addons :( But if you give me DDL of SQL tables with content data of these addons, I can try to implement support for this content types.
  5. SAS1024

    Beta [OGRU] DataTables BB Code converter - Improved table header for converted tables

    Now use TH BBCode for table header if DataTables header found.
  6. SAS1024

    [OGRU] DataTables BB Code converter

    SAS1024 updated [OGRU] DataTables BB Code converter with a new update entry: Improved table header for converted tables Read the rest of this update entry...
  7. SAS1024

    Using XenForo Code in other applications

    @Lukas W. thank you for you instruction! I have some problems with getting current logged in user. I logged in on my forum. I created external script test.php in forum root with following content: <?php require(__DIR__ . '/src/XF.php'); XF::start(__DIR__); var_dump(XF::visitor()); But when I...
  8. SAS1024

    XF 2.2 Bulk update error

    @NikitOS it was full text of the error. I've solved my issue by using raw db layer without entities.
  9. SAS1024

    [TH] DataTables BB Code [Deleted]

    Hi. I've created converter from DataTables to native XenForo 2.x tables. I test it on more than 1000 messages with DataTables, and all works fine.
  10. SAS1024

    Beta [OGRU] DataTables BB Code converter 1.0.0 Beta

    Description: This resource can convert old [TH] DataTables BB Code to native XenForo 2.x tables. It can be useful for migration from XenForo 1.5 to XenForo 2.x I tried to convert over DataTables BB Code from 1300 messages, and all messages was converted successfully. How to use it: Create...
  11. SAS1024

    [OGRU] DataTables BB Code converter

    SAS1024 submitted a new resource: [OGRU] DataTables BB Code converter - This addon converts DataTables BB Code to native XF 2.x tables Read more about this resource...
  12. SAS1024

    XF 2.2 Bulk update error

    I tried to update huge count of posts in transaction: $finder = \XF::finder( 'XF:Post' ); $db = \XF::db(); /** @var Post[] $posts */ $posts = $finder ->where( 'message_state', '=', 'visible' ) ->fetch()...
  13. SAS1024

    Russian Language for XenForo Enhanced Search

    @kick Hello. Please, update your translation to support latest version of XenForo Enhanced Search. Your translation is beautiful!
  14. SAS1024

    [OzzModz] Advanced Forms [Deleted]

    Hello! It possible to generate title for created thread with field values with this addon? I want to migrate from XF 1.5 and LiquidPro Simple Forms addon. And I use ability to create thread title from field values.
  15. SAS1024

    [WMTech] Double Post Merge

    @wmtech any plans for 2.x version ?
Back
Top Bottom