dobra, działa już :usmiechniety:
w google znalazłem:
Kod:
http://www.vbulletin.com/forum/project.php?issueid=31138
a tam odnośnik do
Kod:
http://www.vbulletin.com/forum/project.php?issueid=28714
gdzie przeczytałem parę razy to co jest napisane i doszedłem do wniosku że programiści byli zjarani gdy poprawiali nową wersję i zamiast "vote" pisali raz "raiting" a raz poprawnie "vote"
Z pomocą przyszedł
Makc666:
I looked throw the code and I am ready to say that those changes in showthread.php have to be undone.
$threadinfo[rating] - is the average rating the thread has.
$threadinfo[vote] - is the rating the user has given to the thread.
When $vbulletin->options['votechange'] is 'true' the user can change the vote value.
So when he opens the vote menu it must be
PHP Code:
$voteselected["$threadinfo[vote]"] = 'selected="selected"';
$votechecked["$threadinfo[vote]"] = 'checked="checked"'
to show him his previous vote value.
As it was before 3.8.4
Why it was changed is the question to vBulletin team.
poprawiłem plik showthread.php i już działa :zjarany: