#theming

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
laVera's picture

Alguien ha themeado con exito una view en Drupal 8?

Basándome en la api y el turorial que se vincula en los comentarios (de la api), logré que Drupal use mi versión custom de views-view-unformatted.html.twig, pero no logro que use mi versión custom de views-view-fields.html.twig

Read more
pirex360's picture

Megamenu

Boa Tarde,

Queria perguntar se alguém usa algum módulo especifico para criar megamenus, o que tenho experimentado de módulos, criam um block novo...eu queria um módulo que actuasse sobre o menu do Drupal Core, alguém sabe de um módulo para isto ? ou tem alguma sugestão de algum módulo ?

p.s. possuo uma conta no Drupal Groups muito antiga, com outro email...gostaria de cancelar a conta...mas sinceramente...não encontro no painel de controlo da minha conta...opção para cancelar a conta...alguém me pode ajudar?

Cumprimentos,
João Pires

Read more
Wassim Ghannoum's picture

Hello, i'm using drupal 6 and calendar 6.x-2.4, also i'm using the Calendar settings (Legend Terms to colorify my events based on their terms) i can give a color for each term by using calendar settings then Legend Terms, but i can't see this option in

Hello,

i'm using drupal 6 and calendar 6.x-2.4, also i'm using the Calendar settings (Legend Terms to colorify my events based on their terms)

i can give a color for each term by using calendar settings then Legend Terms, but i can't see this option in Year View..

it's only feasible in Month, Day, and Week view, but i need it in the Year view...

so how can i extend this feature to be done for the year-view?

Appreciate your help

Read more
Wassim Ghannoum's picture

Coloring options in calendar settings Year View

Hello,

i'm using drupal 6 and calendar 6.x-2.4, also i'm using the Calendar settings (Legend Terms to colorify my events based on their terms)

i can give a color for each term by using calendar settings then Legend Terms, but i can't see this option in Year View..

it's only feasible in Month, Day, and Week view, but i need it in the Year view...

so how can i extend this feature to be done for the year-view?

Appreciate your help

Read more
Susan Rust's picture

Training: Two Day Turbo Theming - Mar. 2-3, 2012 - San Diego, CA

»Register Here: Two Day Turbo Theming

Are you a developer looking into designing in Drupal? Or a designer looking to start out in Drupal?

Read more
Develcode's picture

Mark up superfish menu !

kali ini sesuai permintaan seseorang di facebook akan ku jelaskan bagaimana me markup superfish menu anda

pertama silahkan tempatkan Xhtml region superfish anda di halaman anda sesuai selera atau jika belum punya superfish silahkan download sendiri di jquery.com

kedua buat preprocess di templates.php anda

ikuti code ini

<?php

/**
* Return a multidimensional array of links for a navigation menu.
*
* @param $menu_name
* The name of the menu.
* @param $level
* Optional, the depth of the menu to be returned.
* @return

Read more
Develcode's picture

Theming Form User Interface untuk Client - Profile edit

Posting Ke empat aku ingin Sharing bagaimana Tehnik mentheming Profil Edit user.

Langkah langkah nya gampang, kali ini aku tidak akan menulis Preprocess pada Templates.php !

Pertama buka Templates.php kamu dan insert Hook Baru di sana seperti ini

<?php

function Thememu_theme($existing, $type, $theme, $path){

  return array(
   
'user_profile_form' => array(
     
// Forms always take the form argument.
     
'arguments' => array('form' => NULL),
     
'template' => 'user-profile-edit',
    ),


}

?>

Oke Kita bedah Code di atas

Read more
Develcode's picture

Posting Kedua aku ingin menerus kan Themig Form pada - Request The Password

Posting ke tiga saya akan membagi trik theming Request Password page dengan sedikit berbeda tetapi tetap sama.

okee kita buka file Templates.php dan buat Hooks_theme baru

ikuti code berkut ini.


<?php
/**
* Implmentation of hook_theme().
*/

function Thememu_theme($existing, $type, $theme, $path){

  return array(
   
'user_pass' => array(
     
'arguments' => array('form' => NULL),
     
// and if I use a template file, ie: user-pass.tpl.php
     
'template' => 'user-pass',     
    ),
?>

Kemudian buat Anchor Preprocess seperti ini.

Read more
Develcode's picture

Theming Form User Interface untuk Client - Login Form

Posting Kedua aku ingin menerus kan Themig Form pada Login Form

langkah Langkah Nya hampir Mirip pada Post saya sebelum nya...

Oke Kita mulai dengan Membuat Hooks_theme pada Templates.php

ikuti code Berikut ini

<?php

/**
* Implmentation of hook_theme().
*/

function Thememu_theme($existing, $type, $theme, $path){

  return array(
   
'user_login' => array(
     
'arguments' => array('form' => NULL),
     
// and if I use a template file, ie: user-login.tpl.php
     
'template' => 'user-login',     
    ),

?>
Read more
Develcode's picture

Theming Form User Interface untuk Client - Register Form

Oke Saya Buka Discusion ini mengenai Bagaimana Theming User Interface untuk Client Web kamu Kamu

Saya akan Membagi Pengalaman bagaimana membuat Term & Condition di halaman Register Form web Drupal kamu,

Client ku kemaren orang yang tidak mengerti mengenai Pemograman tetapi dia ingin sesuatu yang lebih mudah dalam memanage web nya tanpa masuk ke file file .Php maka dari itu aku melakukan hal ini agar dia dapat dengan gampang mengubah ubah Baris baris peraturan web nya atau Term & Condition tanpa menyentuh file file Tpl atau Html di dalam folder Sites

Read more
Subscribe with RSS Syndicate content