Recent Bids in public profile

Hello,

I want to get in pilot_public_profile to show the bids a pilots have… for example… por user 1 to to show in his public profile just his flight bids and not all the bids for all pilots.

I get this code:

<p><?php MainController::Run('FrontBids', 'RecentFrontPage',5); ?></p>

but if i put this in public_profile i get the information for all pilots in the company.

Can i get the recent bids individually for each pilot in his profile?

thanks again

You’ll have to create a function to do that in some module, then call it

<p><?php MainController::Run(‘ModuleName’, ‘FunctionName’); ?></p>

Thanks Nabeel,

could you be more accurate on how to do it? if you could give me some more tips i would try it

thanks

http://docs.phpvms.net/development/00_how_addons_work#how_addons_work