JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
XF2 [8WR] XenCarta 2 (Wiki) PRO
2.3.0.2
No permission to buy ($30.00)
Fixed some minimization errors.
Fixed the requirement notice for XF2.1.
This addon has been updated with support for XF2.1. XF2.1 will be required for this and all future updates.
Reaction handlers
Bookmark handlers
Share controls
Push notifications
Linters (unfurling) will now show a proper page description with subtracted templates.
Fixed a bug where those without attachment permissions would get errors when updating pages.
Major changes to the way the table of contents section works on pages. The TOC will now be aligned to the right of the main content, instead of placed inline. You can still use [TOC] to place it in a specific spot.
The "preview" function of editing pages will now parse [template] codes into the preview.
The json/xml outputs added in the previous version will now attempt to catch bad syntax.
You can now use [CLEAR] to clear floats within a page.
You can now use empty an [if={{{var}}}] to run a !empty() check in templates.
Added CSS that indents the TOC as needed based on section depth.
Added xml/json outputs on all pages that simply show all the [template] calls and variables.
Added the sticky table headers widget to the sortable table script added in the last patch.
Slight change to the Likes coding so that it plays nice with other addons.
Big changes to the way the [if={{{var}}}=='xxx']
parser works. It now processes more accurately, and shouldn't have issues with line breaks. However, to make this change, the left side of the equation now MUST be a {{{var}}}
.
The table sorter built into the addon has been replaced with a jQuery Tablesorter (https://mottie.github.io/tablesorter/docs/index.html ). Usage of the table sorter has changed, so you can refer to the docs to best implement it. If you wish, you can check out my frame data templates to see how I've implemented it: https://8wayrun.com/wiki/special/templates/
Fixed an issue where the page index was not properly ordering based on index values.
Fixed a big that caused the "Mark page as protected" option to be grayed-out in all cases.
Fixed a bug where pages could take ownership of unhashed attachments.
Fixed an overload error when editing pages imported from the XF1 version.
Fixed a potential XSS error in bbCode.
Fixed an issue that could produce an error on new cache creations.
Fixed an issue that could produce an error after importing from the XF1 version.
I forgot to build the JS files into the install package. This has been resolved.
Username changes and merges now conform to XenForo normalization procedures.
There is now a button in the admin CP to force empty the page cache if you need it.
Fixed an issue with importing from the XF1 version and missing fields.
The autolink parser will now parse longer page titles first.