Intechnic
Users Developers
Home / Forums / In-Portal CMS / New Features & Improvement Suggestions / Display links on home page / Topic Posts

In-Portal Forum

This is a place for users of In-Portal to ask questions, discuss various topics, and interact with other members of the In-Portal Community. Please report bugs through the Bugs Team (not the Forum). If you are interested in contributing or joining one of the many Teams for In-Portal, please check out the Contribute section of the website.
 

In-Portal Forum

Display links on home page (2)


Posted: 11/23/2004 10:43:05 AM

Reply Quoted  


What is the easiest way to have InPortal display the InLink links on the home page?

Posted: 11/24/2004 12:53:42 PM

Reply Quoted  


Hello,

You can use this tag to list the links:

<inp:l_list_links _ItemTemplate="inlink/index/link_element.tpl" _ShortList="0" />

. Simply place it in your index.tpl or any other template you'd like to have that listing. Also, you can specify any category id you want to list the links from by adding the following parameter:

_CatId="NUMBER"



This tag can be used on the same page for "page navigation":

<inp:l_link_pagenav _Label="lu_page_label" _ShortList="0" />



Thank you.