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.