Quote:
Originally Posted by DWard
There is an error in the code... Where you show the latest sticky threads on the bottom left of 'Polls / Stickys / Searchwords' the userid in the username link does not correspond to the username itself.
Can you do something about this?
|
You are right my friend !

Search in Template
statistic_sticky_bit for:
Code:
href="member.php?u=$autorid">$sticky_autor
and replace it with:
Code:
href="member.php?u=$sticky_autorid">$sticky_autor
and it works