News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Post 2.0 final upgrade issue

Started by danr78, June 22, 2011, 05:21:24 PM

Previous topic - Next topic

danr78

I upgraded from SMF 2.0 RC5 to 2.0 Final. Now when posting a new topic or replying, there is no word wrap or scroll bar for the input field. I would appreciate any help on how I could fix it. Thank you.

Edit: The issue only seems to happen with Firefox. Both Explorer and Chrome work correctly.

Ashley S

Did the upgrade go well any errors occurred when completed?.

danr78

It completed without any errors.

Ashley S


danr78

No luck but thank you for the suggestion.

Illori

take a look at
Quote from: Dzonny on June 12, 2011, 03:51:48 PM
Hello there.

Try with this, in index.css change:

#quickReplyOptions form textarea
{
    height: 100px;
    margin: 0.25em 0 1em 0;
}



to this:

#quickReplyOptions form textarea
{
    height: 100px;
    width: 635px;
    max-width: 100%;
    min-width: 100%;
    margin: 0.25em 0 1em 0;
}


Also, if your theme isnt built for 2.0 (but it is for RC5) please read this topic with tip to update theme from RC5 to 2.0 version:
http://www.simplemachines.org/community/index.php?topic=437428.0

Regards.

danr78

Thank you, I will check that link to see if I can find a solution.

Advertisement: