Page 1 of 1
[User Directory Module] Using detail template instead of summary
Posted: Wed Feb 13, 2008 3:50 pm
by scouix
Hi,
UserDirectory is the module I was looking for ! it works perfectly and it's easier to get exactly what you want (in comparison with front end user listing).
But (there is always a 'but'

) I don't know how to use the detail template. I've tried
{cms_module module='userdirectory' group='somegroup' template='detail'} and
{cms_module module='userdirectory' group='somegroup' template='detailed'}
but it does not work at all !
Anyone has an idea
Thanks
BR
Stan
Re: [User Directory Module] Using detail template instead of summary
Posted: Fri Feb 15, 2008 11:08 am
by scouix
I'm using CMSMS 1.2.3 and UserDirectory svn-1 (the first version available on the CMSMS forge). My site is running under Apache 2.2 with PHP 5.1.6 and MySQL 5.0.24a. Hope this helps !
Re: [User Directory Module] Using detail template instead of summary
Posted: Tue Aug 19, 2008 10:50 pm
by marisafal
Hi Scouix,
I know this post is old, but I was wondering if you were able to figure out how to call the detail page? I'm trying to do the same thing and your post seems to be the only one I found. Any help is appreciated. Thanks so much!
Re: [User Directory Module] Using detail template instead of summary
Posted: Wed Aug 20, 2008 6:01 am
by scouix
Hi,
Of course I have read the help. But it is very short !
I've tried detailtemplate='1' and it doesn't work...
Don't know what to do...!
Re: [User Directory Module] Using detail template instead of summary
Posted: Wed Aug 20, 2008 11:32 am
by marisafal
Hi Mark - thanks for your help! Unfortunately, this is for User Directory, not Company Directory.

Scoiux is correct, not much help in the help. The only parameters it seems I can set is for group. It also seems I can not set multiple templates like in some of the other modules. It only allows for one Summary and one Detail.
Re: [User Directory Module] Using detail template instead of summary
Posted: Wed Aug 27, 2008 10:44 pm
by yorchotronic
Hi all,
I´m over the same but in News Module. It runs for detailpage but not for detailtemplate. I´m using this:
Content Page:
Home
Template:
conferencias
{news number='3' category="congresos" summarytemplate="concgYcong" detailtemplate="detallececode" moretext="... Leer más"}
News tpl copied from sample:
detallececode
When tryng to access to the detail news (more link) it does nothing. Look like it run index.php again, but nothing happend.
Some idea?