Forum Discussion

bowenli's avatar
11 years ago

choose node in CategoryPage

if a user wants to post a mesage from a category , how could he choose a board from that category when posting a message . 

 

it seems following 

 

/t5/forums/postpage/choose-node/true/category-id/${coreNode.id}

 does not work.

 

could anyone advise how to achieve this ?

 

 

2 Replies

  • bowenli - By "does not work", do you  mean you're getting an error? This sould work fine. I tried following on our community

     

    <a href="/t5/forums/postpage/choose-node/true/category-id/${coreNode.id}">Create post here</a>

     Can you post the error here if any.



  • bowenli's avatar
    bowenli
    Ace
    11 years ago

    VarunGrazitti

    thanks for your reply.

     

    I mean the scope (/category-id/${coreNode.id})does not work .

     

    the expected result : the dropdown list only shows the boards that are under such a category.

     

    the actual result : the dropdown list shows all the boards from the whole community.