• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

xenword pro 2017

  1. LPH

    XenWord Pro 2017 Release 2017.12.20 is available for download

    The latest version of XenWord Pro 2017 is now available for download to all active license holders. This version has added some of the missing features as well as fixed some bugs found earlier releases. This version is running on this server; however, it is a beta release. Treat this version...
  2. LPH

    XenWord Pro 2017 Please Read First

    Thank you for helping with improving XenWord Pro 2017. After four years, the newest version relies on composer, autoloading, namespaces, and traits. Legacy code for XenForo 1 is now included in the plugin, and this code needs to be tested. The XenForo 2 portion of the bridge is incomplete...
  3. LPH

    Alpha XenWord Pro 2017.10.22 is available for download

    An alpha release of XenWord Pro 2017 is now available for download by all license holders. This version is for testing only. Do NOT use on a production server. Instead, use XenWord 3.5.2 for live sites. This version includes a switch between XenForo 1 and XenForo 2 installations. I would...
  4. Using Traits

    Using Traits

    This code has me excited. Most XenWord classes reuse the same code for calling the options in WordPress database. class Post { protected $options; /** * Post constructor. */ public function __construct() { $this->options = get_option( 'xenword_options' ); }...
Top