Skip to main content
Home
Drupalnesia

Main navigation

  • Home
  • Training
  • Komputer
    • Network
    • Programming
User account menu
  • Log in
Dark Mode Toggle

Breadcrumb

  1. Home

theme

By webadmin, 3 July, 2023
Classy dan Stable Theme

Cara Uninstall Deprecated Theme (Classy dan Stable) di Drupal 9

Drupal 9 sudah tidak memakai Theme Classy dan Stable, kedua Theme ini sudah usang (deprecated). Namun kedua Theme ini tidak dapat di Uninstall karena tidak muncul di menu Appearance. Hal ini sangat mengganggu karena muncul error di Reports - Status Report.

Cara uninstall kedua theme ini sbb:

Tags

  • theme
  • classy
  • stable
  • deprecated
By webadmin, 3 January, 2022

Cara Cepat Rename File Secara Recursive

Pada saat kita membuat module atau theme dengan cara cloning maka perlu utk melakukan rename pada nama file dan juga semua text, variable dan function/object.

Untuk mengubah file name secara recursive sbb:

find . -name '*.txt' -print0 | xargs -0 -n1 bash -c 'mv "$0" "${0/oldname/newname}"'

Sedangkan untuk mengubah content file-nya sbb:

find ./ -type f -exec sed -i -e 's/ceremai/arjuno/gi' {} \;

Have a nice day (WW).

Tags

  • rename
  • sed
  • recursive
  • module
  • theme
By webadmin, 3 August, 2021

Drupalnesia (a.k.a Drupalisme)

According to Drupalisme domain name forgotten to renew thus take out by someone else, then I registered Drupalnesia.com instead. IMHO, this domain is better, more closed since contain Indonesia part.

Currently I will focus to provide Drupal Themes which inspired by WordPress website because available lot of now. To avoid license issuse, I will choose free WP theme to ported.

But the porting Theme is not 100% same, in short:

Tags

  • theme
  • bootstrap
  • wordpress
theme

Kontak Kami

Need Drupal support? (Butuh bantuan Drupal?)

  • WA: 082 111 978 168
  • https://www.drupal.org/u/drupalnesia
  • Office: Mangga Dua Square - Jakarta Utara 14420

Recent content

  • Cara Uninstall Deprecated Theme (Classy dan Stable) di Drupal 9
    1 year 1 month ago
  • Cara Upgrade CKEditor 4 ke 5
    1 year 1 month ago
  • How To: Add WhatsApp Icon/Bubble to Drupal
    1 year 6 months ago
  • Training
    2 years 6 months ago
  • Cara Cepat Rename File Secara Recursive
    2 years 7 months ago
  • How To: wget file from Google Drive Link
    3 years ago
  • Must Have Drupal Modules
    3 years ago
  • Upgrade Drupal 8 to 9
    3 years ago
  • [SOLVED] PHP Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP)
    3 years ago
  • [SOLVED] Error adding inotify for /public_html/sites/default/files/php/twig/ ... No space left on device
    3 years ago

Pagination

  • 1
  • Next page
RSS feed
Powered by Drupal