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