this is in my theme.info file of my Drupal theme: regions[conf_modules] = Configurator: modules I\'m using multiple templates for different node types. In one of them I\'d like this region/block to
I\'m trying to create two views. View-1 is a list of nodes. View-2 is an image gallery associated with each node.
I consistently find myself up against the following use case, and have yet to grok the proper workflow / solution:
I added a sidebar to my admin theme in Drupal. The sidebar is shown correctly on the /admin/build/block/list/* pages but not in the other pages.
So I have this code in a template: $thisuser = user_load(array(\'uid\' => \'11812\')); which, as far as I understand it, should return a user object for the user with the uid of 11812. And that
How can I add a class to a menu of the number of items it contains? My site has a menu that will always have either 7 or 8 items, as one will be regularly be enabled and disabled. I want to style the
The following code works fine in my page.tpl.php but I cant get it to work in a block: <?php if (function_exists(\'twitter_pull_render\')) { print twitter_pull_render(\'@ahmednuaman\', $title = NU
I am doing a template override with my template.php, and I need to print the path to the base of my site.
I created a View Argument and saved it as a block. I wanted to theme the Row style output and hence created a \"views-view-fields--product-content-box2--block-1.tpl.php\" and input my div tags with my
I need to give a custom meta title to each page. I found a module http://drupal.org/project/page_title but I cant give particular title to entry with that.