[SPLIT] create a clickable button on a topic

Get help developing custom BBCodes or request one.
Post Reply
User avatar
hamidouki
Registered User
Posts: 344
Joined: Sun Aug 02, 2015 2:33 pm

[SPLIT] create a clickable button on a topic

Post by hamidouki »

how to install this code in a topic ?

Code: Select all

<FORM><INPUT TYPE="button" VALUE="Acheter" NAME="1190221194857" onClick="window.open
   ('../cgi-bin/boutiquesans/id.pl?id=1190221194857', '1190221194857', 'scrollbars=yes,status=yes,width=600,height=400')"; 
   style="font-size: 9pt;">
</FORM>
Salutations à la communauté phpBB
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6673
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James
Contact:

Re: [SPLIT] create a clickable button on a topic

Post by HiFiKabin »

You will need to create a BBCode for every link you want to have

BBCode Usage

Code: Select all

[form][/form]
HTML replacement

Code: Select all

<FORM><INPUT TYPE="button" VALUE="Acheter" NAME="1190221194857" onClick="window.open
   ('../cgi-bin/boutiquesans/id.pl?id=1190221194857', '1190221194857', 'scrollbars=yes,status=yes,width=600,height=400')"; 
   style="font-size: 9pt;">
</FORM>
User avatar
hamidouki
Registered User
Posts: 344
Joined: Sun Aug 02, 2015 2:33 pm

Re: [SPLIT] create a clickable button on a topic

Post by hamidouki »

Solved
Thank's ;)
Salutations à la communauté phpBB
Post Reply

Return to “Custom BBCode Development and Requests”