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 ?
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.
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...
@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...
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...
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.
It possible to migrate to https://xenforo.com/community/threads/th-auto-merge-double-posts.140255/ addon
And possible to migrate [DOUBLEPOST] to syntax with following SQL-query (required MySQL 8.0! ):
[CODE=sql]UPDATE xf_post SET message = REGEXP_REPLACE(message...