How to enable multi-store option in PrestaShop 1.5 Updated on August 16, 2021 by Scott Mitchell Newly featured in Prestashop 1.5 is the ability to run multiple stores from the same back office. This allows you to have multiple stores and keep the data completely separate, even if you have customers that shop at more than one of your stores. You can have different pricing, customer histories, etc. To enable this Read More >
PrestaShop 1.5 Release Candidate 2 Available! Updated on August 7, 2012 by Scott Mitchell 2012.08.07PrestaShop 1.5 has made release candidate 2 publically available! While it is not recommended for use just yet on a live site, you can certainly install it for development and testing. Download it here. What’s new in PrestaShop 1.5? Following are just some of the features that are new in PrestaShop 1.5: Multistore Management – Read More >
303: How to setup ReCaptcha in Joomla 3.1 Updated on November 19, 2021 by Brad Markle ReCaptcha is a very popular captcha plugin. It is in use all across the web, and is not just limited for use in Joomla 3.0. In addition to being a very high quality tool, there are several interesting facts about ReCaptcha that you may not be aware of. In this Joomla 3.0 tutorial, we’ll show Read More >
How to change the Default Captcha in Joomla 3 Updated on November 19, 2021 by Brad Markle Using a captcha is an easy way to help prevent spammy activity on your website. For example, setting up a captcha can help prevent automated bots from registering for new accounts on your Joomla 3.0 website. If you’re not already familiar with what a captcha is, you can find more information here. To change the Read More >
How to change the Default Editor in Joomla 3.1 Updated on November 19, 2021 by Brad Markle Whenever you write content in Joomla 3.0, you are using some kind of editor. For example, it could be a simple editor with no options, or it can be a more advanced javascript editor with features that allow you to easily format text and create links. Joomla 3.0 gives you the ability to change the Read More >
How to show an Offline Mode Image in Joomla 3.1 Updated on November 19, 2021 by Brad Markle In addition to showing a custom offline message in Joomla 3.0, you have the option to show an image on your offline page. This setting is referred to as Offline Image, and will be covered in this Joomla 3.0 tutorial. To upload an Offline Image in Joomla 3.0: In this tutorial, we have an image Read More >
How to hide your Offline Message in Joomla 3.1 Updated on November 19, 2021 by Brad Markle In addition to putting your Joomla 3.0 site in offline mode and configuring a custom message, you can toggle whether or not to show any offline message at all. In this Joomla 3.0 tutorial, we’ll cover the various options that you have when it comes to your offline message. To change your Offline Message settings Read More >
How to allow users to edit their comments in Drupal 7 Updated on August 16, 2021 by Scott Mitchell Users may like to leave comments on your pages in order to express or share their opinions and thoughts with you. At times, they may make mistakes and need or want to edit their comment. This is not enabled by default. You may want to enable it because many users will simply add another comment Read More >
How to force approval for comments in Drupal 7 Updated on August 16, 2021 by Scott Mitchell Comments can be an important feature of your site. They help develop a community where visitors can respond to each other, or to the site owners themselves by asking question or leaving opinions. However, there are those out there that will use comment areas to spam or promote their own interests, or even simply insult Read More >
How to disable comment titles in Drupal 7 Updated on August 16, 2021 by Scott Mitchell When working with comments, there are several settings you can use to customize the look and feel for your site. One of these is the comment title. Enabled by default, each comment has the ability to have an individual title. If no subject title is filled out it will default to the first 30 characters Read More >
How to get the WYSIWYG editor to work in Drupal 7 Updated on August 16, 2021 by Scott Mitchell The WYSIWYG module is one of the Drupal 7 modules that allows you to edit and create content with easy to use formatting. Instead of coding rich text formats such as bold or italics, you can use them at the click of a button. There are times, however, after adding and configuring these module types Read More >
Displaying the SQL query for a view when previewing in Drupal 7 Views Updated on August 16, 2021 by Scott Mitchell When working in the Views module, you may want to preview the SQL that is generated by the view. This is for the code savvy or the ones looking to be and would like to see the SQL generated for either debugging or further development of their views. Sometimes seeing the code can help understand Read More >
How to uninstall a module in Drupal 7 Updated on August 16, 2021 by Scott Mitchell Drupal modules are a very useful part of your site. You may activate and utilize many different ones as your site matures. Some will be replaced with newer or different functionality as your needs change. Eventually you may need to clean house and remove some of the modules. Follow the instructions below to delete a Read More >
How to set the maximum comments per page in Drupal 7 Updated on August 16, 2021 by Scott Mitchell When working with your pages within your content types, you may want to control the number of comments allowed on your page. This setting allows you to set the number of comments that will appear on the page before shifting the remainder to other pages. For example, if you set the limit to 20 comments Read More >
How to change the Offline Message in Joomla 3.1 Updated on November 19, 2021 by Brad Markle When you set your Joomla 3.0 site to be in offline mode, the following message by default is shown to users: This site is down for maintenance. Please check back again soon. In this Joomla 3.0 tutorial, we’ll show you how to change this offline message. To change your Joomla 3.0 maintenance mode message: Log Read More >
How to put Joomla 3.1 in Offline Mode Updated on November 19, 2021 by Brad Markle If you’re making significant changes to your Joomla 3.0 website, you may want to put your website in offline mode. This will allow you to make and test changes to your website, while at the same time preventing the rest of the world from viewing those changes. In this Joomla 3.0 tutorial, we’ll show you Read More >
How to change your Site Name in Joomla 3.1 Updated on November 19, 2021 by Brad Markle Your Site Name in Joomla 3.0 is used in several different places. For example, if you look at your HTML source code, you’ll see your site name listed in the title tag (if you have this setting enabled). If your template is designed to do so, you may also see your site name listed somewhere Read More >
How to set the rights meta tag in Joomla 3.1 Updated on November 19, 2021 by Brad Markle Within Joomla 3.0 you have the option to set a rights meta tag. This setting within Joomla is referred to as Content Rights, and can be found in the Metadata Settings. In this tutorial, we’ll show you how to use the Content Rights setting in Joomla 3.0. To use a rights meta tag in Joomla Read More >
How to disable caching in Drupal 7 Views module Updated on August 16, 2021 by Scott Mitchell When working with your site, it is generally a good idea to keep caching enabled for performance. This speeds up the site by keeping recent data in memory and displaying that same data for a specific time period. On your site, however, there may be a need for the visitor to see the data on Read More >
How to link to a view within a menu in Drupal 7 Views module Updated on August 16, 2021 by Scott Mitchell When adding custom views to your site, there is a checkbox that enables you to add the view as a menu item. The default views have their own default settings. Some are attached to specific menus, others are not attached to a menu at all. If you want to change or add any view to Read More >