Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
greek_parea Posted December 17, 2017 Posted December 17, 2017 Hello, In a new post I write [code] test [/code] and submit it, then I visit the post and it shows it as: > test (see attachment) I check in the database and saves it as: > test The server uses PHP 5.6.32 and MySQL 5.7.20. IPB version 4.2.6 Any idea how to solve this issue?
Adlago Posted December 17, 2017 Posted December 17, 2017 Check the default IPS theme. If a default theme tag code don't work, create ticket support in your client area.
Ioannis D Posted December 18, 2017 Posted December 18, 2017 I have the same issue, any content in code tag starts with a: >
Adlago Posted December 18, 2017 Posted December 18, 2017 < stands for the less-than sign ( < ) > stands for the greater-than sign ( > ) ≤ stands for the less-than or equals sign ( <= ) ≥ stands for the greater-than or equals sign ( >= ) See more
Ioannis D Posted December 18, 2017 Posted December 18, 2017 Yes, you're right, in the database shows like I said and in the post starts with >
greek_parea Posted December 18, 2017 Author Posted December 18, 2017 @JohnDer what version of PHP / MySQL do you have?
Adlago Posted December 18, 2017 Posted December 18, 2017 5 hours ago, JohnDer said: Yes, you're right, in the database shows like I said and in the post starts with > Try this - open Customization-Editor-Toolbars and click "Restore Default Configuration" and Support -> "Something isn't working correctly"
Ioannis D Posted December 19, 2017 Posted December 19, 2017 Thanks @Adlago I've tried this but didn't work, the strange thing is that it's happening only if I type manually the bbcode code tag, if I use the editor's function it shows ok, without that > at the beginning of the content inside the code tag.
Adlago Posted December 19, 2017 Posted December 19, 2017 38 minutes ago, JohnDer said: Thanks @Adlago I've tried this but didn't work, the strange thing is that it's happening only if I type manually the bbcode code tag, if I use the editor's function it shows ok, without that > at the beginning of the content inside the code tag. Does this issue exist in a default IPS theme? I would compare for differences all the templates in the section core_global_editor At the beginning some code may have a character ">"
Adlago Posted December 19, 2017 Posted December 19, 2017 PP. For easy comparison and editing of templates, see the example
greek_parea Posted December 20, 2017 Author Posted December 20, 2017 i check templates and there is no difference.
Ioannis D Posted December 23, 2017 Posted December 23, 2017 On 19/12/2017 at 2:40 PM, Adlago said: Does this issue exist in a default IPS theme? I would compare for differences all the templates in the section core_global_editor At the beginning some code may have a character ">" I have checked the default IPS theme and this issue still exists when manually add the code tag, also the same issue exist on any other fresh installed theme. On 19/12/2017 at 2:52 PM, Adlago said: PP. For easy comparison and editing of templates, see the example I have checked that too and there aren't any differences of contents in code templates of all themes that I've tried. The last thing I'm thinking about doing is to disable all plugins and applications that I have installed and see if any of those are responsible for this issue, I don't know what else to do.
Adlago Posted December 23, 2017 Posted December 23, 2017 Check out a table in your database "core_theme_templates" - You may have third-party templates and any of these templates to be the issue. Also check table "core_theme_conflict"
Deb B Posted March 3, 2018 Posted March 3, 2018 Got same problem even did a fresh install PHP Version7.0.27 MySQL Version5.6.38
Ioannis D Posted March 3, 2018 Posted March 3, 2018 This has been fixed on 4.3, until then, you can upload the below file to: /system/Text/ ,clear cache and you're done. Parser.php
bfarber Posted March 5, 2018 Posted March 5, 2018 Out of curiosity, why type out the code tag bbcode manually instead of using the editor/wysiwyg button?
Ioannis D Posted March 5, 2018 Posted March 5, 2018 There are many people have texts with ready made bbcode content (bold, size, colour, code tags etc) and they use that method to post new topics. They usually change some information from these contents for a new topic. When I ask the same thing, they say "we use it to save time when post new topics to many sites".
geohatz Posted April 17, 2018 Posted April 17, 2018 @JohnDer thanks for help..i upload this file and clear cache .. to new topics code link is ok...although the problem exists to old topics with code..
BomAle Posted April 17, 2018 Posted April 17, 2018 On 3/5/2018 at 3:30 PM, bfarber said: Out of curiosity, why type out the code tag bbcode manually instead of using the editor/wysiwyg button? on mobile there is a worse user experience with ckeditor. I use keyword writing open and close tag. I have issues also with spoiler, sometime it not open and other times code enclosed inside is not correctly handled (include other text followed by spoiler closing tag)
bfarber Posted April 17, 2018 Posted April 17, 2018 41 minutes ago, BomAle said: on mobile there is a worse user expirience with ckeditor. I use keyword writing open and close tag. I have issues also with spoiler, sometime it not open and other times code enclosed inside is not correctly handled (include other text followed by spoiler closing tag) So you manually type out bbcodes on mobile because you find it easier than using the WYSIWYG editor?
BomAle Posted April 17, 2018 Posted April 17, 2018 yes, the selecting text/blocks is not easy on mobile phones. I prefer use bbcode when is not comfortable with toolbar and also for code/spoiler/listing...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.