1 pages  1  Next» 

Control book outline form and menu for specified Drupal node typ
From Geshan's Blog (Drupal Tutorials Content Management )
Clicks:78 | User Rating:0
Drupal has a good potential to be used as a blog, forum (some what), wiki or any other dedicated web application or combination of two or more services. Drupal as a wiki, out of the box is a little weird. Problem is Drupal organizes wiki as book pages and books and book pages are related. Some people might not agree that book node/content type is a form of wiki but they can be used as one. Problem: The problem using Drupal book module and book pages as wiki is, the book page module adds book outline form part and the book outline menu as node/x/outline to all node types. All the node types do not need to be part of a book/wiki page. So this is the awkward part. I had to develop an application that had a wiki as a part with blogs and events as other services. So I faced this problem.

Most popular tutorials from this category

How to Clear Drupal Cache
From LearnWebDesignOnline.com (Drupal Tutorials Drupal Administration)
Clicks:1000
Drupal server-side cache improves performance. But when you are making customizations to the site, you sometimes need to clear this cache in order to see your update reflected. This tutorial shows you how to clear the Drupal server-side cache.
How to Modify Drupal Template
From LearnWebDesignOnline.com (Drupal Tutorials Drupal Development)
Clicks:584
Tutorial show how to modify the Drupal template and demonstrate the process of figuring out where to make template modifications.
A Basic Drupal How to For Beginners
From site title missing... (Drupal Tutorials Drupal - General )
Clicks:457
Drupal How to for Beginners mainly deals with setting up a Drupal website and adding, and editing some content.
How to Enable Drupal Site Search
From LearnWebDesignOnline.com (Drupal Tutorials Drupal - General )
Clicks:426
Many content managed site have a site-search feature for users to search the entire site content for particular keywords. The functional is already built-in Drupal, you just have to enable it. And this tutorial will show you how.
How To: Using View's Relationships
From site title missing... (Drupal Tutorials Content Management )
Clicks:385
Using View’s Relationships is quite simply a matter of knowing how “one piece of content relates to another”. If you can wrap your head around this simple concept, then all your complex Drupal views will be realized quickly.
How To: Drupal Workflows & Automation
From site title missing... (Drupal Tutorials Drupal Administration)
Clicks:365
The definition of a workflow, according to Wikipedia, is a “depiction of a sequence of operations”. When taken at face value, a workflow is typically something you want to automate in Drupal. In other words, what we’re talking about is Drupal Automation and my guess is, you’ll want to automate things in Drupal based on certain events.
Drupal 6: Attachment Views, Page Views, and Theming
From site title missing... (Drupal Tutorials Content Management )
Clicks:234
This article by J.Ayen Green, author of Drupal 6 Attachment Views, gives us an introduction to Attachment Views in Drupal. Here‘s what we‘ll do in this article: * Learn what an Attachment view is * Learn what you can do with an Attachment view * Consider in what situations an Attachment view can be useful * Cover basic view theming * Create a Page view * Create an Attachment view * Theme the view
How To Clear Drupal Alert Message
From LearnWebDesignOnline.com (Drupal Tutorials Drupal - General )
Clicks:198
Occasionally Drupal might display alert messages when you log into the administrator area. This tutorial will show you an example case and how we go about taking care of and subsequently clearing the alert message.
How To: Using Drupal Twitter Module
From site title missing... (Drupal Tutorials Content Management )
Clicks:188
Twitter me this, twitter me that,” can anyone listen to or read any Internet media news and not hear about Twitter? Not likely these days. It seems that celebrity and competition has driven Twitter to become that latest Internet fad.
How To: Manage Drupal Permissions More Easily
From site title missing... (Drupal Tutorials Drupal Administration)
Clicks:172
One of the most time-consuming tasks for any new Drupal site is setting up and testing what users can and can’t do. This is the realm of user permissions and role permissions. I’m guessing you’ve visited the checkbox maze - as I like to call it.
Drupal Taxonomy, Drupal Nodes And Other Terms - What Do They Mea
From site title missing... (Drupal Tutorials Drupal - General )
Clicks:167
Drupal is a very powerful content management system but it’s pretty clear that beginners have a though time using it, and the Drupal specific terms aren’t at all helpful. Yes, the taxonomy system is how content is categorized but why the hell don’t they just say categories?
Change Menu Order in Drupal
From LearnWebDesignOnline.com (Drupal Tutorials Menus and Navigation)
Clicks:165
The tutorial will show how to change the menu order of the primary menu of a Drupal site using the administrator interface.
Taming Drupal Node Teaser and Node Title
From Geshan's Blog (Drupal Tutorials Content Management )
Clicks:145
You might be wondering what is the use of this article / tutorial when Drupal system of handling title and teasers is so good and there are modules like node teaser to customize the teaser as per your need. But lets picture a scenario you are developing a website with a custom front page (required by majority of websites) so you have created your page-front.tpl.php and created a panel kicking out your left and right sidebar selection and example below.
Example of How to Upgrade Drupal
From LearnWebDesignOnline.com (Drupal Tutorials Drupal Administration)
Clicks:105
Sooner or later you will need to upgrade Drupal. This tutorial will walk you through an upgrade example.
Show Drupal blocks only on specific pages with PHP code
From Geshan's Blog (Drupal Tutorials Content Management )
Clicks:101
Drupal blocks are the basic building elements of any Drupal page. Blocks are placed in block regions and they serve different purposes from showing a list of elements even to show a picture or a video. Menus of the Drupal system are also blocks of special kind that show links to other drupal nodes/pages/url or external links. (I assume that you know about drupal blocks and how they can be shown or hidden on basic given conditions and also you have some knowledge of php.)
How To: Enhance Drupal's user access, features & control
From site title missing... (Drupal Tutorials Menus and Navigation)
Clicks:98
Drupal is all about two things, content and management. Ok, so that was a cheesy one about Drupal being a CMS. But,the biggest advantage Drupal has, as I see it, over many other CMS’s is both its flexibility and the number of contributions made to extend what it can do. Quite literly, there are new modules every week (RSS feed) which make Drupal do things you probably want it to do.
How To: Edit a Drupal Blog via Blog API using blogging software
From site title missing... (Drupal Tutorials Drupal Development)
Clicks:93
Whether you’re an avid blogger or you simply make the occasional post, there’s just something uncomfortable about editing long posts and working with pictures when you’re in a web browser. If you’ve heard of Ecto (mac), MarsEdit (mac), ScribeFire (firefox) or any of the other popular desktop blogging clients, then chances are you’ll want to use one of those tools to access and edit your Drupal blog.
How to Install Drupal
From site title missing... (Drupal Tutorials Setup and Installation)
Clicks:93
Installing Drupal has gotten easier and easier throughout the years. It can be broken down into these steps. 1. Downloading and preparing the Drupal installation files 2. Setting up the mySQL database 3. Running the drupal install program
Taming Drupal Node Teaser and Node Title 2 (for custom content)
From Geshan's Blog (Drupal Tutorials Content Management )
Clicks:91
In continuation to my previous post about "Taming Drupal Node Title and Teaser" this is part 2 of the Drupal node title and teaser taming tweak by editing node-type.tpl.php.(type is your content type like story, project or custom type like news or project etc). This is what your teaser for front page look like after the tweak is applied and after some great theming :-).
Drupal module tutorial - spam protection module
From site title missing... (Drupal Tutorials Drupal Administration)
Clicks:83
Download the Mollom module from the project page or from Mollom.com. Be sure to pick a version of the Mollom client that matches your version of Drupal. The module package should be placed with the rest of your contributed Drupal modules (generally, in "sites/all/modules" or "sites/default/modules").
Follow - Add - Share
Popular Tutorial Categories
2Dimensional
3Dimensional
Website Editing
Audio/Voice Editing
Office Applications
Animation (Web & Media)
Web Programming
Other Applications
Content Management System - CMS
Previous NewsBlog Posts
Statistics
People Online 86
Member Count 11596
Tutorial Count 21264
Random Tutorials
Modeling a cool kitchen folding chair in 3D Studio Max
Modeling a cool kitchen folding chair in 3D Studio Max
iTunes Widget Tutorial - Draw a cool little MP3 Style Music Interface
iTunes Widget Tutorial - Draw a cool little MP3 Style Music Interface
High Tech Header With Navigation
This tutorial will guide you through the steps to create a smooth high tech header.
Creating a Snowing Blizzard
In this photoshop tutorial we will create a blizzard with the touch of a hard snowfall. To do this we will use some simple photoshop filters, blurs and blending effects.
Creating stylish Gradient Buttons
Learn how to create some very cool web 2.0 style buttons using Photoshop blending options and a few little tricks.
Top Authors (More...)
coolcommands.com #1(446)
http://coolcommands.com
AdobeTutorialz #2(412)
http://adobetutorialz.com
javascript.internet.com #3(304)
http://javascript.internet.com
westernstudios.net (random)(1)
http://westernstudios.net
phpeasystep.com (random)(12)
http://phpeasystep.com
photoshopxtremetutorials.blogspot.com (random)(7)
http://photoshopxtremetutorials.blogspot.com
Topsite Leaders (More...) (Join...)
PhotoshopStar
#1 (9199 Out)
SWFspot
#2 (8491 Out)
Naruto Wallpaper
#3 (7284 Out)
Microsoft Tips and Tricks
(Random) (1443 Out)
artician.com
(Random) (856 Out)
Advertise on Tutorial-Index
Check out our Privacy Policy

Tutorial providers resources
Submit Tutorials
All Pending Tutorials
Contact Us

Other Dreamattic projects
AppleTvHacks.net
Biz-News.com
ColorTools.net
Tips4Mums.com
Megawoot.com
Voip Providers List
WeirdConverter.com


Copyright
Tutorial-Index™ 2006-2010
All Rights Reserved