Notifications
Clear all

wpForo 1.x.x [Solved] Can't add new topic

4 Posts
3 Users
3 Likes
1,997 Views
Posts: 3
Topic starter
(@hasiru)
Active Member
Joined: 4 years ago

I'm try to add new topic to my forum as Admin user, but I couldn't add topic.

There is an error occurred saying "content characters length must be greater than 10".

And content editor also not working. Please see the attached image.

Plz Help me 

Topic Tags
3 Replies
Posts: 1602
(@anonymous20)
Noble Member
Joined: 8 years ago

If you can post your url to check.

This can be a js error (press F12 and check) or a theme conflict.

 

2 Replies
(@hasiru)
Joined: 4 years ago

Active Member
Posts: 3
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4233

@hasiru,

Please navigate to Dashboard > Forums > Settings > Styles admin page, put the following CSS code in "Custom CSS code" textarea, save it, delete all caches and check again:

div#mceu_29 {
display: block !important;
}

div#mceu_29 > iframe {
height: 198px !important;
}

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.