Quote:
Originally posted by todd.o.callen
also add a template for the welcome box. This would make it a bit easier to really move things around.
|
The welcome panel part is all in the home template, I didn't see a great deal of point seperating it out. You can use $avatarimage in other templates that are evaluated after the users avatar is found. If adding $avatarimage doesn't display your avatar in the template move all the code between these two lines:
PHP Code:
// welcome panel by trilOByte
// -------------------------
-- TILL --
// -------------------------
// end welcome panel
Above:
PHP Code:
// check if user is logged in or not and select the correct templates
They can then be used in the menu specific templates.