Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 11 Years ago How To Make Online.php Alternate With Trow1, Trow2, Trow1, Trow2, etc?
#1
Solved: 11 Years ago
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?
#2
Solved: 11 Years ago
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}"
#3
Solved: 11 Years ago
What are you talking about please explain I am interesting to know more about it????
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)