I got this error if activating "Content" (7.x-1.0-beta1) module from Translation Management:
Warning: Parameter 1 to icl_content_node_prepare() expected to be a reference, value given in module_invoke_all() (Zeile 817 von C:\xampp\htdocs\documentation\includes\module.inc).
Has anybody an idea?
I know this issue --> http://drupal.org/node/1010166 (I don't know if my error is same)
but the patch file is exactly the same as I have in my Drupal installation.
I have installed the new drupal 7 and am very impressed. It will take a little getting use to but it does look great.
I am trying to get rid of the read more link from the site on basic page but can't seem to work out how to do it. I have found the display options and managed to change the trimmed version to more characters but it doesn't seem to get rid of the read more link. I have searched on here but can't find anything that can help. If anyone has the time and could advise me i would really appreciate it.
As administrator, the nodes can be edited directly from the panel content screen, but not with other users. Other users have permission to edit the panels, but the option to edit the nodes within is not there. I'm guessing this is a permission issue, but can't seem to figure it out. Anyone know what I'm doing wrong?
I'm in the process of converting a static site to Drupal. The problem is that when a node rendered, it it is displaying the same background defined for body. I created a CSS class for .node-article and am able to specify background color to override the image that is defined in BODY.
Inheritance is a good thing, but I need to be able to override it. Setting background-image: none in .node-article did not override (though setting color did...
Any suggestions? I have not defined a custom node.tpl.php