Quote:
Originally Posted by hotwheels
how do i get rid of that o? in the main php or in mysql?
|
In the edit you have to do in the postbit template.
I edited the readme to reflect the change you need to make.
In your version it's:
Code:
href="sr_classifieds.php?do=user&userid$post[userid]">($post[sr_classifieds_score])</a></div>
In the updated version it's:
Code:
href="sr_classifieds.php?do=user&userid=$post[userid]">($post[sr_classifieds_score])</a></div>