Drupal 6.12 and 5.18 released

By BXTra |
Drupal 6.12 and 5.18 released, fixing security issues More information can be found -> HERE Drupal 6.12 and 5.18, maintenance releases fixing problems reported using the bug tracking system, as well as a critical security vulnerability, are now available for download. Both releases fix some other smaller issues as well. Upgrading your existing Drupal 5 and 6 sites is strongly recommended. There are no new features in these releases. Important update notes

Drupal 6.11 and 5.17 released

By BXTra |
Drupal 6.11 and 5.17 released, fixing security issues More information can be found -> HERE Drupal 6.11 and 5.17, maintenance releases fixing problems reported using the bug tracking system, as well as a critical security vulnerability, are now available for download. Drupal 6.11 also fixes performance issues with the menu cache and update status cache among other smaller issues. Upgrading your existing Drupal 5 and 6 sites is strongly recommended. There are no new features in these releases.
Open Source eCommerce Software BXTra

A month ago, I'm thinking about to open another online store to sell something online. My major requirement is pretty easy. Those are: - Multilanguage support - Use UTF-8 - Able to do Anonymous Checkout. (Guest Checkout / Check Out Without Account) If it's possible, a few other features I needed are : - Single page checkout - Import/Export Product

Modify zenmagick 0.9.4.2 to support UTF-8

By BXTra |

I just have a chance to play around with ZenMagick, an extension of ZenCart. ZenCart is one of the most popular shopping cart software. After I followed the installation process. everything seems to work fine until I found that ZenMagick doesn't support UTF-8 in the front end. What you have to do to make it support is : 1. Search for this file -> zenmagick\themes\default\lang\english\i18n.php , Open it. 2. Change from 'LC_TIME_LOCALE' => 'en_US.ISO_8859-1', to 'LC_TIME_LOCALE' => 'UTF-8',

Drupal 6.10 and 5.16 released

By BXTra |
Drupal 6.10 and 5.16 released, fixing security issues More information can be found -> HERE Drupal 6.9 and Drupal 5.15, maintenance releases fixing problems reported using the bug tracking system, as well as critical security vulnerabilities, are now available for download. Upgrading your existing Drupal 5 and 6 sites is strongly recommended. There are no new features in these releases. Important update notes

Drupal 6.9 and 5.15 released

By BXTra |
Drupal 6.9 and 5.15 released, fixing security issues More information can be found -> HERE Drupal 6.9 and Drupal 5.15, maintenance releases fixing problems reported using the bug tracking system, as well as critical security vulnerabilities, are now available for download. Upgrading your existing Drupal 5 and 6 sites is strongly recommended. There are no new features in these releases. Drupal 6.9 Release Note

CCK 2.0 for Drupal 6 officially released

By BXTra |
CCK has been significantly reworked for Drupal 6, both to add new functionality and to provide stronger code and APIs. We've tried to respond to many of the things that were often requested but were difficult or impossible to do in the Drupal 5 version: streamline the process of creating fields, use drag-n-drop to reorganize fields and values, provide a user-friendly 'Add more' button for multiple values, give developers an API and more tools to customize CCK behavior, and provide more documentation.

Drupal 6.6 and 5.12 released

By BXTra |
Drupal 6.6 and 5.12 released, fixing security issues More information can be found -> HERE Drupal 6.6 and Drupal 5.12, maintenance releases fixing problems reported using the bug tracking system, as well as critical security vulnerabilities, are now available for download. Upgrading your existing Drupal 5 and 6 sites is strongly recommended. There are no new features in these releases. Drupal 6.6 Release Note

Finally, Views 2.0 for Drupal 6 is official released

By BXTra |
New features for your site * Multiple blocks, pages, and feeds per view. * Built-in AJAX for pagers, exposed filters, and argument drill-down clicks. Great in blocks! * RSS feeds for comments. * Greater control over exposed filters, including being able to reduce a taxonomy list to just terms you select. * Can have multiple "displays" on a view with the same path, which have different features -- give your administrators and privileged users richer views than others! New features for themers * All views output is done through templates, dramatically improving themability; the old views theming wizard is no longer required. * Additional theming information to customize your views through templates is also provided in the user interface.
[ HOW-TO] Install XCache on CentOS 5.2 64-bit that has DirectAdmin installed BXTra

First of all, if you are using DirectAdmin in PHP-CGI (suPHP) mode, don't waste your time follow this HOW-TO. Although these steps work with PHP-CGI but you will get nothing from doing it. For PHP-CLI, I found that it help to decrease my server load from about 10 or more down to about 1 but always less than 2. (I have quad core CPU and my problem before is that CPU usage is almost always 100%.) It's useful module that you should have it installed. Step 1 : Get XCache and uncompress it shell> cd /tmp