Quote:
Originally Posted by Lionel
Where are the phrases?
|
Thanks for "spaces"
The phrases are using by standart redirects in gamerate.php ( it's based on threadrate.php

)
like
Code:
eval(print_standard_redirect('redirect_threadrate_add'))
It uses
$vbphrase[threadrate_add] ="Your vote on this thread has been added."
You can change it to something like
eval(print_standard_redirect('redirect_
game_add'))
and add the new phrase
$vbphrase[
game_add] ="Your vote on this
game has been added."
BUT you also can edit the original phrase to
$vbphrase[threadrate_add] ="Your vote has been added."
Up to you.
I desabled redirects at all.