Composer Preview and plugins are broken
-
Hi forumers,
I have the following situation, having forum on localhost updated to the latest version
and disabled all plugins. While click on reply composer window opens and i'm typing there is nothing in preview window. Then if i enable plugins like vimeo or youtube no video generated.Console shows the following errors:
Uncaught Error: Syntax error, unrecognized expression: Message testing
http://localhost:4567/topic/5/ัะตัั/5 Failed to load resource: net::ERR_CACHE_MISSIf you have some ideas please share.
Thanks. -
Did you resolved your issue?
-
@Alex-Kuznetsof57 That's not broken it's intended or a forgetting but since 0.6.x the way parser works was updated and preview, message and signature are now separated. Some plugin don't take the composer part
filter:parse.raw
as explained here :
https://community.nodebb.org/topic/3039/filter-post-parse-and-filter-post-parsesignature-changesYou can update the plugins to have this behaviour really easily by just adding one more hook on this filter.