Needs review
Project:
Splash
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2009 at 09:56 UTC
Updated:
2 Nov 2011 at 22:44 UTC
I think with no condition and set to "Always Validate" or "Never Validate" one of these should at least allow $splash being set to true by default.
To get around this I've added a PHP condition which always returns true. return true;
Comments
Comment #1
pjek commentedOh yes, this truly is the solution for the splash page not appearing. Finally got my splash page working on my website www.bodynsoulpartypix.com. Thank you so much. Thinking of it it seems so obvious in hind sight.
Comment #2
j0rd commentedYa, but you would expect it to work "out of the box", which is why I submitted this request. I'm sure Splash module has lost lots of people because they can't figure this out, including me...a pretty technical user.
Comment #3
seanrI've never used the conditions module, so I'm a little confused here. Why would you set that up but not add a condition?
Comment #4
j0rd commentedA user for instance might have this condition module installed for another reason besides splash....but then splash won't work by default. It's a simple fix to just enabling it by default if there's no condition set, instead of "always off"
Comment #5
sarath.verve commentedHi.. I want to disable the splash screen for authenticated user. What condition I should add for this? Currently I am getting splash screen for all users.. Please help :(
Comment #6
sarath.verve commentedI want the login form in splash window and once the user is logged in, splash should be removed. But now after log in, user page is also displaying in splash.. :( Can anyone help me to solve my problem :(
Comment #7
chales commented@sarath.verve set the conditions option to validate if the condition returns TRUE and for your condition PHP code use the following to detect if the user is authenticated or not.