[support] Pathauto and sub-homepage's content type

Davide Michel 'ZioBudda' Morelli michel at ziobudda.net
Wed Feb 20 11:57:23 UTC 2008


Hi all. I have my content type called "articoli" and I have create a 
category for this content type.
Via pathauto, I have created this alias for the articoli's term: 
"manuali/[catpath]".

Now my necessity is to create a sub-homepage for the "articoli" content 
type and the url must be "/articoli".
At the moment if I go into /articoli page I get a list of all articoli 
cotent type's node. How can I create my subhome page ?
I have tried to create a module for this problem:

$items[] = array(
            'title' => '',
            'path' => 'articoli',
            'access' => true,
            'callback' => 'mw_articoli_main',
            'type' => MENU_CALLBACK
        );


But without success.

Is my only solutions use a my module that call views and simulate 
/articoli/path  ?

Please help me.

M.

-- 
Michel 'ZioBudda' Morelli                       michel at ziobudda.net
Consulenza sistemistica in ambito OpenSource.
Sviluppo applicazioni web dinamiche (LAMP+Ajax)
Telefono: 0200619074
Telefono Cell: +39-3939890025 --  Fax: +39-0291390660

http://www.ziobudda.net                         ICQ: 58351764  
http://www.ziobuddalabs.it                      Skype: zio_budda
http://www.ajaxblog.it        			MSN: michel at ziobuddalabs.it                   
						JABBER: michel at gmail.com



More information about the support mailing list