Closed (fixed)
Project:
Homebox - Individual user dashboards
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2012 at 16:50 UTC
Updated:
28 Aug 2015 at 22:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mikebell_ commentedPatch!
Comment #2
drummAmazingly, this patch applies nearly cleanly, except for the two whitespace-related chunks.
There isn't a way to store a customized homebox layout at all for anonymous users. Rather than being a setting, I think we should always disable it.
Comment #3
mikebell_ commentedWow this took a bit of remembering.
I've attached a patch that checks to see if the user is logged in and then attaches the correct js and css.
Comment #4
mikebell_ commentedsetting status
Comment #5
drummCommitted with fixing some merge conflicts and pulling the common code out of the if statement.