rpalmer800 Posted December 1, 2011 Report Posted December 1, 2011 So how would i shrink the "last 30 days pirep chart" on a pilot profile to make it fit in the template? Quote
Rickisani Posted December 11, 2011 Report Posted December 11, 2011 why does not the online display at this skin, there is always an error, someone knows how to fix this error the error is Pilots OnlineWarning: Invalid argument supplied for foreach() in /var/www/web128640/html/lib/skins/brilliancev1/layout.tpl on line 405 Guests Online Currently 0 guest(s) visiting. this is the original Code <h4>Pilots Online</h4> <?php $shown = array(); foreach($usersonline as $pilot) { if(in_array($pilot->pilotid, $shown)) continue; else $shown[] = $pilot->pilotid; echo "<p>"; echo '<img src="'.Countries::getCountryImage($pilot->location).'" alt="'.Countries::getCountryName($pilot->location).'" />'; echo " {$pilot->firstname} {$pilot->lastname}<br />"; echo "</p>"; } ?> <h4>Guests Online</h4> <p class="txt-red10">Currently <?php echo count($guestsonline);?> guest(s) visiting. </ul> can someone help me Quote
Jeff Posted December 12, 2011 Report Posted December 12, 2011 That code works fine on my site. I don't use that template, so cannot explain the reason it is showing the error. Is there a frontpage_main.tpl or is it just the layout.tpl? Quote
Rickisani Posted December 12, 2011 Report Posted December 12, 2011 I inserted it into the layout.tpl, because there also the sitepanel is devinition as you have inserted this code, or in frontpage_main.tpl layout.tpl? Quote
rpalmer800 Posted January 14, 2012 Report Posted January 14, 2012 is there anyway to just cut off the sidebar? Quote
Wajx11 Posted March 2, 2012 Report Posted March 2, 2012 alright, i need help from a pro please, i am learning php as i go along, but i want to create a drop-down menu for this template, but it is giving me a serious headache, could someone please help me out? Quote
Jeff Posted March 2, 2012 Report Posted March 2, 2012 What kind of drop-down menu are you trying to add (a link of the menu's website would be preferred) and how have you tried to add it? Quote
Wajx11 Posted March 3, 2012 Report Posted March 3, 2012 No i have not tried, as i said i basically suck at php. i wanted to add some basic drop down menus which go to other areas of the site and the link is http://www.jetredvirtual.co.cc Quote
Jeff Posted March 3, 2012 Report Posted March 3, 2012 If the menu comes with its own css, just upload the css to your site and link to it where all the other links are at the top of the layout.tpl Next look for where the other menu's code is located (in layout.tpl) it probably says something like Template::Show('core_navigation.tpl'); in php tags. Remove that and paste your menu there. (Make sure that you make a backup of the layout.tpl before editing it so you still have it in case you have to revert back to it if the other menu isn't working. Quote
Ardhie Posted March 6, 2012 Report Posted March 6, 2012 I have the same problem with this too.... why does not the online display at this skin, there is always an error, someone knows how to fix this error the error is Pilots Online Warning: Invalid argument supplied for foreach() in /var/www/web128640/html/lib/skins/brilliancev1/layout.tpl on line 405 Guests Online Currently 0 guest(s) visiting. this is the original Code <h4>Pilots Online</h4> <?php $shown = array(); foreach($usersonline as $pilot) { if(in_array($pilot->pilotid, $shown)) continue; else $shown[] = $pilot->pilotid; echo "<p>"; echo '<img src="'.Countries::getCountryImage($pilot->location).'" alt="'.Countries::getCountryName($pilot->location).'" />'; echo " {$pilot->firstname} {$pilot->lastname}<br />"; echo "</p>"; } ?> <h4>Guests Online</h4> <p class="txt-red10">Currently <?php echo count($guestsonline);?> guest(s) visiting. </ul> can someone help me Quote
mh1ok Posted March 20, 2012 Report Posted March 20, 2012 is there anyway to just cut off the sidebar? same here, is there a way to have the sidebar appear on some pages and not on all pages using a php check code? ex: if(!FrontPage){//show the sidebar} Quote
onelifexv Posted July 29, 2012 Report Posted July 29, 2012 It seems the template messes up the spacing for the pilot tables. Looking at VA's others posted here they've run into the same problem. I don't see any specific styling regarding tables in the css. Anyone worked around this? Thanks. Fixed it. The skin is lacking the CSS formatting for the tables. Quote
yav123 Posted February 3, 2013 Report Posted February 3, 2013 hey, this download doesn't working can you give me another? Quote
TK0001 Posted March 25, 2013 Report Posted March 25, 2013 any of download links working.. can someone put a link to download? Quote
Tato123 Posted April 15, 2013 Report Posted April 15, 2013 where is possible download this template? Quote
TAV1702 Posted June 16, 2013 Report Posted June 16, 2013 As was pointed out earlier in this thread, the author ported this template and uploaded it without permission from the original author. It is a paid template. Once he was busted out for ripping off templates, he took down his site and has not been heard from since. I have looked through my files and I no longer have the original. Mine is so edited and reworked, only the colors and images remain as default. All the rest is completely different...... in it's own kind of way. Quote
Angello Posted June 26, 2013 Report Posted June 26, 2013 where I could download this template, is it free? I hope to answer a greeting Quote
Angello Posted July 20, 2013 Report Posted July 20, 2013 where I could download this template thank you very much Quote
simonecatalano Posted November 8, 2013 Report Posted November 8, 2013 Please Update the link of download Quote
liavezra Posted November 16, 2015 Report Posted November 16, 2015 does anyone have active download link ? 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.