


Problem with image width in views/ block
I have a problem to set image dimension on various position. I want a 300x100px in top, 100x75px for thumbnail and other dimensions on other place. In WordPress I can just add “width” attribute to set image width, also class. Example: //img... read more
How to add subtitle for menu items in Nice menu in Drupal 7
I’m using nice menu in my durpal-7 site.I need to show a subtitle for each menu item.How can this be done ? I’m new to drupal so it would be great if you could help me. read more
Modal form file upload is not working
I am trying to use ctools modal form to edit node form. This form is containing a file field. The Form is rendering properly. When I try to upload a file on clicking upload button, file field has been deleted from the page. I tried to debug via firebug to see the... read more
Views Search Ignoring Custom Node Access permissions
I have a hook_node_access function that denies users view access to a page node if the node has a certain tag and they are not an authenticated user. This is working fine for viewing the page directly but unregistered users can still see the nodes that they should be... read more
Get path of Page Manager page
Basically I have created a page and it shows up fine. When I do a arg or current_path on that page it shows as a 404 path, not the one defined in the page. current_path() => error-404 $_GET[q] => error-404 arg() => array(0 => error-404) Is there a function... read more
Webform in block allowing clicking on send button and redirecting to page view, without validation the fields even when they are empty
Webform in block is allowing to click on send button and redirecting to page view, without validation the fields even when they are empty. so if I come to the website and click on submit (on my form in block) instead of validationd and showing the little popup it... read more
Programatically create node + panel configuration?
Is there a way to programmatically create a panel node with a certain layout? read more
Jump Menu Style Dropdown To External Links
I’m attempting to create a jump menu of links to external websites, and I would like to be able to order the links within this menu differently depending on the organic group of the current user attempting to access it. So far I’ve tried to accomplish this... read more
Customize admin content type page design
i have created template file for my contenttype wallpaper but i don’t know how to get form design in that page. for example my content type name is wallpaper, so i create template file for page–node–add–wallpaper.tpl.php in that page how to get... read more
Views Exposed filter Multiple times on a Page Or Different id for views exposed filter if added one more time
I added a views exposed filter to block and I want to show the block multiple times on the dashboard page each can have different choices. Can it possible without adding any other display? Or Can it be possible to change the make the id unique for each occurrences of... read more