(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.