PDA

View Full Version : no line breaks


mikey1974
11-07-2014, 09:56 AM
Hey guys just finished installing VBB and a couple of themes and such. Although since this problem arose i have deleted the said themes.

The problem is that when ever i type a post like this

test
test
test

and i hit the post button it appears like this

test test test

I am sure its something simple but fighting flu atm and heads spinning so looking for the easy option :)

ForceHSS
11-07-2014, 09:58 AM
have you tested this on default skin that has not been changed in any way

ozzy47
11-07-2014, 09:59 AM
Ok lets do this, disable plugins via the includes/config.php file.

To do that open your includes/config.php file and below <?php add the following.

define('DISABLE_HOOKS', true);So it looks like this:
<?php
define('DISABLE_HOOKS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2 Use a editor like notepad++ (http://notepad-plus-plus.org/download/v6.6.8.html) to edit any files, don't use Notepad or Wordpad.

If that fixes the issue enable plugins again by adding // before the line you added, then navigate to ACP --> Plugins & Products --> Manage Products and disable one mod at a time until you find the one causing the issue.

Once you find the culprit, post in that mods thread what the issue is, and maybe someone in that thread can help. :)

Mark.B
11-07-2014, 10:00 AM
Also...what browser is this in?

mikey1974
11-07-2014, 10:09 AM
i will try disabling in a second.

the browser is firefox

and yes buddy i have tested default skin

ozzy47
11-07-2014, 10:12 AM
Ok cool, let us know. :)

mikey1974
11-07-2014, 01:24 PM
seems its a firefox issue, seems to work with chrome and iron

ozzy47
11-07-2014, 01:43 PM
I use Firefox exclusively, and do not have that issue.

What version of vB are you running?
What version of PHP is your server running?

mikey1974
11-07-2014, 01:52 PM
vbb 4.2.2
PHP Version 5.4.34