Do you know you can customize the "System of
relations". For example, If you would prefer
it to be a "Thanks" or "Like" system
instead of a "Respect" system.
Currently, members add respect to a
member when they like a post.
The simple way to change all
instances of the word "respect" in all
templates to either "thanks" or "like"?

copy and paste

[text] <script><!--Universal substitution. -->
function UniverÑhange
(selektor,changed,substitute){
$(selektor).each(function(){if
($(this).parent().html()!=null){if
($(this).parent().html().indexOf
(changed)!=-1){
$(this).parent().html($(this).parent
().html().replace
(changed,substitute));};};});}
UniverÑhange(".pa-respect
a"," Respect"," Thanks");
UniverÑhange(".main.multipage h1
span"," Users respect to"," Thanks to");
</script>[/text]

If you encounter any problem drop it here ;)