Jump to content

Recommended Posts

Posted

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

  • Administrators
Posted

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

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...