mobitu Posted September 7, 2009 Report Share Posted September 7, 2009 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 Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted September 9, 2009 Administrators Report Share Posted September 9, 2009 You'll have to create a function to do that in some module, then call it <p><?php MainController::Run('ModuleName', 'FunctionName'); ?></p> Quote Link to comment Share on other sites More sharing options...
mobitu Posted September 13, 2009 Author Report Share Posted September 13, 2009 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 Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted September 13, 2009 Administrators Report Share Posted September 13, 2009 http://docs.phpvms.net/development/00_how_addons_work#how_addons_work Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.