XenWord 3.0.2.07 is now available in the download area of the store. This release is marked alpha because it is feature incomplete. The release is installed on Tux Reports, and the front page shows off some of the new features.
XenWord 3.0.2.07 includes CSS fixes to the featured forum widget, added conditionals to thread link and post ratings, and several bug fixes for several widgets.
If you are using any of the 3.x releases, then please update to this latest version.
( 104 ) Alpha Release 3.0.2.07 – March 20, 2016
Inclusion of Tab Widget – experimental
Changed Featured Forum widget
Changed thread link and post ratings conditional
Insert static in counts.php methods
Bug Fix: Author Link redirects when Friendly URLs not enabled
Bug Fix: Undefined Index: xenword-xf-forum-by-category-widget.php and class-xenword-postratings.php
Bug Fix: Trying to get property of non-object in display.php
Pre-Sales Questions
Please ask any questions regarding this release in the pre-sales forum.
New Installations
Please make sure you aligned the IDs and user_ids for the administrator, editor, contributor accounts. The www settings for WordPress and XenForo must be the same (including capitalizations). Create WordPress Administrator, WordPress Contributor, etc usergroups in XenForo. Turn on advanced user mapping and map the secondary user groups properly.
Do NOT use FTP to upload this plugin. Please use the Add New plugin under the WordPress plugins area.
Support
Please do not open a support ticket or send a private message. If you run into issues then please open a new thread in the support forums. It’s vital that you add as much information as possible to help figure out the issue.
I appreciate all of the feedback so that XenWord is improved.
Add padding-bottom to the div.threadListItem in the xenword-public.css to get rid of cascading of threads.
[code]
div.threadListItem {
margin: 5px 0;
display: block;
padding-bottom: 5px;
}
[/code]