close
Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
37 views

for some reason the code works perfectly fine in source code / preview mode, but once i publish it the collapsible completely breaks or refuses to open properly. i think the issue might be because i ...
Lance's user avatar
  • 1
0 votes
0 answers
43 views

I'm in the process of upgrading my site's engine. The new version does not support bbcodes, and all my forum posts and articles are created using it. I want to make a script to convert all text with ...
Leks's user avatar
  • 1
0 votes
1 answer
86 views

I have such component which renders the BBCode image tag on my website on React: Code: BBCodeComponent.tsx: import React from "react"; import ReactDOMServer from "react-dom/server";...
Hunter91151's user avatar
1 vote
1 answer
392 views

I have been banging my head with this for the last hour and a half and cannot make it work. I am trying to create a regular expression for MemoQ's Regex tagger. I have a series of these: zzz [xxx]yyy[/...
Elim Garak's user avatar
0 votes
2 answers
1k views

I'm using a RichTextLabel in Godot 4 and I'm trying to insert a special unicode character into it (I'm using fontawesome). I know the unicode index of said character. How do I add it to the label via ...
Martin Häusler's user avatar
1 vote
1 answer
122 views

I'd like to convert this markdown list (list.md): - Europe - Germany - Berlin - Hamburg To the following output (BBCode): [list] [*]Europe [list] [*]Germany [list] ...
Patrick Bucher's user avatar
0 votes
0 answers
23 views

I'm writing a board software which have basic styling such as bold, italic, underline, strikethrough. I use the bbcode syntax for them. For full bbcode support/compatible, I will need regex, but for ...
user avatar
1 vote
2 answers
300 views

I spend quite a bit of time asking questions and answering questions in allot of education/learning oriented communities. More recent forums use Markdown but there are still quite allot of forums ...
gaberiel__'s user avatar
0 votes
1 answer
69 views

i have the below string. $string="My Table [table][tr][th]No.[/th][th]Content[/th][/tr][tr][td]1[/td][td]First[/td][/tr][tr][td]2[/td][td]Second[/td][/tr][tr][td]3[/td][td]Third[/td][/tr][/table]...
Mr.Love's user avatar
0 votes
1 answer
487 views

I'm trying to program a textbox that I can write in using the keyboard; but the backspace key doesn't erase text, nothing happens when I press it. extends Node2D onready var Text = $Panel/...
Lynn Len's user avatar
  • 121
0 votes
1 answer
588 views

I use the BBCode Library to format some bbcode texts. I write the next code : import bbcode import re # Installing simple formatters. parser = bbcode.Parser() parser.add_simple_formatter('p', '<p&...
Van Jake's user avatar
2 votes
0 answers
185 views

I downloaded ckeditor and used it without any changes in the project, but when sending to the backend, it displays bbcode instead of html tags. This problem was easily solved in version 4, but I could ...
user avatar
0 votes
0 answers
32 views

Hi Guys I run an old php board and I've a warning: <Declaration of class_bbcode::convert_emoticon($matches = Array) should be compatible with class_bbcode_core::convert_emoticon($code = '', $image ...
Paolo D.'s user avatar
0 votes
1 answer
215 views

I want to embed the YouTube video on my website. The problem is with timeline and origin link properties. For example, I have some text and 2 bbCode video tags, one with timeline and 2nd without ...
Hunter91151's user avatar
0 votes
1 answer
105 views

I have an ancient phpBB3 board which has gone through several updates over its 15+ years of existence. Sometimes, in the distant past, such updates would partially fail, leaving all sorts of 'garbage' ...
Gwyneth Llewelyn's user avatar

15 30 50 per page
1
2 3 4 5
41