I have a question about dynamic color setup in Drupal7 using template.php or any other way to work this out.
What I am planning to make
Dynamic Color Change on every page refresh
I want to change the body, menu normal,menu hover and menu active state background color only.
For example
If my background color is #333, I want my menu bg also same. but when I mouse over I wanna get more lighter color such as #444 and visited state is #555 like that.
I am currently developing a Drupal 7 newspaper site and have a content type for Issues/Editions of our publication.
I have been debating how to best implement the timed release of articles attached to a certain issue. At the moment I am following the lead of The Economist and not using things like Scheduler but instead just using Views.
I have been looking for a way to use the result of one view as the argument for a few others but haven't found a way of doing this as yet other than writing my own PHP code file.
In the administration Menu Links page (Admin->Structure->Menu, click on 'List Links'), my standard distro of D7 does not have next to the menu link items the tool symbols (that look like up/down/left/right arrows) that enable moving menu link items up, down, left and right.
How do I enable this?
Right now the minimum interval for CRON in D7 is 1 hour.
Is there a way to change the select menu of CRON to allow 15 minutes ?? Run CRON every 15 minutes?