Recent content by SAS1024

  1. SAS1024

    OGRU - Yandex SmartCaptcha 1.0.0

    This addon adds support for Yandex SmartCaptcha for XenForo 1.x. It was tested on XenForo 1.5, but maybe will works with earlier XenForo versions. Installation Download the zip file. Extract its contents to your hard drive. Upload the contents of the upload folder to the root of your XenForo...
  2. SAS1024

    OGRU - Yandex SmartCaptcha

    SAS1024 submitted a new resource: OGRU - Yandex SmartCaptcha - Adds support for Yandex SmartCaptcha on your forum Read more about this resource...
  3. SAS1024

    [OGRU] DataTables BB Code converter

    DDL is Data Manipulation Language. SQL Scheme in other words.
  4. 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 ?
  5. SAS1024

    [OGRU] DataTables BB Code converter

    I think yes, but I not tested it, because my own forum still on XF 1.5 🥲
  6. 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.
  7. SAS1024

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

    Now use TH BBCode for table header if DataTables header found.
  8. 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...
  9. 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...
  10. 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.
  11. 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.
  12. 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...
  13. 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...
  14. 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()...
  15. 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!
Back
Top Bottom