Page 1 of 1

Question about CreateFrontendLink

Posted: Fri May 30, 2008 8:18 am
by holy_knight
Hi,
i am trying to modify uploads module. I wish to show on one page all users and when someone clicks on one user to show all his uploaded files.
My problem is how to find out value when someone click on link of some user
I was created link on this way

Code: Select all

$onerow->author_link =$this->CreateFrontendLink ($id, $returnid, 'default',$row['upload_author'],$parms);
$parms has this values

Code: Select all

Array ( [module] => Uploads [category] => proba [mode] => summary [template] => all_fl 
[sortorder] => author_asc [action] => default [upload_id] => 1 [b][input_author] => maske[/b]
I try in template all_fl to use something like $entry->input_author and input_authorĀ  but that didn't work. How could i access to some parameter from CreateFrontendLink or could i find out value of variable $contents from CreateFrontendLink functions.

all day trying to solve this problem and i couldn't do it. Please help.