Quote:
Originally Posted by anzo
|
Just from my own experience (recently installed), I had to open up the plugin and replace:
Code:
'#<div id=\\\"post_message_$post\[postid\]\\\">$post\[message\]</div>#i'
With the custom code in my postbit template. I also ended up using str_replace instead of preg_replace, since I couldn't get the replace to work in the postbit template otherwise.
It might be easiest if the author released manual template edits for those who are having trouble with automatic placement? The auto stuff is never universal.
Nice mod btw, I had one of my own from a while back, but decided this looked nicer for a re-development project. A couple of extra features might be nice though, such as the ability to move threads to a new forum after x votes reached, and a customisable list page - to show things like the latest submitted threads from all forums using the voting system, or top voted threads etc.
Another possibility, instead of not showing the voting buttons to guests, how about showing a login form or something of that nature when not logged in, and the voting clicked on?