Question about CreateFrontendLink
Posted: Fri May 30, 2008 8:18 am
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
$parms has this values
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.
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);
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]
all day trying to solve this problem and i couldn't do it. Please help.