March 18th, 2020 at 10:03 PM
This can be done with MyCode without much trouble. I've tested it here and verified that it works! The only issue is that there is a conflict with the slide down effect when doing this. You’ll have to go to BAM’s settings and disable the “slidedown effect” or the marquee won’t work.
Go to ACP -> Configuration -> MyCode, and add a new MyCode.
Make sure that there are no blank lines after these in the text boxes. Once this is done, you can use:
in your announcement to create the marquee.
I was going to include this in the final release, but the slidedown conflict caused some issues. As long as the slide down is disabled, this will work as expected! Let me know if you experience any issues.
Regards,
-Darth Apple
Go to ACP -> Configuration -> MyCode, and add a new MyCode.
Code:
Name: Marquee (or whatever you choose)
Regular Expression: \[marquee\](.*?)\[/marquee\]
Replacement: <marquee direction="left" scrollspeed="14">$1</marquee>
Make sure that there are no blank lines after these in the text boxes. Once this is done, you can use:
Code:
[marquee]your marquee text[/marquee]
in your announcement to create the marquee.
I was going to include this in the final release, but the slidedown conflict caused some issues. As long as the slide down is disabled, this will work as expected! Let me know if you experience any issues.
Regards,
-Darth Apple