OSTraining Blog

A Introduction to the Drupal 7 Media Module

February 19, 2012 | Drupal Tutorials

The Media Module is one of the most hyped new modules for Drupal 7. It is often talked about as the best option for handling images, video and audio files in Drupal 7.

However, available information about the Media Module is long on 90 minute conference presentations and short on quick, practical guides. So, in this tutorial we're going to get right to the point. We're going show you how to set up the Media Module, what it does and how to use it to add YouTube videos to your content. Let's go ....

 

How to Update Joomla 1.7 to 2.5

February 19, 2012 | Joomla Tutorials

Joomla 2.5Updating has become an easy process since the release of Joomla 1.6. The developers have built in a handy updater that is extremely easy to use. This new utility should make upgrading to all new Joomla versions a quick and painless process.

 

PayPlans, a Joomla Subscription Extension

February 17, 2012 | Joomla Tutorials

tutuploadstutuploadsStep_1.__Downloading_the_component_1.pngOne of the best ways to make money on the web is to charge for the exclusive content you provide by selling memberships to your site. PayPlans is an easy-to-install solution for anyone wanting to create a paid membership site.

 

Using Firebug to Find and Replace Logos

February 17, 2012 | Coding Tutorials

As templates and themes become more complicated, it can also become more difficult to find and replace images. The most likely image you'll want to replace is the logo.

We're going to show you a technique to find and replace logos. Though the technique requires a few steps, it should help you track down almost any image you need to find.

 

Using AllVideos for a Joomla Video Gallery

February 14, 2012 | Joomla Tutorials

tutuploadstutuploadsmedia_1323838053270.png.png

The AllVideos plugin will allow you to display almost any type of media on your Joomla site, whether it's a video or audio file and whether you're using local or remote storage.

We're going to show you how to download and install the AllVideos plugin and then how to get the videos into your article. We also had a member request for a tutorial on making a video photo gallery, so we're going to do that also.

 

Who is Drupal User 1?

February 13, 2012 | Drupal Tutorials

Drupal User 1 is a deity. Drupal is fairly unique in that it has this one user who towers over every other user on your site. This User has all possible permissions on your site.

 

How to Use the Joomla Smart Search Extension

February 11, 2012 | Joomla Tutorials

Joomla 2.5 shipped with many new features including multi-database support and much improved one-click upgrades.

One the most important of those features was a brand new search extension: Smart Search. Smart Search is destined to be the replacement for com_search which has been around since 2005 at least.

 

How to Change Language Strings in Joomla

February 10, 2012 | Joomla Tutorials

Joomla 2.5 released with a host of new features. Some of these new features were major improvements including multi-database support, smoother upgrades and new search engine. Other improvements were smaller but still very useful. For example, using the new Language Override Manager you can now easily change any of the default text on your Joomla site.

 

Log-in to Drupal Without a Log-in Block

February 8, 2012 | Drupal Tutorials

This is actually a quite common question from our students. They start building your Drupal site, and rearranging the blocks. During that process they accidentally disable your login block. So, how can you get to your admin page without a login block?

 

The image below shows the normal Drupal login block. When you first install Drupal it usually appears in the left-hand column on your site.

 

How to Change Language Strings in Drupal 7

February 8, 2012 | Drupal Tutorials

Drupal has language files that hold all of the messages and labels you see while using your site. You can change this text if you need to.

 

How to Change Language Strings in WordPress

February 8, 2012 | WordPress Tutorials

WordPress has language files that hold all of the messages and labels you see while using your site. You can change this text if you need to.

 

How to Create Dropdown Menus in Drupal

February 7, 2012 | Drupal Tutorials

No matter what CMS we're teaching, when we come to talking about themes and designs, one question always comes up quickly: "How do I make a dropdown menu"? Here's the answer to that question in Drupal.

First, we are going to show you how to get your menu set up correctly. Second we're going to give you three different options for showing that menu to your visitors.

 

How to Use the Gantry 960gs Framework for WordPress

February 7, 2012 | WordPress Tutorials
tutuploadsWhat_you_will_learn.png

Frameworks offer a new level of control over website development. Gantry is one of several frameworks available that extend your ability to layout and modify websites and themes with no coding skills.

Gantry is based on a 960 grid system that can read about in our article on 960 grids. We also covered Gantry for Joomla in another tutorial.

 

The Funniest Add-ons for WordPress, Joomla and Drupal

February 7, 2012 | General

tutuploadsmedia_1328882507293.pngWordPress, Joomla and Drupal more or less rule the world of websites these days.

For developers writing freely-available add-ons, that means a lot of late nights, bug reports and newbie questions to deal with.

Sometimes, just sometimes, they just like to goof off a little and when they do, they code. Here are some of the funniest add-ons they've written for WordPress, Joomla and Drupal.

 

Change the Database Connection in Drupal's Settings.php

February 7, 2012 | Drupal Tutorials

The settings.php file in Drupal is actually a very short and simple file with just a few settings, but they are critical settings. If you're new to Drupal and moving or updating it's very important to understand what this file does. Misconfiguration here causes error messages, failed sites, page not found problems that can be easily remedied if you know where to look

One such problem that comes up frequently is a missing or improper data base connection. In this tutorial we're going to show you where to find it and how to configure or change it.