Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

category in user login page

Quote Reply
category in user login page
when user login to midify links, a list of links will be return for selecting.

Weather it is possible to return the category name list only ( not the completed root category, only the category which user's links is in , just like lsql homepages.)



Thanks
Quote Reply
Re: [courierb] category in user login page In reply to
let me make it clearly.

the listing will be category only first.

for example there are three links submited to three category.

so when user login to edit the links. it shows:

category1 (1)

category2(1)

category3(1)

so it user could go each category to edit its perspective links belongs to that category.

could it be possible?



Thanks
Quote Reply
Re: category list in user login page In reply to
I am looking up my old post, and still can find solution anywhere in this board?

i really appreciated it if any one could point me the solution for it.

thanks
Quote Reply
Re: [courierb] category list in user login page In reply to
Try to use: <%category_short%> to see if it works?

or put this line in the page to see what tags are returned:

<%GT::Template::dump%>

hope this will help

Makr
Quote Reply
Re: [Mark2] category list in user login page In reply to
Thanks

I believe it is something related to
sub _list_owned_links.