Quote:
Originally Posted by Chuck S well I was always under the impression in vbulletin there convert markups function converted line breaks anyway you can check in showproduct.php file these line: |
It appears you are right Chuck. Line breaks
are converted
IF vB3_COMMWYSIWYG is ON.
From your code, I saw that you assumed that it was ON, so I checked that setting in my control panel. I thought I had it set to ON but it was not. When I tried to change it to ON, the change would not save. I had to manually edit config-intc.php even though it's permissions were already set at 777.
(Thinking back, I remember also having to manually add the slash to the end of the data directory url which would not save from the cp.)
Once I edited config-intc.php, the showproduct view is like I want it with no extra line breaks.
Thanks for the help. Even though I did not have to use your code change to get what I wanted, it headed me in the right direction.