I'm trying to cache some data in hook_field_widget_form. The data has to be cached on a per form build basis, but it doesn't appear that the form build_id is available in any variables that are passed to that function (although interestingly enough, it is passed both $form and $form_state -- it just appears that at the time the function is called, neither of these variables contains the actual form id).
I would like to position the center content (pages) so they take up the most space, while the two side bars are equally spaced. Given the sidebars are currently set at 240 pixels wide, that gives 480 pixels wide total for the sidebars. How can I adjust the center content so that can be accomplished? I tried the layout.css, but couldn't get it correct. Could you assist me in accomplishing this? Page in question: http://reunitemysite.com/main/node/3
I have a need to be able to have blogs that are posted to multiple sites of my own. The structure looks something like:
Site One
- user 1 blog
- user 2 blog
- ...
Site Two
- vocabulary based blog (let's call it cars)
Site Three
- vocabulary based blog (let's call it bikes)
I have problem with the installation of "super fish".
I have followed step by step setup for this module - Super Fish.
But get the error when I go to the administration of this website and go to a box called "modules" as is "super fish" installed, but when I activate it I get told to install the first "Super Fish library from http:// drupal.org / project / super fish ". When I check that this is installed then it is there and it is activated.
Is there a module that will automatically feature the last x articles and sticky them(feature).
Basically what I want it to do is everyday check for the last 2 published articles and sticky them, then the next day it will unsticky the previous articles and check for the last 2 published articles and sticky them.
Keeping my featured(sticky) content ever changing.
I'd like some additional jQuery UI elements to my web pages, specifically sliders for user inputs. In looking at the jQuery UI site, it appears I need to add components for the slider and mouse to implement this. It looks to me that Drupal is already providing the core jQuery UI file (jquery.ui.core.min.js). Is the correct procedure just to install those additional jQuery UI components that I need using drupal_add_js or including them in my .info file?