Blu-Express VA Posted February 1, 2012 Report Share Posted February 1, 2012 Hi, how to add an image like this: for all pilots' public profile?, I will to add this for have the IVAO's status of all pilots.... Thank you so much! Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted February 1, 2012 Moderators Report Share Posted February 1, 2012 Hi, how to add an image like this: for all pilots' public profile?, I will to add this for have the IVAO's status of all pilots.... Thank you so much! First, you have to get the code for that image from IVAO website. Secondly, after you got the code, you need to decide whether to put it on the front page or on the side bar and paste the code there. Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted February 1, 2012 Author Report Share Posted February 1, 2012 This image is from link: http://status.ivao.aero/R/337825.png'>http://status.ivao.aero/R/337825.png So if i want to put this in public profile, i think: http://status.ivao.aero/R/ THE VID THAT HE HAD INSERT DURING REGISTRATION.png But how to have this VID from his profile? (I have this in the profile field and all pilot have a VID) Thanks again! Quote Link to comment Share on other sites More sharing options...
nicolas Posted February 1, 2012 Report Share Posted February 1, 2012 i think when the pilot registering on the Va you add a field IVAO VID on the registration you create a new table sql Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted February 1, 2012 Author Report Share Posted February 1, 2012 Yes there is, but how to put his vid in the link for the image? There are all requirements but i need only the code for recall the IVAO VID... Thanks.. Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted February 1, 2012 Moderators Report Share Posted February 1, 2012 Yes there is, but how to put his vid in the link for the image? There are all requirements but i need only the code for recall the IVAO VID... Thanks.. Okay! You need to get IVAO ID from the field you're adding like this http://status.ivao.aero/R/<?php echo $userinfo->field; ?>.png Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted February 1, 2012 Author Report Share Posted February 1, 2012 I add this <img src="http://status.ivao.aero/R/<?php echo $userinfo->field; ?>.png"> but not work, Is this the full code? Thanks again! Quote Link to comment Share on other sites More sharing options...
freshJet Posted February 2, 2012 Report Share Posted February 2, 2012 You will need to use a custom field for IVAO ID. Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted February 2, 2012 Author Report Share Posted February 2, 2012 I've the Field of IVAO ID, only visible on Registration, I want to have the code for php and the ID to appear in the link of the image: <img src="http://status.ivao.aero/R/ THE CODE FOR APPEAR THE ID OF IVAO SENT DURING REGISTRATION .png"> 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.