Book Image

Building Websites with XOOPS : A step-by-step tutorial

By : Steve Atwal
Book Image

Building Websites with XOOPS : A step-by-step tutorial

By: Steve Atwal

Overview of this book

<p class="MsoNormal">XOOPS is an open source web content management system, written in PHP. It allows administrators to easily create dynamic websites with great content and many outstanding features. It is an ideal tool for developing small to large dynamic community websites, intra company portals, corporate portals, weblogs and much more. It has a large, enthusiastic, and helpful community of users.<br /><o:p><br /></o:p>If you want to create a powerful, fully-featured website in no time, this book is for you. This book will help you explore XOOPS, putting you in the picture of what it offers, and how to go about building a site with the system.<o:p></o:p><br />You will be introduced to the main components of XOOPS, and learn how to manage them. You will develop the skills and confidence to manage all types of content on the site, and also understand how users interact with the site. As you find your way round, your own ideas for what you need in your new website begin to crystallize around what you can see of the capabilities and flexibility of XOOPS.</p> <p class="MsoNormal">To make sure that you create the site that looks the way you want, the book covers working with themes to help define your look for your pages. A case study of developing an example Intranet rounds off the book.<o:p></o:p></p>
Table of Contents (12 chapters)

Preface

XOOPS is an open-source web content management system, written in PHP. It allows site administrators to easily create dynamic websites with great content and many outstanding features, with a minimum of coding. It's great for creating small to large dynamic community websites, intra-company portals, and much more. It has a large, enthusiastic, and helpful community of users.

If you want to create a powerful, fully-featured website in no time, this book is just for you. This book will help you explore XOOPS, putting you in the picture of what it offers, and how to go about building a site with the system.

You will be introduced to the main components of XOOPS, and learn how to manage them. You will develop the skills and the confidence to manage all types of content on the site, and also understand how users interact with the site. As you find your way round, your own ideas for what you need in your new website will begin to crystallize around what you can see about the capabilities and flexibility of XOOPS.

What This Book Covers

The book begins with an overview of XOOPS, its history, and its community.

Chapter 2 shows you how to set up a local development environment for running XOOPS, and also what needs to be done before you can install XOOPS to have a live, public-facing, website. Once your development environment is set up, the chapter shows you how to get XOOPS installed and working.

Chapter 3 takes you through the basic configuration of your XOOPS installation, to get all the site details correct, and make sure your site is hooked up to a mail server for important notifications.

Chapter 4 covers many of the administration tasks that you will perform while managing your site. You will see how to manage users and groups, add and activate new modules, add and position blocks, and manage banners and images among other things.

Chapter 5 introduces XOOPS themes, which control the look and feel of your site. You will see what a theme is, and how to install and modify an existing XOOPS theme to customize it to your needs. You will also get started with creating a brand-new XOOPS theme.

There are many modules available for extending the functionality of XOOPS. In Chapter 6, we cover a number of the most popular modules available from the XOOPS website, and explore their installation and use. We will look at modules for tasks like handling news, calendars, creating an image gallery and a forum, and also adding a sitemap to your site to improve its accessibility to search engines.

Chapter 7 demonstrates the use of the IntranetPack, a free package available from www.xoops.org. This package contains some commonly used modules that can be used to put together a company portal. The chapter will walk you through each of these modules to give you a working intranet.

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

There are three styles for code. Code words in text are shown as follows: "The header and footer sections can be changed using the main theme.html and style.css files."

A block of code will be set as follows:

<ul id="nav">
<li class="first"><a href="<{$xoops_url}>/">Home</a></li>
<li><a href="<{$xoops_url}>/modules/mydownloads/">Files</a></li>
<li><a href="<{$xoops_url}>/modules/xoopsfaq/">FAQ</a></li>
<li><a href="<{$xoops_url}>/modules/contact/">Contact Us</a></li>
<li class="last"><a href="<{$xoops_url}>/modules/newbb/">Forums</
a></li>
</ul>

When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be made bold:

<tr>
<td><img src="<{$xoops_imageurl}>/images/na_l.png" alt="" /></td>
<td class="obNavWidth" ><a href="<{$xoops_url}>/">HOME</a></td>
<td width="22" ><img src=
"<{$xoops_imageurl}>/images/na_l.png" alt="" /></td>
<td class="obNavWidth" >
<a href="<{$xoops_url}>/modules/mydownloads/">DOWNLOADS</a></td>
<td width="22" ><img src=
"<{$xoops_imageurl}>/images/na_l.png" alt="" /></td>

New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: "Click on the link for English under Languages on the left-hand side of the page."

Note

Warnings or important notes appear in a box like this.

Note

Tips and tricks appear like this.

Reader Feedback

Feedback from our readers is always welcome. Let us know what you think about this book, what you liked or may have disliked. Reader feedback is important for us to develop titles that you really get the most out of.

To send us general feedback, simply drop an email to, making sure to mention the book title in the subject of your message.

If there is a book that you need and would like to see us publish, please send us a note in the SUGGEST A TITLE form on www.packtpub.com or email .

If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide on www.packtpub.com/authors.

Customer Support

Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.

Errata

Although we have taken every care to ensure the accuracy of our contents, mistakes do happen. If you find a mistake in one of our books—maybe a mistake in text or code—we would be grateful if you would report this to us. By doing this you can save other readers from frustration, and help to improve subsequent versions of this book. If you find any errata, report them by visiting http://www.packtpub.com/support, selecting your book, clicking on the Submit Errata link, and entering the details of your errata. Once your errata have been verified, your submission will be accepted and the errata added to the list of existing errata. The existing errata can be viewed by selecting your title from http://www.packtpub.com/support.

Questions

You can contact us at if you are having a problem with some aspect of the book, and we will do our best to address it.