Custom BBCode Development and Requests • Re: I'd like a little text tag to...
Please keep in mind that we have a six hour bumping rule. All team members and community members here are volunteers, so we ask you to wait at least six hours before bumping your topic or, if no-one...
View ArticleCustom BBCode Development and Requests • BBCode inside BBCode
Hi guys,Im a Freshman in phpBB and webdev in generall, my codes are mostly made with snippets from somebody else and the help of a friend + some trial and error. I made this code:Code:...
View ArticleCustom BBCode Development and Requests • Re: BBCode inside BBCode
Fixed it.I dont know why;Code: [item]{URL},{TEXT}[/item]i didCode: [item={URL}]{TEXT}[/item]and it works with all BBCode nowconfusing,maybe somebody can explain for future reference.Statistics: Posted...
View ArticleCustom BBCode Development and Requests • Problem with script inside bbcode
Hello, the following code seems to pose a problem, while removing the script tags everything seems to work. However, is it possible to make bbcode insert the text into script tags ?Code:...
View ArticleCustom BBCode Development and Requests • Re: Problem with script inside bbcode
You want your users to be able to insert script into your webpage? That is a huge security risk.Statistics: Posted by Brf — Wed Nov 29, 2023 2:50 pm
View ArticleCustom BBCode Development and Requests • problem in bbcode /Codes fail
hiPlease see in the photosThe codes are disabledStatistics: Posted by Sadiq1360 — Sun Dec 24, 2023 4:53 am
View ArticleCustom BBCode Development and Requests • Re: problem in bbcode /Codes fail
I think you have to ask the extension author,Statistics: Posted by janus_zonstraal — Sun Dec 24, 2023 7:54 am
View ArticleCustom BBCode Development and Requests • Academia.Edu and Scribd.com BBCode
Hi,There is any way to embed an Academia.edu or Scribd.com document into a post or any page were BBcode is enabled?Would be something like this...Code: [scribd id={NUMBER} key=key-{SIMPLETEXT1}...
View ArticleCustom BBCode Development and Requests • Re: Academia.Edu and Scribd.com BBCode
There is an official extension for this but it currently only supports scribdb. You'd only have to paste the UR into a post and it's automatically converted. Works for a lot of other sites like...
View ArticleCustom BBCode Development and Requests • BBCode send Text to an URL Query but...
Code: [command]{URL}[/command]Code: <iframe src="../command?cmd={URL}" style="width:100%" scrolling="no"></iframe>I got a BBCode which sends the Input between the brackets to a certain URL...
View ArticleCustom BBCode Development and Requests • Re: BBCode send Text to an URL Query...
It’s not recommended to use ‘&’ in URLs, it needs to be escaped like %26 for example.Statistics: Posted by Mick — Tue Jan 23, 2024 1:23 pm
View ArticleCustom BBCode Development and Requests • musescore integration
Hello,do you know if there is an extension or a bbcode that can integrate musescore partitions on phpbb?code exampleCode: <iframe width="100%" height="394"...
View ArticleCustom BBCode Development and Requests • Re: musescore integration
Hello,BBCode usage:Code: [musescore]{URL}[/musescore]HTML replacement:Code: <iframe src="{URL}/embed" style="width: 100%; height: 100%; aspect-ratio: 1 / 1;" loading="lazy"...
View ArticleCustom BBCode Development and Requests • Two image BBCodes I created last night
imgButtonThis posts an image as a link button.BBCode usageCode: [imgButton]{SIMPLETEXT1} {URL1} {URL2} {SIMPLETEXT2}[/imgButton]HTML replacementCode: <div style="float: {SIMPLETEXT1};...
View ArticleCustom BBCode Development and Requests • The Extension I am developing...
I wrote a custom "hide" bbcode for my board to hide/show spoilers. It was working fine in 3.3.10, but after upgrading to 3.3.11, it causes this error:[28-Feb-2024 10:02:37 America/Boise] PHP Fatal...
View ArticleCustom BBCode Development and Requests • Re: The Extension I am developing...
I've only given a cursory look at your code but I think you need to declare your process_tag_hide() function as static.Statistics: Posted by JoshyPHP — Thu Feb 29, 2024 6:31 pm
View ArticleCustom BBCode Development and Requests • Re: Open Link in New Tab with image...
I know this is old. Another user just pointed this out to me to look at for them.Open Link in New Tab BBCode with image supportBBCode: [nturl={URL}]{TEXT}[/nturl]HTML replacement: <a href="{URL}"...
View ArticleCustom BBCode Development and Requests • Re: Clickable phone number in the post
My question is that up to now BBcode still does not support embedding phone numbers in forum post content?Statistics: Posted by thegioiluatsu — Fri Mar 29, 2024 5:10 am
View ArticleCustom BBCode Development and Requests • Re: BBcode : Background for Video
That would not be appropriate for a bbcode. What you would want to do is change whatever code is displaying a video to also display that background.Statistics: Posted by Brf — Tue Jul 30, 2024 12:36 pm
View ArticleCustom BBCode Development and Requests • Re: User Customizable Table BBcode
No, I want the user to be able to choose their own styles when they are writing their bbcode. I have a lot of users who are used to ProBoards bbcode, which lets you style posts like you would html...
View Article