Jump to content

Raphael

Members
  • Posts

    6
  • Joined

  • Last visited

Raphael's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi. I need help to add a box on my phpvms. I want to add a white background behind this informations What sould I chang the code? THX
  2. Thanks man! You is f***! THank youuuuuu!
  3. How to remove the "Atividades"? (on image)
  4. <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <div id="mainbox"> <?php // Show the News module, call the function ShowNewsFront // This is in the modules/Frontpage folder MainController::Run('News', 'ShowNewsFront', 5); // Show the activity feed MainController::Run('Activity', 'Frontpage', 20); ?> </div> <div id="sidebar"> <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <div id="mainbox"> <?php // Show the News module, call the function ShowNewsFront // This is in the modules/Frontpage folder MainController::Run('News', 'ShowNewsFront', 5); // Show the activity feed ?> </div> <div id="sidebar"> <h3>Vôos Recentes</h3> <?php MainController::Run('PIREPS', 'RecentFrontPage', 5); ?> <h3>Novos Pilotos</h3> <?php MainController::Run('Pilots', 'RecentFrontPage', 5); ?> <h3>Usuários onlines</h3> <p><i>Houve <?php echo count($usersonline)?> usuário(s), e <?php echo count($guestsonline);?> visitante(s) online(s) nos últimos <?php echo Config::Get('USERS_ONLINE_TIME')?> minutos.</i></p> <?php /* $usersonline also has the list of users - really simple example Or if you're not on the frontpage: $usersonline = StatsData::UsersOnline(); foreach($usersonline as $pilot) { echo "{$pilot->firstname} {$pilot->lastname}<br />"; } */ ?> </div>
  5. I was editing my template in frontpage_main happened and some bug. You help me? Link: http://i.imgur.com/gNSerfA.png They doubled my news
×
×
  • Create New...