CMS

Sostitire nel file tableselect.js contenuto nella cartella misc di Drupal la riga

$('form table[th.select-all]').each(Drupal.tableSelect);

con

$('form table:has(th.select-all)').each(Drupal.tableSelect);
Tags:

To increase the number of nodes displayed per page edit modules/node/node.module and change the number on the following lines

BEFORE:
$form['pager'] = array('#value' => theme('pager', NULL, 50, 0));
AFTER:
$form['pager'] = array('#value' => theme('pager', NULL, 200, 0));

Aggiungendo del codice al file template.php del Tema usato è possibile non visualizzare gli Exposed Filter di una vista in tabella (come di default su drupal), ma visualizzarli in label per una migliore personalizzazione grafica.

Questo il codice da incollare nel file template.php.
Sostituire MYVIEW col nome della vista.

Aggiungi questo codice all'interno del file template.php del tuo tema:

Questo codice creerà delle classi al body per ogni pagina del vostro sito.

Nella pagina template del vostro tema (page.tpl.php), sostituite il tag <body> col seguente codice:

Punti chiave per una ottimale installazione del CMS Drupal.

Jumpbox - Server Software Made Simple
An index of free themes for Wordpress, Expression Engine, Blogger, BBPress, and more.
Pick & choose the themes & plugins you want and get a WordPress install file with everything already installed
It is the official website of Drupal, an open source content management platform.

Login utente