PDA

View Full Version : $vbphrase[not_a_member_yet_register_now]


hondaman
Sat 5th Feb '05, 1:14pm
How can I change the text of this?

As it is, it says, "Not a member yet? Register now!" I would like it to simply say, "Regsiter Now!"

Steve Machol
Sat 5th Feb '05, 1:44pm
Edit the phrase: not_a_member_yet_register_now

hondaman
Sat 5th Feb '05, 2:00pm
Edit the phrase: not_a_member_yet_register_now

If I try and edit this line:

<span class="smallfont"><phrase 1="$vboptions[bburl]">$vbphrase[not_a_member_yet_register_now]</phrase></span>

to

<span class="smallfont"><phrase 1="$vboptions[bburl]">$vbphrase[register_now]</phrase></span>

The whole line disappears.

Steve Machol
Sat 5th Feb '05, 2:01pm
That is the template, not the phrase. You need to edit the phrase in the Phrase Manager.

hondaman
Sat 5th Feb '05, 2:07pm
YAY! That did it. Thank you!