Quote:
Originally Posted by Morrus
I've tried every combination possible that I can find - Bbcode on/off, HTML on/off, both for vbulletin and for the mod specifically. Advanced editor is as shown in the above screenshots, both on and off. Like I say, it's fine everywhere else on the site.
For now I have HTML on so at least I can post some test reviews. But that can't be a long term solution, for obvious reasons.
(yup, 4.2.2!)
|
Alright, that makes it way more painful to fix, sorry!
How are you with database queries? Good you say, fantastic!
Let's see how one of your review with line breaks looks in mySQL:
SELECT comments FROM pf_reviews WHERE postid = XXX (pick the post, will show all the reviews on it).
We're looking to see if we either get line breaks in the raw data or break tags added (which are getting removed).