Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm trying to embed a video (from google) using the -tag in a blog-post.
Everything works but for some reason, something strips away style="width:300...." in the -tag.
Any thoughts on this matter is greatly appreciated.
Is there a way to exclude specific nodes from the popular content block? Or is there a way to limit the popular content block to only display nodes of a specific type (i.e. blog entry)?
I want to exclude the node that shows up as the main page of my site so it doesn't show up in the popular content section. Am I correct in assuming that I'd have to made a custom block to handle this?
I am trying to put a block between the breadcrum and the content of the node itself but the only thing I manage to do is to have my block After the content of the node.
I have:
Block displayed in the header
Breadcrumb
Content (node, register, forum, login...)
Block displayed in the Content
Block displayed in the Footer
But I would like:
Block displayed in the header
Breadcrumb
Block displayed in the Content
Content (node, register, forum, login...)
Block displayed in the Footer
I have 4.7 and have installed the RCmail module as well as Roundcube.
Installation - Added the MySQL tables and patched according to the installation instructions.
When I activate the module, then go to settings there are no settings to be set for rcmail - just a blank .
When I run the module ?q=rcmail, I get a login screen for roundcubemail, suggesting the program has not picked up my username/password from drupal.
I am trying to put a block between the breadcrum and the content of the node itself but the only thing I manage to do is to have my block After the content of the node.