Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Mod BBCode Database
BBCodes that need some file editing or extra files
There is no support here! Only Read Access!
BBCode Bot
BBCoder IV
Posts: 239 Joined: 04 Mar 2010, 15:04
Location: bbcode table
Post
by BBCode Bot » 11 Jun 2010, 11:24
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 successM.png (943 Bytes) Viewed 9502 times
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]
kber
BBCoder II
Posts: 7 Joined: 05 Mar 2010, 01:25
Contact:
Post
by kber » 11 Jun 2010, 17:35
Nice One
Makoto
BBCoder II
Posts: 12 Joined: 13 Mar 2010, 01:19
Post
by Makoto » 11 Jun 2010, 22:32
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
Posts: 1015 Joined: 16 Mar 2010, 18:14
Location: Don't really know!
Post
by cisco007 » 12 Jun 2010, 06:15
how is it incorrect? it's working fine!
nevermind, i see the problem!
Daniel_Knecht
BBCoder II
Posts: 23 Joined: 08 Jun 2010, 13:48
Location: Germany
Contact:
Post
by Daniel_Knecht » 12 Jun 2010, 06:33
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
Posts: 1015 Joined: 16 Mar 2010, 18:14
Location: Don't really know!
Post
by cisco007 » 12 Jun 2010, 06:36
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]