Quote:
Originally Posted by ericgtr
My initial thinking is that all of this can be done with templates, everything you are talking about already exists, so it's just a matter of variable placement into custom templates.
|
Yeah, I'm thinking it should be a fairly simple thing to do, it's just that I haven't found a "working" hack for this yet. Most responses to this request are:
To add:
<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
Into the template, however those variables are only defined in the index.php / FORUMHOME template.
I need a way to pull those vars into other pages, or possibly define them as global variables.