XF2 [8WR] XenCarta 2 (Wiki) PRO

XF2 [8WR] XenCarta 2 (Wiki) PRO [Paid] 2.2.0.2

No permission to buy ($30.00)
Is there a chance to have editable sections? I found out, that i makes no fun to to edit a long page. So users just dont do it.
 
@Jaxel the xf1->2 data importer no longer works as of XF 2.1 (importer crashes out looking for the xf_liked_content table which no longer exists in 2.1).

I was able to get it to work by replacing xf_liked_content with xf_reaction_content in the import script.
 
Last edited:
Apologies if I missed it in the discussion, but I was unable to find how to activate BB code within the page creation content field. Would appreciate an advice Thank you.

195987
 
Anyone knows if it is possible and allowed to change/merge all Jaxels brandings to one line? It is so ugly that every addon takes its own branding line.
 
Another problem: I just installed this plugin on a new forum, but when I nevigate to the Wiki page, it says me the "Requested page not found" error.
 
Hello :)
I have a problem: I have created a template, but when I show it, gives me this error:
200578
My HTML:
HTML:
<table class="carta-info-box carta-template-right">
    <tr>
        <td colspan="2" class="block-header"><b>{{{name}}}</b></td>
    </tr>
    <tr>
        <td colspan="2" class="dataList-cell">{{{image}}}</td>
    </tr>
    <tr>
        <td colspan="2" class="dataList-cell block-minorHeader"><b>Informazioni</b></td>
    </tr>
    <tr class="dataList-row">
        <td class="dataList-cell"><b>Prima release:</b></td>
        <td class="dataList-cell">{{{release}}}</td>
    </tr>
    <tr class="dataList-row">
        <td class="dataList-cell"><b>Versioni compatibili:</b></td>
        <td class="dataList-cell">{{{versions}}}</td>
    </tr>
    <tr class="dataList-row">
        <td class="dataList-cell"><b>Attivo:</b></td>
        <td class="dataList-cell">{{{active}}}</td>
    </tr>
    <tr>
        <td colspan="2" class="dataList-cell block-minorHeader"><b>Developers</b></td>
    </tr>
    <tr class="dataList-row">
        <td class="dataList-cell"><b>Developer principale:</b></td>
        <td class="dataList-cell">{{{maindeveloper}}}</td>
    </tr>
    <tr class="dataList-row">
        <td class="dataList-cell"><b>Collaboratori:</b></td>
        <td class="dataList-cell">{{{colalb}}}</td>
    </tr>
    <tr>
        <td colspan="2" class="dataList-cell block-minorHeader"><b>Altre info</b></td>
    </tr>
    <tr class="dataList-row">
        <td class="dataList-cell"><b>Premium:</b></td>
        <td class="dataList-cell">{{{premium}}}</td>
    </tr>
    <tr class="dataList-row">
        <td class="dataList-cell"><b>Prezzo:</b></td>
        <td class="dataList-cell">{{{price}}}</td>
    </tr>
</table>
(Not working also with default template from the 8Wayrun.com Website)
Thanks for reading :)
 
Last edited:
@Jaxel
I suppose this is because i am on 2.1, and I cannot import my own wiki.

Code:
XF\Db\Exception: MySQL statement prepare error [1146]: Table 'xen.xf_liked_content' doesn't exist in src/XF/Db/AbstractStatement.php at line 217
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 39
XF\Db\Mysqli\Statement->prepare() in src/XF/Db/Mysqli/Statement.php at line 54
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 326
XF\Db\AbstractAdapter->update() in src/addons/EWR/Carta/Import/Importer/Carta140.php at line 157
EWR\Carta\Import\Importer\Carta140->stepPages() in src/XF/Import/Runner.php at line 231
XF\Import\Runner->runStep() in src/XF/Import/Runner.php at line 59
XF\Import\Runner->run() in src/XF/Admin/Controller/Import.php at line 234
XF\Admin\Controller\Import->actionRun() in src/XF/Mvc/Dispatcher.php at line 321
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 248
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
XF\App->run() in src/XF.php at line 390
XF::runApp() in admin.php at line 13
 
Found the error. We imported old data from Xenforo 1 and probably something got wrong.
We have this template:
202705
Using it here for example:
202706
But it translates to this:
202707
 
Top Bottom