showing translation of the related node in view

showing translation of the related node in view

I have a node type called Match. Each match have two entity reference fields that points to two nodes that has the type of Team. I built a view and use the relationship to show the matches and the information of the host team and guest team and it’s fine. My... read more
showing translation of the related node in view

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
showing translation of the related node in view

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
showing translation of the related node in view

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
showing translation of the related node in view

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

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
showing translation of the related node in view

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
showing translation of the related node in view

Programatically create node + panel configuration?

Is there a way to programmatically create a panel node with a certain layout? read more
showing translation of the related node in view

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
showing translation of the related node in view

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
showing translation of the related node in view

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
showing translation of the related node in view

selecting hierarchical select values during migration

I want to select the values of a taxonomy which is being shown by heirachical select. These values are to be selected while importing the data through csv by using migration module. right now i am passing the values but it not picking up the hierarchical select list.... read more