Question about CreateFrontendLink

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
holy_knight
Forum Members
Forum Members
Posts: 17
Joined: Sun Oct 14, 2007 1:06 pm

Question about CreateFrontendLink

Post 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.
Last edited by holy_knight on Fri May 30, 2008 8:19 am, edited 1 time in total.
Post Reply

Return to “Developers Discussion”