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

edited March 2011 in Vanilla 2.0 - 2.8
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"] = "////////--------////////----////----////////--------////////";

Comments

  • solved. delete data from locale.php in the /conf folder, then ad the static data that i want to appear on every page into default.master.tpl in my custom theme folder. derh!
Sign In or Register to comment.