Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2303

Extensions in Development • Re: [3.2][3.3][RC] Flip BBCode

$
0
0
Sure, if you have an image with text in it.
Just kidding... but not really kidding... My logo on my site has text images.

I've actually never tried flipping to text, but yes it can be done.
Just tested at my site and it didn't work. The bbcode would have to change to make that possible.

I had to created a new bbcode to make that possible.

bbcode

Code:

[flip2text={URL1},{NUMBER1},{NUMBER2}]{SIMPLETEXT}[/flip2text]
html replacement

Code:

<div class="flip-bbcode" style="width: {NUMBER1}px;height: {NUMBER2}px"><div class="flip-box"><div class="flip-box-inner"><div class="flip-box-front"><img src="{URL1}" alt="" /></div><div class="flip-box-back">{SIMPLETEXT}</div></div></div></div>
You can check out my test post using that bbcode @ Flip Image to Text

Statistics: Posted by Sniper_E — Tue Feb 18, 2025 2:11 am



Viewing all articles
Browse latest Browse all 2303

Trending Articles