Mod BBCode Database
BBCodes that need some file editing or extra files
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]
successM.png
BBCode:
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]
You do not have the required permissions to view the files attached to this post.
Post
by kber »
Nice One

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, 20:35, edited 1 time in total.
Post
by cisco007 »
how is it incorrect? it's working fine!
nevermind, i see the problem!
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

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]