search in phrases "car" and replace it with "motorcycle".
Ok, I'll try that. I believe I did, but didn't have any luck. I know it's there. Thanks.
I tried that, and found the following:
<td class="thead" align="center">$vbphrase[vbgarage_car]</td>
changing this reference to motorcycle didn't work.
I know this can be changed, but having a heck of a time finding it. Probably in plain view...
Ok, I'll try that. I believe I did, but didn't have any luck. I know it's there. Thanks.
I tried that, and found the following:
<td class="thead" align="center">$vbphrase[vbgarage_car]</td>
changing this reference to motorcycle didn't work.
I know this can be changed, but having a heck of a time finding it. Probably in plain view...
In the AdminCP find languages and then phrases. Then search in the phrases, don't actually search in the templates
Hi,
Thanks for the responses. I searched phrases and found what I had previously seen:
$vbphrase[vbgarage_car]
I've tried changing car to motorcycle before, and it didn't work, and my searches in templates and phrases pulls up the same result. Thanks.
Ok...
changed align="center">$vbphrase[vbgarage_car]</td> to
<td class="thead" align="center">Motorcycle</td> and that did it. Not being very familiar with the scripting, I thought the $vbphrase was required.
Again, thanks! I learned something.
all you did was remove the phrased variable form the template. everyone has told you the proper way to make changes to phrases but editing the template will work, it just prevent anyone using another language to read it in that language, thats the whole point of phrases and languages, to make it easier to translate everything.
maybe they didnt explain it on a level you could understand
goto phrases, and find vbgarage_car
leave the phrase name (vbgarage_car) alone and change the translated text in the bigger text boxes from car to motorcycle. what you probably did the first few times was change the variable name as well as the translated text which the template looks up vbgarage_car not vbgarage_motorcycle
vbgarage_car is the pointer and wherever $vbphrase[vbgarage_car] is it will spit out the content (which is car), so you need to leave the name of the phrase alone and change the content.
default it goes like this
vbgarage_car = car
you want it to be
vbgarage_car = motorcycle
titter, started working on the image functions after i finished up the timeslip section, slowly but surely its all starting to come together. i was stuck for a bit cause uploading wasnt working on my dev setup, apparently you cant nest a mutlipart form inside a normal form. all sorted out and working just gotta get the order and mechanics of everything working in easy to use interface