Closed (fixed)
Project:
Rules
Version:
6.x-1.1
Component:
Rules Engine
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2009 at 19:18 UTC
Updated:
16 May 2010 at 13:20 UTC
Hello,
I am creating a rule with the rules modules that takes care when the user logs in: the home page needs to become another node than the default one.
I looking for assistance regarding how to create an action in the rule that will modify the home page link to the special homepage for logged users.
Current status:
I created action "system set breadcrumb", and I need to fill the title field as well as the path. Can somebody provide an example or any other kind of help?
Comments
Comment #1
mitchell commentedMaybe you could use two separate nodes, like 'welcome' and 'home.' When a user arrives, the default home page could be 'welcome', but if the user is logged in and about to load the 'welcome' page, you could redirect them to the 'home' page.