|
How to change the name of... 1 Year, 8 Months ago
|
Karma: 0
|
|
How to change the name of some fields from Reviews form ?
For exaple, I need to change the name of "star1", "star2",etc...or "POOR" and "BEST". Or the name of "Add a comment" button !
Thx
|
|
|
|
|
|
|
Re: How to change the name of... 1 Year, 8 Months ago
|
Karma: 1
|
|
add in your language file
STAR1 =
STAR2 =
...
...
...
|
|
|
|
|
|
|
Re: How to change the name of... 1 Year, 8 Months ago
|
Karma: 0
|
|
Thank you
|
|
|
|
|
|
|
Re: How to change the name of... 1 Year, 8 Months ago
|
Karma: 0
|
|
This method does not work. I would not try it.
All it does on the front end its something like this:
: PRICE = Price
Which is not correct. The extension has a bug and the change language feature does not work, but no one will admit it.
|
|
|
|
|
|
|
Re: How to change the name of... 1 Year, 8 Months ago
|
Karma: 2
|
|
for add comment button you edit the Layout Template Properties Detail that u use and make a search for "add comment" in source code and replace it to what you need the same thing is for "star1 star2 ..."
search this line
<label for="commentrating"><?php echo JText::_('star1'); ?></label> and change text between '' to what you need
i hope that it was useful for you good luck
|
|
aykane
Expert Boarder
Posts: 117
|
|
|
|
|