Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 17, 20177 yr 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?
December 17, 20177 yr Check the default IPS theme. If a default theme tag code don't work, create ticket support in your client area.
December 18, 20177 yr < 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
December 18, 20177 yr Yes, you're right, in the database shows like I said and in the post starts with >
December 18, 20177 yr 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"
December 19, 20177 yr 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.
December 19, 20177 yr 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 ">"
December 23, 20177 yr 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.
December 23, 20177 yr 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"
March 3, 20187 yr 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
March 5, 20187 yr Out of curiosity, why type out the code tag bbcode manually instead of using the editor/wysiwyg button?
March 5, 20187 yr 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".
April 17, 20187 yr @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..
April 17, 20187 yr 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)
April 17, 20187 yr 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?
April 17, 20187 yr 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...
Archived
This topic is now archived and is closed to further replies.