jacobmatthew Posted September 23, 2017 Report Posted September 23, 2017 (edited) Hi, Id like to have the newest pilots list section show the flag of the pilots country. I assume that Im supposed to edit a file in the core/templates, but Im not quite sure. Id also like to add a youtube video in the font page, but am not sure where to begin. Im very young, and not very experienced with this kind of stuff so any help would be appreciated, thanks! Heres the website. Edited September 25, 2017 by jacobmatthew Quote
smokey68 Posted September 24, 2017 Report Posted September 24, 2017 you may add the video in the frontpage_main file within the core templates folder where you like within the template file occardingly where you would like the video to show. use the call below within the php tags to pull the country image for the pilot echo '<img src="'.Countries::getCountryImage($pilot->location).'" alt="'.Countries::getCountryName($pilot->location).'" />'; 1 Quote
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.