rpalmer800 Posted December 1, 2011 Report Share 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 Link to comment Share on other sites More sharing options...
Rickisani Posted December 11, 2011 Report Share 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 Link to comment Share on other sites More sharing options...
Jeff Posted December 12, 2011 Report Share 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 Link to comment Share on other sites More sharing options...
Rickisani Posted December 12, 2011 Report Share 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 Link to comment Share on other sites More sharing options...
rpalmer800 Posted January 14, 2012 Report Share Posted January 14, 2012 is there anyway to just cut off the sidebar? Quote Link to comment Share on other sites More sharing options...
Wajx11 Posted March 2, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
Jeff Posted March 2, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
Wajx11 Posted March 3, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
Jeff Posted March 3, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
Ardhie Posted March 6, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
mh1ok Posted March 20, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
onelifexv Posted July 29, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
yav123 Posted February 3, 2013 Report Share Posted February 3, 2013 hey, this download doesn't working can you give me another? Quote Link to comment Share on other sites More sharing options...
sadisticquotes Posted February 19, 2013 Report Share Posted February 19, 2013 Truly is BRILLIANT! Quote Link to comment Share on other sites More sharing options...
TK0001 Posted March 25, 2013 Report Share Posted March 25, 2013 any of download links working.. can someone put a link to download? Quote Link to comment Share on other sites More sharing options...
benboy123 Posted April 2, 2013 Report Share Posted April 2, 2013 Req. a download link Quote Link to comment Share on other sites More sharing options...
Tato123 Posted April 15, 2013 Report Share Posted April 15, 2013 where is possible download this template? Quote Link to comment Share on other sites More sharing options...
benboy123 Posted May 7, 2013 Report Share Posted May 7, 2013 Need download link Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted June 16, 2013 Report Share 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 Link to comment Share on other sites More sharing options...
Zishan Posted June 22, 2013 Report Share Posted June 22, 2013 link? Quote Link to comment Share on other sites More sharing options...
Angello Posted June 26, 2013 Report Share Posted June 26, 2013 where I could download this template, is it free? I hope to answer a greeting Quote Link to comment Share on other sites More sharing options...
Angello Posted July 20, 2013 Report Share Posted July 20, 2013 where I could download this template thank you very much Quote Link to comment Share on other sites More sharing options...
simonecatalano Posted November 8, 2013 Report Share Posted November 8, 2013 Please Update the link of download Quote Link to comment Share on other sites More sharing options...
liavezra Posted November 16, 2015 Report Share Posted November 16, 2015 does anyone have active download link ? Quote Link to comment Share on other sites More sharing options...
TheGmader Posted January 30, 2019 Report Share Posted January 30, 2019 Download link downn... 1 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.