Hello,

 

I have some pages listed in the orphaned panel, but this page have a backlink 
in the backlink panel, so meybe I don´t understand the meaning of the orphaned 
pages panel, but I think that a page with a parent, is not orphaned.

 

Here is the code of the panel:

 

#panelheader('Páginas Huérfanas')

#set ($query = "where doc.parent is null or doc.parent='' and doc.name <> 
'WebHome' order by doc.name asc")

#foreach ($item in $xwiki.searchDocuments("${query}"))

#if ($xwiki.hasAccessLevel("view", $context.user, 
"${context.database}:${item}"))

#set($bentrydoc = $xwiki.getDocument($item))

* [${bentrydoc.fullName}]

#end

#end

#panelfooter()

 

Thanks for the help,

 

Francisco,

 

--

Francisco Hernández Cuchí

Jefe de Servicios Sistemas de Información 

OFICINA ESPAÑOLA DE PATENTES Y MARCAS

mail: francisco.hernan...@oepm.es <mailto:francisco.hernan...@oepm.es> 

 

**********************************************************************************************
IMPORTANTE: El contenido de este correo y ficheros adjuntos es confidencial y 
está dirigido únicamente 
para el destinatario/s.
Si Ud recibe este correo por error, por favor póngase en contacto con su 
administrador de correo o con el 
emisor immediatamente y no difunda su contenido a nadie ni haga copias.
*** Este correo ha sido escaneado de virus y contenido malicioso ***
**********************************************************************************************
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to