I was not quite sure which forum to post this topic in as it could apply to a number of forums. However, I am trying to modify a Wordpress theme for Drupal. The problem I have at the moment is trying to work out how to modify the style for the Search form that appears at the top of every page in Drupal.
The following code is from a theme that I wish to apply to Drupal. I am assuming that to do this, I need to modify the search.module in the modules directory.
when i have downloaded and installed drupal-4.6.6 , "pushbutton" and "bluemarine" themes are not working . I am able to use only "chameleon" and "marvin". This bug is there for a long time.Please reply
Anyone know if there's a hook or way (other than editing the module itself) to rename the content type for a module? Some of the modules I get off this site have funky names, and I'd like to use a more general naming scheme for content so I don't confuse my users. One example might be to rename the 'book' content type to 'article'.
Hi. I've wrote a node-flexinode-n.tpl.php file to personalize the view of my news.
The only field in the flexinode is "content" but drupal in default mode shows the author, date and the taxonomy.
At first sight, I only print the content of the news. How can I print the rest of this attributes?