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.
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.
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?
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.