grab our rss feed  WarpConduit on Facebook
WarpConduit.Net

Entries Tagged ‘automatic’

Prevent Windows Update from Automatically Rebooting Your PC

In Windows Server 2008 and Windows 7 your computer may automatically install Window’s Updates and then restart.  Follow one of the methods below to disable this behavior.  These instructions are for computer experts only. Method 1 Run gpedit.msc Go to Local Computer Policy -> Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update [...]

Automatic Category Images for OpenCart 1.4.9.3

The changes set forth below will cause OpenCart to assign a random product image from the category as the category image if one has not already been set. If the category contains no products, no_image.jpg will still display. Make the following changes around line 112 of catalog/controller/product/category.php. foreach ($results as $result) { if ($result[’image’]) { [...]