Jump to content

[solved] Help : Brilliance Skin


fsxsimulation

Recommended Posts

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.

Link to comment
Share on other sites

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 .

Link to comment
Share on other sites

<?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.

  • Like 1
Link to comment
Share on other sites

<?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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...