When I cut/past HTM...
 
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Closed] When I cut/past HTML into post it breaks the forum

5 Posts
3 Users
1 Reactions
1,351 Views
Posts: 29
Topic starter
(@gnomebe)
Eminent Member
Joined: 6 years ago

When I cut/past HTML into post it breaks the forum.

It happens occasionally.

Thread looks messed up.

Help.

 

4 Replies
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

@gnomebe

check your inserted HTML code to make sure that all tags are closed

2 Replies
(@gnomebe)
Joined: 6 years ago

Eminent Member
Posts: 29

@tutrix

All tags were closed.

Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10616

@gnomebe,

This is a result of copy and pasting some content with HTML time.  Next time use the [T] button to paste copied content. We cannot help you this issue because we cannot go through all tags of your post contents. Try to delete this topic and create the same topics again. Also make sure the signature of the users doesn't contain unclosed tags.

Or, you can install phpMyAdmin plugin, brows wp_wpforo_posts table, find the body of these posts and edit them. Don't forget deleting all caches in Dashboard > Forums > Dashboard admin page after each change to see it on the front-end.

BTW, don't check unclosed tags using browser console, it automatically close tags without any logic and crashes the layout, so you'll not find any unclosed tags in browser debugging tools.

Posts: 29
Topic starter
(@gnomebe)
Eminent Member
Joined: 6 years ago

Thanks.