2023-07-10, 08:45 PM
hello! i am migrating my site from smf to mybb and a major aspect of our forum is coding cool templates in user posts! we did this by using a mod to enable advanced bb code using [div style=“styling here;”]this[/div]
i’ve tried googling for a solution, but have yet to find one. i’ve downloaded the plugin “yourcode” and entered a div style code with the following:
regular expression:
replacement:
unfortunately this is not working, and divs still show up as text. if someone could help me find a solution or let me know if this is already a plug-in or a plug-in i’d need to request that would be great!
i’ve tried googling for a solution, but have yet to find one. i’ve downloaded the plugin “yourcode” and entered a div style code with the following:
regular expression:
\[div (.*?)="(.*?)"\](.*?)\[/div\]
replacement:
<div $1="$2">$3</div>
unfortunately this is not working, and divs still show up as text. if someone could help me find a solution or let me know if this is already a plug-in or a plug-in i’d need to request that would be great!