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

Re: [fmp] categories in the detailed page

Quote Reply
Re: [fmp] categories in the detailed page In reply to
You should be generating your category URL's like this:
Code:
"$CFG->{build_root_url}/" . $category->as_url($cat->{Full_Name}) . "/$CFG->{build_index}";
Replace $cat->{Full_Name} with the variable containing the Full_Name of the category - in your case, $full_name.

Adrian
Subject Author Views Date
Thread categories in the detailed page fmp 2586 May 8, 2005, 11:20 AM
Post Re: [fmp] categories in the detailed page
fmp 2468 May 13, 2005, 4:46 PM
Post Re: [fmp] categories in the detailed page
brewt 2459 May 13, 2005, 4:58 PM