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 currently have a Drupal 7 website under development on a virtual private server. I've looked at upgrading it to Drupal 8 but had concerns about a custom module that I use. What I did was create a subdomain and installed Drupal 8 there. I planned on using Drupal Module Upgrader to try and upgrade the module and make sure it works before upgrading the entire website.
is there any free theme as forum plus? or how to do it. anything other than simple css, I can not do. I tried to learn PHP and JS, now 3 years past, I still stuck in the first 3 chapters of a 21 chapters book.
How can I show only "read more" link just in node teaser, and remove or unset other links like "add new comments" or "2 Comments" at the end of a node teaser?
How can I show node Hits (statistics_counter) in Drupal 8 in specific place?
I want to show user hits of a node (article) in submitted area rather than the end of a node in node links area? I do this already in drupal 7 with this code: <?php print (int) $content['links']['statistics']['#links']['statistics_counter']['title']; ?> in node.tpl.php file
but i want to know how to convert this code to drupal 8 version.