by Bhumi // Aug 16,2012 // No comment
MODx Revolution support very easy and flexible configuration of system from admin panel.Today I am going to explain how you set up other resource as frontpage rather than existing one.
Let’s start how to set up the resource you want to use as your homepage from admin panel
site_start and replace the ID of the Resource you want to use as homepage here
To retrieve the values for your system settings in your Snippets or Plugins, you can use getOption function
|
1 2 |
$Start_site = $modx->getOption('site_start'); |
Make sure New ID of resource you replaced belongs to an existing Resource, and that it has been published!
That’s it.I hope this post will help you. Don’t Forget to Follow us on Twitter or Subscribe us to Get the Latest Updates.
Modx, a popular content Management Framework which comes with a vast directory of useful packages.Wayfinder is a Snippet basically used to create navigational menus in READ MORE
Move Modx Revolution to Live Server
Sometimes It’s tempting to move your files and database so In This tutorial will show you how to move your Modx Revolution site from one READ MORE
Here is one more quick article to share how to call chunk into the snippets in Modx Revolution. When I was working on my first READ MORE
In this article we will see how to reset resource ID in MODx Revolution.A resource is represent a page in MODx and Each Resource has READ MORE
Setting the Time Zone for Modx Installation
Sometimes MODx revolution gives fatal error at the time of installation.I got following fatal error on the setup page when I was trying to install READ MORE
Be a Contributor at CreativeDev.Write an article or tutorial to the community and share some of your knowledge!