Active
Project:
Sheetnode
Version:
7.x-1.x-dev
Component:
Core
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2012 at 18:46 UTC
Updated:
3 Mar 2016 at 20:59 UTC
Jump to comment: Most recent
Maybe this has been asked before or I am missing something, but wondering if there was a method to change from fiddle mode to html based on role or node.
Example: Anonymous users see as html mode and authenticated possibly as fiddle mode.
I think the use of the Domain Module could work, such as fiddle.mydomain.com, but this could complicate things.
Basically, my goal would be to use this incredible module to entice uses to sign up and use fiddle mode when logged in but to entice them, use HTML mode when sampling the goods :o)
Thanks as always for the excellent work/feedback.
Comments
Comment #1
infojunkieFiddle mode is currently a system-wide setting. Making it per-node/role/user/etc is on my roadmap, although it's a very boring job ;-) Ideally, I'd like to see a module that overrides the variable system based on conditions, a bit like Context does it. But that's another conversation altogether.
Comment #2
norgo commentedHi, I know this is an old request, but we still use this incredible module.
We have noted there is work being done to make sheetnode responsive which is a great add-on.
Possibly there was something over the years since this initial request to allow for some sheetnodes to say be able to be Fiddled and some to be HTML only on a per node basis vs the system wide option.
Comment #3
willhallonlineHey Norgo,
It is certainly something that I would have though would be useful. I am not entirely sure as to whether we should look at making it an option from the Manage Display option in content types, or whether it should be a permission or such like. Thanks for taking the time in looking at the issue again. I am certainly trying to get some movement, but trying to spend a while planning out what would be the best options and also not make it too hard an upgrade path.
Comment #4
norgo commentedThanks for the quick reply.
Using Manage Display sounds like a good idea where sheetnode would display on a content type basis. Format[Hidden,Show(default mode), HTML,Fiddle]
I am not sure if Show with conditions with "use an event from rules" might add too much complexity, however, it could be used for roles as that would be handy also.
Sheetnode is indeed an asset to Drupal. Tack on responsiveness output and I can see usage increasing substantially.
Comment #5
willhallonlineResponsiveness is there now. Now just to get display options working better.