MyBB Community Forums

Full Version: How To Make Online.php Alternate With Trow1, Trow2, Trow1, Trow2, etc?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Does anyone know how to make the online.php template alternate between trow1, trow2, trow1, trow2, like it does usually on all mybb forums?
In inc/function_online.php change:
$location = build_friendly_wol_location($user['activity']);
to:
$location = build_friendly_wol_location($user['activity']);
$alt_trow = alt_trow();

Then replace every <td>'s class in online_row template with class="{$alt_trow}"
What are you talking about please explain I am interesting to know more about it????