fsxsimulation Posted July 27, 2011 Author Report Share Posted July 27, 2011 Sorry but CSS and HTML are my forte, php isn't my strongest point and I have got myself in a tizzy before trying to offer advice. Oh ok hope if anyone else could help. Thanks! Quote Link to comment Share on other sites More sharing options...
stuartpb Posted July 27, 2011 Report Share Posted July 27, 2011 Another thing Waleed, I asked you privately not to send me private messages asking for help. Now I'm asking publicly, please stop doing it. Waleed, I've just received another PM asking for help from you, I don't know if you missed this part of my post, but I've quoted it here just in case. I come to the forums to enjoy using it as a member, and to help out if I can sometimes. I'm not here to continually hold your hand every single time you are stuck on something. It gets more like coming to work logging in and seeing you asking for help every time. I come here to chill out not be harassed for help. Quote Link to comment Share on other sites More sharing options...
fsxsimulation Posted July 27, 2011 Author Report Share Posted July 27, 2011 Waleed, I've just received another PM asking for help from you, I don't know if you missed this part of my post, but I've quoted it here just in case. I come to the forums to enjoy using it as a member, and to help out if I can sometimes. I'm not here to continually hold your hand every single time you are stuck on something. It gets more like coming to work logging in and seeing you asking for help every time. I come here to chill out not be harassed for help. ok . Quote Link to comment Share on other sites More sharing options...
Strider Posted July 27, 2011 Report Share Posted July 27, 2011 <?php $usersonline = StatsData::UsersOnline(); $guestsonline = StatsData::GuestsOnline(); ?> <?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).'" />'; ?> <a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"><?php echo $pilot->firstname . ' ' . $pilot->lastname;?></a><br /><?php echo "</p>"; } ?> <!--<p class="txt-red10"> Have <?php echo count($usersonline);?> Pilots Online.</p>--> <p><span class="txt-red10"> Have <?php echo count($guestsonline);?> Guests Online.</span></p> There you go, try that, it is edited so that you can click on the name and be taken to their profile. 1 Quote Link to comment Share on other sites More sharing options...
fsxsimulation Posted July 27, 2011 Author Report Share Posted July 27, 2011 Ok i will give it a try right away thanks! Can someone give me a code on how to make a Drop Down menu on my brilliance skin ? Thanks ! Quote Link to comment Share on other sites More sharing options...
fsxsimulation Posted July 27, 2011 Author Report Share Posted July 27, 2011 <?php $usersonline = StatsData::UsersOnline(); $guestsonline = StatsData::GuestsOnline(); ?> <?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).'" />'; ?> <a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"><?php echo $pilot->firstname . ' ' . $pilot->lastname;?></a><br /><?php echo "</p>"; } ?> <!--<p class="txt-red10"> Have <?php echo count($usersonline);?> Pilots Online.</p>--> <p><span class="txt-red10"> Have <?php echo count($guestsonline);?> Guests Online.</span></p> There you go, try that, it is edited so that you can click on the name and be taken to their profile. Thanks alot it works +1 to u. Quote Link to comment Share on other sites More sharing options...
Strider Posted July 27, 2011 Report Share Posted July 27, 2011 Have a look at: http://www.dynamicdrive.com/dynamicindex1/ you will need to edit the core_navigation.tpl file, and the layout to get it to work. Quote Link to comment Share on other sites More sharing options...
fsxsimulation Posted July 27, 2011 Author Report Share Posted July 27, 2011 Have a look at: http://www.dynamicdrive.com/dynamicindex1/ you will need to edit the core_navigation.tpl file, and the layout to get it to work. Ok and 1 last help please. If anyone could tell me on how to auto register users to the IP Board Forum and also how can i display recent forum posts on my va's frontpage or sidebar. Thanks Quote Link to comment Share on other sites More sharing options...
Strider Posted July 27, 2011 Report Share Posted July 27, 2011 There is no code yet for the auto register a person to both the VA and the IP Forum, and you will have to look at their SSI for the second part of the question. Quote Link to comment Share on other sites More sharing options...
fsxsimulation Posted July 27, 2011 Author Report Share Posted July 27, 2011 There is no code yet for the auto register a person to both the VA and the IP Forum, and you will have to look at their SSI for the second part of the question. Ok. But i didnt understand by what u said regarding the second question. Quote Link to comment Share on other sites More sharing options...
Strider Posted July 27, 2011 Report Share Posted July 27, 2011 There is code but, you have to search through all of the folders that IPB forums come in. Quote Link to comment Share on other sites More sharing options...
fsxsimulation Posted July 27, 2011 Author Report Share Posted July 27, 2011 ok Quote Link to comment Share on other sites More sharing options...
fsxsimulation Posted July 28, 2011 Author Report Share Posted July 28, 2011 [solved] 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.