problem with new bbcode

Get help with installation and running phpBB 3.2.x here. Please do not post bug reports, feature requests, or extension related questions here.
Post Reply
Roty
Registered User
Posts: 1
Joined: Thu Aug 24, 2017 6:13 pm

problem with new bbcode

Post by Roty »

Hello All

First of all, my apologies if it is the wrong section for my question. I'found no other section that match with.

I try to create a new BBCode. I created several but i block on this one.

It concern an image with area tags. I don't know how to code this area tags.

This is the code, for instance:

Code: Select all

<img src='https://i.imgur.com/hBy1NFZ.png' alt='My super fantastic custom sig' style='max-width:675px; max-height:300px;' usemap='#93ff8edc-3454-d61e-a3fa-d90b27fe8bb4'>
	<map name='93ff8edc-3454-d61e-a3fa-d90b27fe8bb4'>
		<area shape='rect' coords='45,0,90,45' title='Ant-Man (Civil War): Level 60 Cosmic'>
		<area shape='rect' coords='0,0,45,45' title='Angela (Angel of Asgard (Default)): Level 60 Cosmic'>
		<area shape='rect' coords='90,0,135,45' title='Beast (Uncanny (Default)): Level 60 Cosmic'>
	</map>
With image first, it is ok:

Code: Select all

[map2={URL}, {SIMPLETEXT}, {SIMPLETEXT2}]{TEXT}[/map2]
replace the html code

Code: Select all

<img usemap="#{SIMPLETEXT}" alt="{SIMPLETEXT2}" src="{URL}" />
<map name="{SIMPLETEXT}">
</map>
I'm just stucked with the area tag.

Can someone help me, please ?
Post Reply

Return to “[3.2.x] Support Forum”