Difference between revisions of "Drupal notes"

From thelinuxwiki
Jump to: navigation, search
(Pushed from Themanclub.)
 
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
==upgrading / update drupal==
 +
[https://www.drupal.org/docs/8/update/update-core-manually manual core update]
  
 
== admin link ==
 
== admin link ==
Line 14: Line 16:
 
  2. enable the newly uploaded theme by going to Appearance and scolling to the bottom "DISABLED THEMES" section
 
  2. enable the newly uploaded theme by going to Appearance and scolling to the bottom "DISABLED THEMES" section
  
 +
 +
== command line for drupal ==
 +
 +
drush
  
 
[[category:drupal]]
 
[[category:drupal]]

Latest revision as of 12:52, 4 April 2019

Contents

upgrading / update drupal

manual core update

admin link

http://www.example.com/?q=admin
http://www.example.com/?q=user
http://www.example.com/user/login 


adding themes (drupal 7.x)

1. transfer and unzip/tar them into the sites/all/themes directory.
2. enable the newly uploaded theme by going to Appearance and scolling to the bottom "DISABLED THEMES" section


command line for drupal

drush