Successbox

Mod BBCode Database
BBCodes that need some file editing or extra files
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

Successbox

Post by BBCode Bot »

Successbox BBCode

Author: Daniel_Knecht
Description: A BBCode that allows a user to insert a Successbox BBCode in the topics of their phpBB3 Board
[valid][/valid]
Upload the image to your forums images folder
Upload the image to your forums images folder
successM.png (943 Bytes) Viewed 9232 times
BBCode:

Code: Select all

[successbox]{TEXT}[/successbox]
HTML:

Code: Select all

<div style="margin-bottom: 10px; background: #b8e5a1; padding: 6px; height:auto; border: 2px solid #99e573; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;"><img src="images/successM.png" alt="" style="padding-right: 6px; vertical-align: middle;" />{TEXT}</div>
Helpline:

Code: Select all

Successbox: [successbox]{TEXT}[/successbox]
Example:

Code: Select all

[successbox]Demonstration of the Successbox BBCode[/successbox]
Demo:
[successbox]Demonstration of the Successbox BBCode[/successbox]
User avatar
kber
BBCoder II
BBCoder II
Posts: 7
Joined: 05 Mar 2010, 01:25
Contact:

Re: Successbox

Post by kber »

Nice One :)
User avatar
Makoto
BBCoder II
BBCoder II
Posts: 12
Joined: 13 Mar 2010, 01:19

Re: Successbox

Post by Makoto »

html is incorrect
<div style="margin-bottom: 10px; background: #b8e5a1; padding: 6px; height:auto; border: 2px solid #99e573; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;"><img src="./images/successM.png" alt="" style="padding-right: 6px; vertical-align: middle;" />{TEXT}</div>
Last edited by Makoto on 11 Jun 2010, 22:35, edited 1 time in total.
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Successbox

Post by cisco007 »

how is it incorrect? it's working fine!

nevermind, i see the problem!
Daniel_Knecht
BBCoder II
BBCoder II
Posts: 23
Joined: 08 Jun 2010, 13:48
Location: Germany
Contact:

Re: Successbox

Post by Daniel_Knecht »

Makoto » 11 Jun 2010, 22:32 wrote:html is incorrect
<div style="margin-bottom: 10px; background: #b8e5a1; padding: 6px; height:auto; border: 2px solid #99e573; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;"><img src="./images/successM.png" alt="" style="padding-right: 6px; vertical-align: middle;" />{TEXT}</div>
Hi,
You have made there a mistake.
Your img src link: "./images/successM.png"
Edit this to: "images/successM.png" (Delete the ./)

I hope this is ur problem :)
Sorry for my bad English :(
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Successbox

Post by cisco007 »

no i think the problem is that Stoker, i mean bbcode bot, posted the wrong html code!

[typo_info]Code fixed in first post[/typo_info]
Locked