I have an Ajax handler script where I load a $nodeId and out开发者_如何学运维put the result in default (full) view:
Is it possibl开发者_如何学Ce to show only the whole node when clicking on \"Preview\", not also the teaser?You can override theme_node_preview in your theme, to remove the code related to $preview_tri
I have a linq to sql table/class that uses a GUID as both a primary key and as foreign key. This problem came up when factoring some code that previously worked.