Log in

View Full Version : Changing Dollar Signs


alexwriting
08-29-2002, 07:42 PM
Hi Everyone,

In some of the templates there are things like

$logincode

which are called into the templates to do certain things. Where do we go to modify what they will output? Where is their souce file for these dollar sign components?

Thanks,

Alex

NTLDR
08-29-2002, 07:43 PM
These are variables within the PHP code.

alexwriting
08-29-2002, 08:01 PM
For example, the $logincode

generates two cells on the top of the posting form that are filled with

Your User Name: A BOX Want to register?
Your Password: A BOX Forgotten your password?

How can I change the "Your User Name" part? How would I edit the words that accompany the box? They all seem to be created by the $logincode.

Thanks,

Alex

NTLDR
08-29-2002, 08:06 PM
the forumhome_login and forumhome_logout templates deal with this.

g-force2k2
08-29-2002, 08:32 PM
yep... if you're not sure where the code appears try finding it in the php file and it'll show you want template it calls... then you just have to match the template name... hope that helps...

g-force2k2