Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Elgg 1.8 Social Networking

You're reading from   Elgg 1.8 Social Networking Create, customize, and deploy your very own social networking site with Elgg with this book and ebook

Arrow left icon
Product type Paperback
Published in Feb 2012
Publisher Packt
ISBN-13 9781849511308
Length 384 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Cash Costello Cash Costello
Author Profile Icon Cash Costello
Cash Costello
Arrow right icon
View More author details
Toc

Table of Contents (21) Chapters Close

Elgg 1.8 Social Networking
Credits
Foreword
About the Author
About the Author of 1st edition
About the Reviewers
www.PacktPub.com
Preface
1. Social Networking and Elgg FREE CHAPTER 2. Installing Elgg 3. A Tour of Your First Elgg Site 4. Sharing Content 5. Communities, Collaboration, and Conversation 6. Finding and Using Plugins 7. Creating Your First Plugin 8. Customization through Plugins 9. Theming Elgg 10. Moving to Production Developer's Quick Start Guide Views Catalog Index

Hello, World!


A Hello, World program is the classic beginner's program in any language. In it, a developer writes code to print out the words Hello, World. It is often the simplest program that can be written in a language and provides a sanity check by proving that a program can be compiled and executed. We are borrowing this concept to create a Hello, World plugin for Elgg. The plugin creates a web page that displays a greeting. We then add more functionality to it as we explore different parts of Elgg's plugin API. This tutorial introduces you to the following:

  • Setting up a basic plugin skeleton

  • Using Elgg's event system

  • Routing requests for a web page

  • Creating a new web page

  • Supporting multiple languages (in developer's slang, I18n or internationalization)

  • Registering menu items

  • Creating views that render data into HTML

Note

All the tutorials in this book are written for Elgg 1.8. They will not work on earlier versions of Elgg because they use functions introduced in Elgg 1.8. If any of the plugins...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image