• 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.

wordpress

  1. robru

    Automatic create WP threads for new XF posts or pages

    Sometimes you want to have placed a written Xenforo thread on your Wordpress site. Actually the reverse order :) Maybe this option already exists but I can not find it.
  2. Latest threads in a wide view

    Latest threads in a wide view

    The new WordPress widget for showing the latest threads in a wide view is now included in XenWord 3.3. The widget is live on the front landing page of the website. Even though this widget was built a few days ago, I changed the coding today to respect the User permissions. If a forum is hidden...
  3. User Blogs System Widget

    User Blogs System Widget

    A widget for showing the latest blog entry was added to XenWord 3.3 and is live on this site. This is the first row of the main loading page on the WordPress side. The CSS is not included in the xenword-public.css file and is very easy to add in the customizer CSS available in WordPress 4.7...
  4. LPH

    WordPress WordPress 4.7 Is Available

    LPH submitted a new blog post WordPress 4.7 Is Available Continue reading the Original Blog Post.
  5. XenWord uninstall.php File

    XenWord uninstall.php File

    Instead of using a deactivation hook or the register_uninstall_hook, XenWord has an uninstall.php file that runs automatically if a user deletes the XenWord plugin. This was rewritten this afternoon to include a conditional for checking if the column exists. <?php /** * Filename...
  6. WordPress Development: Eating and Digesting Spaghetti

    The Best Way to Initialize WordPress Plugins

    Purpose The bootstrap file for WordPress plugins can be done in many different ways. I recently changed the PHP file but am always on the lookout for a better way. Considerations Proper Hook No God Class (Uh oh.) No hooks in constructors Use Namespaces Don't mix types (Interfaces, Classes)...
  7. Development Tools, A List

    Development Tools, A List

    The following post shares some of the tools I currently use for PHP development and learning PHP. The list is dynamic and shifts as my knowledge shifts. I'll try to update it as I make changes to my preferences. After all, the decisions to use one tool over another are highly personal. You may...
  8. The function get_plugin_data

    The function get_plugin_data

    The top of all bootstrap files for WordPress plugins begin with an important comment block. Below is a sample of a multiline comment block which describes the plugin and provides name, URI, Author, Author URI, and Version. Create a file named fabulous.php and place it in the wp-content/plugins...
  9. LPH

    The Excitement of Blogging

    LPH submitted a new blog post The Excitement of Blogging Continue reading the Original Blog Post.
  10. LPH

    XenWord 3.2.0 - Introducing Comment Moderation

    LPH submitted a new blog post XenWord 3.2.0 - Introducing Comment Moderation Continue reading the Original Blog Post.
  11. LPH

    Better Bootstrap File for XenWord Plugin

    LPH submitted a new blog post Better Bootstrap File for XenWord Plugin Continue reading the Original Blog Post.
  12. LPH

    Newspaper Theme: Show Category Names on Posts and Pages

    LPH submitted a new blog post Newspaper Theme: Show Category Names on Posts and Pages Continue reading the Original Blog Post.
  13. LPH

    Learning Laravel Loosely

    LPH submitted a new blog post Learning Laravel Loosely Continue reading the Original Blog Post.
  14. LPH

    XenForo 1 XenWord 3.0 Gold is available

    LPH submitted a new blog post XenWord 3.0 Gold is available Continue reading the Original Blog Post.
  15. LPH

    XenWord Development in July 2016

    LPH submitted a new blog post XenWord Development in July 2016 Continue reading the Original Blog Post.
  16. LPH

    XenForo 1 XenWord 3.0.6.03 Release Candidate 2 is Now Available

    lph submitted a new blog post XenWord 3.0.6.03 Release Candidate 2 is Now Available Continue reading the Original Blog Post.
  17. LPH

    XenWord Development in June 2016

    lph submitted a new blog post XenWord Development in June 2016 Continue reading the Original Blog Post.
  18. LPH

    XenForo 1 XenWord 3.0.6.02 is Now Available

    lph submitted a new blog post XenWord 3.0.6.02 is Now Available Continue reading the Original Blog Post.
  19. LPH

    XenForo 1 XenWord 3.0.6.01 Now Available

    lph submitted a new blog post XenWord 3.0.6.01 Now Available Continue reading the Original Blog Post.
  20. Gracie

    WordPress WP Fastest Cache: Easy Installation, Fast Support

    gracie submitted a new blog post WP Fastest Cache: Easy Installation, Fast Support Continue reading the Original Blog Post.
Top