Gossamer Forum
Quote Reply
# Get_Links_Categories
I want this Global Plugin to display on another domain on my server that is using Joomla 3.0


# Get_Links_Categories

This function will get a list of ALL the categories the given link is in. You also have access to all the categories details, such as Number_of_Links, Description - etc. Here is an example of how to call it:

<%Plugins::ULTRAGlobals::Get_Links_Categories($ID)%>

<ul>
<%loop cat_loop_for_link%>
<li><a href="<%URL%>"><%Full_Name%></a></li>
<%endloop%>
</ul>

Subject Author Views Date
Thread # Get_Links_Categories Sies 4171 Sep 19, 2014, 3:50 AM
Post Re: [Sies] # Get_Links_Categories
Andy 4073 Sep 19, 2014, 4:49 AM