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.
hi all.my name is omar bd a wordpress themes developer and designer . in the last week i created a wordpress free theme and today a was going to convert it to Drupal . but i donot knw anything about Drupal Theme development . soo i just want to know some points :
Hi, I was considering purchasing a pre-built Drupal theme. One thing I'm not clear about is how the themes work with the Forum module. That is, does a theme need to explicitly support the Forum module or would the standard styles defined in the theme work for the forum? Most themes I've seen do not have sample pages for Forums so I'm not sure. Any advice with regards to forums/themes would be helpful.
My head is stuck in D7, can someone assist in how I need to manipulate field values in preprocessing for D8?
Here is where I am now. It semi-works as in I am getting at the field value I need to drop into a var for twig, but I cant figure out how to remove/unset the field so it wont render.
Also I am fairly sure there this is the wrong (long) way of manipulating field values (can someone put me on the right path?) Any assistance greatly appreciated!!!!
I don't know if this is the correct place to ask this but I have the following situation:
I've created a custom sub theme based on the foundation base theme on a local test server.
I uploaded the custom sub theme to the web server and configured it for use.
Checked the site online and everything seemed in order.
I created a content type "News" with different fields like title and text. Now I would like to show only the Headlines and maybe the creation date like a small newsticker on other pages.
So I think a view with a display "Embed" is the first right step to do this.
For showing the rendered view in a template I found this solution for my THEMENAME.theme:
function THEMENAME_preprocess_node(&$variables) {
//do some checks of right node type etc...
$variables['newsticker']=views_embed_view("news_view","embed_1");
}
Wondering if anyone can provide pointers for the following:
I'd like to create a one-off custom page which will contain several text fields.
The layout for the page will be custom, placing the text fields in various locations next to design elements which will include diagrams and maps. I'd like the site editors to be able to update the text fields/labels, including language versions.