Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi everybody,
as you can see on http://ffevm.org/feedback
the feedback module works great, but I don't want it to work
with HTML Area (which I like for the other editing tasks...)
Do you know how I can disable HTMLAREA for the text field of the feedback module?
Has anybody made (started to make, considered making) a module (perhaps to compliment the project module) where users can log time spent on tasks? Just wondering! If I could roll back time like Hermione in Harry Potter III I'd have written it by now!
The following is custom home page module. I want to call blog, story, quotes etc., in a menu.
By default all the blogs will be displayed, when a user clicks on story to display all the stories, similarly for quotes.
I went through the api and found that by calling blog_page the entire blogs posted will be displayed respectively for other nodes.
I am struck in calling the function menu, how to call the theme to display the output ?