Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
(solved) make the "howdy stranger..." section appear always
the title says it all: i've edited that section in the locale.php file (see code below), and I want it to show up even after a user logs in.
code: <?php if (!defined('APPLICATION')) exit();
$Definition['Howdy, Stranger!'] = 'mm-cc.org community';
$Definition["GuestModule.Message"] = "////////--------////////----////----////////--------////////";
code: <?php if (!defined('APPLICATION')) exit();
$Definition['Howdy, Stranger!'] = 'mm-cc.org community';
$Definition["GuestModule.Message"] = "////////--------////////----////----////////--------////////";
Tagged:
0
Comments