Sign In
Start Page | Recent Changes | All Pages | Orphan Pages | Junebug Help

Comparing version 2 and version 1

= How Tos =

This is a cook book of "How Tos" covering solutions to common problems. Please prefix all wiki links with "HowTo".

'''Please Note!''' Much of the documentation on the Radiant Wiki is still tailored for Radiant 0.5.x. Please give us a hand and help us update any articles that are out of date.

== Upgrading ==

 * [wiki:HowToUpgrade05xTo06 Upgrade 0.5.x to 0.6]

== Deployment ==

 * [wiki:HowToDreamhost Deploy Radiant on Dreamhost]
 * [wiki:HowToTextDrive Deploy Radiant on TextDrive]
 * [wiki:HowToASmallOrange Deploy Radiant on A Small Orange]
 * [wiki:HowToInstantRailsWindows Deploy Radiant on InstantRails]
 * [wiki:HowToPrimeHosting Deploy Radiant on Prime Hosting]
 * [wiki:HowToSteelPixel Deploy Radiant on SteelPixel]
 * [wiki:HowToMediaTemple Deploy Radiant on (mt) Media Temple]
 * [wiki:HowToHostMultipleWebsites Host multiple Web sites from a single radiant install]
 * [wiki:HowToRailsPlayground Deploy Radiant on RailsPlayground]
 * [wiki:HowToSite5 Deploy Radiant on Site 5]

== Behaviors ==

 * [wiki:HowToUseLanguageRedirect Use the language redirect behavior]
 * [wiki:HowToUseMultipleBehaviorsOnOnePage Use Multiple Behaviors on one Page]
 * [wiki:HowToDefineGlobalTags Define Global Tags] (that work on all pages without specifying a Behavior)
 * [wiki:HowToUnderstandNavigationTagCode Understanding Navigation Tag Code] a review of the 'navigation' tag code
 * [wiki:HowToUseMailerExtension Using Mailer Extension with Mental]

NOTE: Behaviors have been superseded by Radiant Extensions.

== Extending Radiant ==

 * [http://radiantcms.org/blog/2006/09/14/how-to-create-global-tags-in-a-plugin/ Create Global Tags In a Plugin]
 * [wiki:AddingFunctionality HowTo Wishlist]
 * [wiki:IdeasForExtensions Ideas for Extension authors] -- I think it would be useful to list out all the possible types of extensions we might ever expect to see for Radiant, and outline how they ''might'' be implemented.  And how core ''could'' be improved to make extension authoring easier.
 * [wiki:HowToWriteAnExtension Write an Extension with Mental] (incomplete)

== Hacks ==
 
 * [wiki:HowToSetATopLevelPageForUser How to set a default start page for a user in the admin tool]

== Recipes ==

Radiant Recipies are smart ways to use Radiant.

 * [wiki:HowToResetYourPassword How to Reset Your Password]
 * [wiki:HowToMakeASiteMap Make a Site Map]
 * [wiki:HowToOutputAllPageParts Output All Page Parts]
 * [wiki:HowToMakePageLevelCSSElegant Make Page-Level CSS Elegant]
 * [wiki:HowToDevAndProduction Setup Radiant's Dev Mode to Preview Draft Pages]
 * [wiki:HowToSimplifyExternalLinkingWithAdapters Simplify External Linking With Adapters]

Back to Page