Since the problem shown
here wasn't fixed in the latest version I went ahead and did it myself.
If anyone else want's to fix their version here's how to do it:
Code:
Open itrader_main.php
On line 342 put: $sellerproducts = $vbulletin->db->escape_string($sellerproducts);
- This goes below: $sellerproducts = strtolower($sellerproducts);
- This goes above: $sellerproducts = str_replace(" ", "%' OR user.itrader_buy LIKE '%",$sellerproducts);
On line 472 put: $buyerwants = $vbulletin->db->escape_string($buyerwants);
- This goes below: $buyerwants = strtolower($buyerwants);
- This goes above: $buyerwants = str_replace(" ", "%' OR user.itrader_sell LIKE '%",$buyerwants);
EDIT:
I also realised my path to the IP graphic still isn't fixed in 2.8.1, infact "ip.gif" doesn't exist at all in my vB 4.1.4. I modified line 434 of "product-itrader.xml" so the src is now:
Code:
src="{vb:raw vboptions.bburl}/{vb:stylevar imgdir_button}/ip-40b.png"