MyBB Community Forums

Full Version: mybb position online status
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: ceeaba8d4635d480abbc2f552c747278.png]

I was looking at the page that is personalized.
/rank.php

the text on the file is:
Quote:<?php

define('IN_MYBB', 1);
require "./global.php";

add_breadcrumb("Rank nel forum", "rank.php");

eval("\$rank = \"".$templates->get("rank")."\";");
output_page($rank);
?>
how can I change the text that is shown on the page online?
it is using rank template so you can modify the content in that rank template
{$what_m_said}."The rank template is located under Global Templates";
?????
Go to ACP>Templates & Styles>Templates>Global Templates

And then as Effone and .M. said, there should be a template called Rank.