Closed (fixed)
Project:
Rubik
Version:
7.x-4.0-beta6
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2011 at 21:54 UTC
Updated:
17 Mar 2014 at 06:52 UTC
Jump to comment: Most recent
Comments
Comment #1
ishmael-sanchez commentedThe code is in there it's just not working as expected. The problem is this block of code in the template.php around line 202:
The condition doesn't fire because in that form array there isn't a taxonomy like it used to be in D6 (at the top of the function add a dpm($vars); to see what I'm talking about) if you wanted it to work you can create a sub theme and refine the function and that condition and assign your taxonomy fields to that sidebar variable or you could try just using the nodeformcols module.
Comment #2
ericduran commentedI also need this.
For now I just implemented a sub theme.
And in my subtheme template.php added this.
Solve my issues. Also now I can add anything I want from that form on the sidebar.
Comment #3
kyletaylored commentedFeature added in #1626886: Make sidebar sticky and add sidebar field option