Joomla's User Menu Links

One of our Joomla students was wondering what options they could set up for their site's users.

Joomla comes with eight different menu links for users to interact with. 6 of them allow users to control their account by logging in, registering or editing their account. The other 2 links allow people to submit information.

Here are the 8 links with the administrator view first (Menus >> Main Menu >> New) and then the front-end view that your users will see.

Default Login Layout - Allow People to Login to Your Site

tutuploadsmedia_1284151080898.png
tutuploadsmedia_1284151390192.png

Default Registration Layout - Allow People to Register on Your Site

tutuploadsmedia_1284151113151.png
tutuploadsmedia_1284151407652.png

Default Remind - Recover Your Forgotten Username

If you've forgotten your username for your account, Joomla will send a reminder to your email address.

  • If you've forgotten your email also ... you'll have to ask the site administrator.
  • If you are the site administrator and you've forgotten your username and email (!), try this tutorial.
tutuploadsmedia_1284151154838.png
tutuploadsmedia_1284151431507.png

Default Reset Layout - Reset Your Lost Password

Many people will use the same password on many sites (it's not a good idea, but people do it anyway). So for security reasons Joomla will create a new password for you rather than send out the old one. First, you'll have to enter a token that Joomla send to your email address.

tutuploadsmedia_1284151192280.png
tutuploadsmedia_1284151462052.png

Default User Layout - Just a Simple Welcome Message

To be honest, this is not much use. Sorry.

tutuploadsmedia_1284151231854.png
tutuploadsmedia_1284151586132.png

User Form Layout - Allow Users to Edit Their Account

If you'd like to turn off the bottom 5 dropdown boxes from Back-end language down to Time Zone, you can do that by going to Site >> Global Configuration >> System >> Front-end User Parameters >> set that option to "No".

tutuploadsmedia_1284151262602.png
tutuploadsmedia_1284151656269.png

Article Submission Layout - Allow Users to Send in Articles

tutuploadsmedia_1284151929152.png
tutuploadsmedia_1284152163133.png

Web Link Submission Layout - Allow Users to Send in Weblinks

tutuploadsmedia_1284152106961.png
tutuploadsmedia_1284152211537.png

Using Firebug to Edit Joomla Templates

UPDATE: Firebug is not supported anymore. Please try Dev Tools in Firefox, or Developer Tools in Chrome instead.

Firefox is a great browser for working with Joomla templates.

In another tutorial we covered the Webdeveloper plugin. In this tutorial we'll cover the Firebug plugin which allows you to debug and edit your template's HTML and CSS files:

Install the Firebug Plugin

tutuploadsmedia_1284144459090.png

Click "Install Firebug For Firefox". You'll have to restart your browser for the installation to finish. When it is over, you'll see an extra Firebug icon in the bottom-right of your browser.

Enable Firebug

tutuploadsmedia_1284144729647.png

Click on the icon and it will be enabled.

Reload Your Page

tutuploadsmedia_1284145028942.png

Refresh your page and you'll see Firebug starting to do it's work in a new panel at the bottom of your browser. There are lots of features in Firebug. We're going to use a couple that will allow us to analyse our Joomla template.

Use the Firebug Inspect Feature

tutuploadsmedia_1284145182073.png

In the bottom-left hand corner of your browser, click on the blue arrow. You should get a pop-up message saying "Click an element in the page to inspect". That's what we're going to do.

Click the Logo

tutuploadsmedia_1284145307193.png

Click on the Joomla logo. There will be a blue box around the outside. At the bottom of the page, you'll see Joomla's HTML layout on the left and its CSS on the right. We can see that the logo area is placed on the page using this HTML:

. We can also see that it's controlled by the CSS i div#logo

tutuploadsmedia_1284145350669.png

Edit the CSS

tutuploadsmedia_1284145653721.png

Put your cursor into the background CSS and it should pop-up as in the image above. You can edit any part of this. I'm going to choose to edit the image. I'm going to replace it with the Google logo: https://www.google.com/images/logos/ps_logo2.png

tutuploadsmedia_1284145692246.png

When you've done that, click your cursor somewhere else on the page and you should see that your change has taken effect:

tutuploadsmedia_1284145833414.png

OK, that's great, but the image is still too large. Let's go back to the CSS. I'm going to change the width of the logo to 498px and also change the height of the logo to 140px.

tutuploadsmedia_1284145897594.png
tutuploadsmedia_1284145929992.png

Refresh your page and you'll be back to the design. All those changes only took place in your browser. No-one else saw them.

Fixing CSS Problems

tutuploadsmedia_1284146338876.png

Imagine that I have a problem with the CSS in my template ... I'd like to change the color of my links. To get started, enable the Inspect feature and click on a link. The CSS will appear beneath. This image above shows all the CSS affecting the link, regardless of what file it appears in.

tutuploadsmedia_1284146509272.png

If you want to know where the CSS is stored so that you change it, Firebug will tell you exact file location and line number. However, first we need to make and test our changes. All you need to do is click on and change the color CSS:

tutuploadsmedia_1284146655488.png

I'm going to change #135CAE to #FF0000 and that will change all the links to red:

tutuploadsmedia_1284146772920.png

Introducing Cascada: Joomlashack's Latest Joomla 1.5 Template!

cascada_thumb1You want a template with personality? Here it is! Introducing JS Cascada, a Joomla 1.5 template overflowing with fun & flexibility and designed to stand out amongst other Joomla templates. It's super customizable, SEO-friendly, and features built-in Google Font support (for awesome headlines and titles), our new Slide Down Box Menu (makes menu items literally jump out and come to life!), six attractive color choices, 30 module positions, our free X / Twitter Annotation plugin, and Lifestream Joomla Extension support.

Cascada is a cool & refreshing Joomla 1.5 template and is packed with enough features to satisfy Joomla novices and power-users alike!

Read more: Introducing Cascada: Joomlashack's Latest Joomla 1.5 Template!

Delete Joomla Site Sample Data Quickly

Before you start to build your Joomla site, I recommend you delete all the sample content.

Is this a common problem?. A quick search for some of the default text shows over 4 millions sites who have forgotten to remove it. Also commonly indexed are Newsfeeds and Weblinks. The Joomla sample data isn't relevant to your site and can often clog up up the administrator area.

UPDATE: Mass Content is now called OSContent and is available from https://joomlashack.com.

Read more: Delete Joomla Site Sample Data Quickly

Allow Joomla Users to Manage Their Own Articles on the Frontend

It's really useful for writers on a website to be able to easily find and manage their articles. With Joomla, there's no central control panel for writers to do that. Fortunately there's an outstanding extension called Shack Article Layouts which solves that problem. Here's how to use it ...

After installing the Shack Article Layouts extension, the key step is to create a menu link to Shack Article Manager.

  • For the "Menu Item Type", choose "Shack Article Manager".
  • Notice all the tabs for this menu link? Shack Article Manager has dozens of different options for your frontend article management:

sam menu link

On the frontend of the site, visitors will be able to click this menu link and see the main Shack Article Manager screen. If you allow them, they can click "New article" and create content directly from the frontend of the site.

create articles

Here's a view of Shack Article Manager screen as an administrator sees it. They have full access to all the articles on the site:

new article

Options for Shack Article Manager

Shack Article Manager is highly configurable. For example, you can allow users to add content in any category, or you can restrict them to a single category:

single category

You can fully customize the frontend display of Shack Article Manager. Each element of the display can be shown or hidden, depending on your needs:

layout

Shack Article Manager also has permissions that are easy to apply. You can decide if users can publish, feature, trash, view, or edit their published articles.

permissions


Video guide to Shack Article Manager

https://www.youtube.com/watch?v=70-8Y1ke73Y&t=105s

Video guide to allowing user to add content

https://www.youtube.com/watch?v=p2GonHV_eFo

Creating a Joomla Development Site

This tutorial will show you how to create a development site in Joomla. You can make changes to your test site and then, when you've tested and are happy with them, automatically push out those changes to your live site. This is professional development behavior, because it reduces the potential for mistakes and allows you eliminate most errors before they become public.

To create a development site we're going to use an extension called Working Copy.

Install Two Joomla Sites

tutuploadsmedia_1283445482694.png

In order to synchronize a Joomla live site and a Joomla development site, you first need to make sure you have both of them. So, I've installed a live site and then a development site inside it, in a folder called /child/. You can use other arrangements, but this is a simple way to get started.

Note: Please make sure that you keep your development site private from visitors and from search engines. That means at least password-protecting the folder.

Getting Working Copy Set Up

tutuploadsmedia_1283440999825.png

We need to install Working Copy on both of our Joomla websites. When we've done that, login in to one of them and go to Components >> Working Copy >> New.

tutuploadsmedia_1283442606589.png

There are three pieces of information you need to enter in this area:

1) Choose a name for this entry and enter the path to the child website.
2) Enter the database information for the child site. If you don't know it, you can find this in the site's configuration.php
3) Enter the database information for the main live site.

That's all you need to do here. There other, more advanced settings, but that's enough to test Working Copy and get it working.

However, don't forget to enter this exact same data into both your live site and your child site.

Make a Change To Your Child Site

tutuploadsmedia_1283444707036.png

Now let's make a change on our child site - it doesn't need to be large. In fact, to test Working Copy, I recommend making only a minor alteration. In this case I modified the name of one article. I then went to the front of the site to check that the change was complete.

Seeing the Changes in Working Copy

tutuploadsmedia_1283443770945.png

Now in your child site, go to Components >> Working Copy >> Differences and you'll see a list of the things that have changed. In this case it will an update to the jos_content table (when I edited my article) and an update to the jos_banner table (when I visited the site and saw the advertising banners).

Applying Changes to the Live Site

tutuploadsmedia_1283444044496.png

Select the changes you'd like to see made on your live site and click "Commit". You should see a blue "Commit completed" message.

Check Your Changes

tutuploadsmedia_1283444979433.png

Go to your live site and check to see whether the change has been made.

Changing Files

tutuploadsmedia_1283445775514.png

OK, OK, you might say. That was fairly simple. We were able to move some database tables over. Well, let's have a look at how can we also move over file updates.

For, this example I've uploaded a module from Rockettheme to my child site, but any extension will do. You can see that 2-15 are file changes and 16-17 are module updates.

Check the Changes

tutuploadsmedia_1283446080416.png

Now, go over to your live site and look for the new extension. It should have been successfully transferred.

Commit the Changes

tutuploadsmedia_1283445957394.png

Now select those changes, click "Commit" and you should get a message saying that you've successfully moved the test changes to your live site.

Webinar by the Creator of Working Copy

Happy Birthday Joomla and Joomlashack

Joomlashack and Joomla Birthday SaleWOW, time flies! It's hard to believe, but almost five years ago, on Sept 1st 2005, Joomla was officially launched. Just a day later, on Sept 2nd, Joomlashack was founded.

Like Joomla, we've gone through some big changes since then, especially the past year or so--a new team, new Premium Joomla Templates, launching Joomlashack University, releasing new Joomla Extensions and now our own Wordpress Themes & Drupal Themes, too!

Big changes, indeed--but one thing that will never change at the 'Shack is our commitment to bringing you the very BEST Joomla (and other CMS) products at the very BEST value anywhere.

We want to thank you all for making Joomlashack so successful these past 5 years. Here's to another 5!


Wordpress for Joomla! Training now available in Joomlashack University

Wordpress for JoomlaWe recently released a very informative, in-depth training lesson in our Joomlashack University on how to set up and use the Wordpress for Joomla! extension by corePHP. Wordpress for Joomla! is a powerful new Joomla extension that allows you to use Wordpress blogging software inside your Joomla website. With Wordpress for Joomla, you can enjoy the best blogging platform integrated with the best content management system available. You can even use Wordpress plugins and Joomla modules all at the same time, on the same blog. It's amazing.

In this new Quickshot preview of Wordpress for Joomla, JSU instructor Forest Linden gives you a very brief overview of just a few of the many cool features that Wordpress for Joomla! has to offer.

Read more: Wordpress for Joomla! Training now available in Joomlashack University

4 New Joomla Templates Released: Avalon, Orion, Evenflow & Veer

It pleases us to announce our partnership with Simplethemes. Casey Lee, owner of Simplethemes was one of the founders of Joomlashack, and so it is with great pride that we have signed an agreement with Casey to become the exclusive retailer of his wonderful and professional Joomla Templates.

We are proud to release these 4 new premium Joomla templates and you can look forward to a new template from Casey every month from now on.

We have 3 more template launches coming up during the next 4 weeks. Please also look into the new Joomla lessons added recently in our University; and our first Joomla extension, Lifestream, which was released last week.

Read more: 4 New Joomla Templates Released: Avalon, Orion, Evenflow & Veer

Lifestream 1.1 Released: New support for Flickr, Youtube and Tumblr

 

layouts_thmb

Lifestream 1.1 has been officially released (a week ahead of schedule no less)!

Lifestream 1.1 for Joomla integrates your social network feeds and displays them ALL on 1 website!

Version 1.1 adds Flickr, Youtube and Tumblr support to Lifestream for a total of 6 social network integrations so far (Facebook, X / Twitter and RSS Feeds were included in the initial release of Lifestream two weeks ago)

New customers can get their copy of Lifestream for just $24 here.

Registered customers of Lifestream can now download version 1.1 for free in our downloads shop here.

Don't forget..LinkedIn and Last.fm plugins will be released in early October. Customers of all previous versions of Lifestream will be able to download these new plugins (plus any future plugins) for free for 6 months after their purchase.

Read more: Lifestream 1.1 Released: New support for Flickr, Youtube and Tumblr