Thing I plan to do is to make many websites based on Drupal core. All of these websites will be quite small, but there will be many of them (in matt开发者_运维百科er of hundreds).
How can I create a custom page.tpl.php for a specific view? I\'m not talking about styling 开发者_JAVA技巧the view itself, just the page where that view gets rendered.
Is there a place where I can place override theme files other than a theme\'s folder? For example, if I wanted to override the appearance of a view\'s row in 开发者_Go百科the same style for more than
My main question is: Does the theme_hook() function gets called whenever the form gets rebuilt via ahah (ahah_helper) ?
What i开发者_JS百科s the correct way to change the active Drupal theme programmatically?Edit: here is a simpler example.
I have an HTML template. What are the steps to开发者_C百科 convert it into a Drupal 6 theme?Create a copy of a theme you want to modify - usually a blank theme like zen works well. You\'ll need to ren
We are using Drupal 开发者_StackOverflowalongside several standalone PHP/MySQL web apps. Although they are external, we want them all to have the same appearance in terms of HTML layout and CSS. We ba
I\'m trying to make a custom theme for a drupal blog, and I want the search box to appear in the header. To do that, I\'ve put the follow开发者_Python百科ing code in the page.tpl.php template file :*
I am using Drupal version 6.17 with RootCandy Dark 6.x-1.8 as the administration theme what happens is that Drupal shows the rootcandy regions on the bloc开发者_运维问答ks page even if I click on the
I\'m working on a restaurant directory site. I have restaurant details page that I need to implement gmap, slideshow, etc. So I need a specific page.tpl and Theme Developer gives the info as below