This forum is for assistance with theme development.

Need a theme for game review & forum website

Hi Everyone,

I am new on Drupal and I have a project to create a platform that users will read & write reviews about games. There will be a master data for each game to display and also there will be forum for people to discuss games. And I need a theme like www.gamespot.com

I would appreciate if you can advise me some Drupal 7 themes that you think would fit to my requirements.

Thank you very much for your helps.

Kind regards,
Enes

page--node--1.html.twig not rendering

Hi

I am having a page--node--1.html.twig additionally to the page.html.twig. I want that page variant of the theme to be rendered for sitepath/node/1. but it ist not applied.

Also tried
function qsysdesktop_theme_suggestions_page_alter(array &$suggestions, array $variables) {
$node = $variables['node'];
$nodeid = $node->nid;
if( $nodeid == 1 )
{
$suggestions[] = 'page__node__1';
}

Change theme for add & edit node

Hello to all I have set as a default personal theme (theme 1), as Administration theme I set seven.
Now I would like users to edit and create a particular type of content use another theme (theme 2).
How can I do?

PHPStorm Live Edit and Drupal

Someone has already run integration with Drupal, Chrome and Phpstorm live edit? I tried everything but nothing was effective.

What hierarchy is used for theme functions in Drupal 7? Any way I can override that hierarchy?

I maintain a module (http://drupal.org/project/csm) that uses a theme function to change the status messages that D7 displays in certain contexts.

The module works fine except when the Omega theme is used. When Omega is running, it also uses a theme function to change Drupal's status messages, and the function that my module defines is not run.

Base theme for minimalist development

Hi,

I want to develop a minimalist D8 theme and I would like to know which base theme should I use. Any suggestion?

Pages

Subscribe with RSS Subscribe to RSS - Theme development