JoshyPHP
I am not sure I follow. Above usage is only for reference and does not reflect the actual code.
For example:
IMGTILE4
[IMGTILE4]{IMGURL},{LOGOTEXT},{BODYTEXT},{CLICKURL}[/IMGTILE4]
Is coded in AddBBcode.php as:
$event->configurator->BBCodes->addCustom(
'[IMGTILE4]{URL},{TEXT},{TEXT2},{URL2}[/IMGTILE4]',
'<figure class="snip1552"><img src="{URL}"><figcaption><h3>{TEXT}</h3>
<p>{TEXT2}</p></figcaption><a href="{URL2}"></a></figure>'
);
I am just a amateur at this and am always open to suggestions on better coding etiquette / efficiency.
How would you code:
[IMGTILE4]{URL},{TEXT},{TEXT2},{URL2}[/IMGTILE4]
Thank you.