Mod BBCode Database
BBCodes that need some file editing or extra files
-
BBCode Bot Online
- Site Admin

- Posts: 240
- Joined: 04 Mar 2010, 13:04
-
Local time: 05 Sep 2025 22:32
-
Last active: Online now
- Location: bbcode table
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
- successM.png (943 Bytes) Viewed 9790 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 Offline
- BBCoder II

- Posts: 7
- Joined: 04 Mar 2010, 23:25
-
Local time: 06 Sep 2025 01:32
-
Last active: -
-
Contact:
Post
by kber »
Nice One

-
Makoto Offline
- BBCoder II

- Posts: 12
- Joined: 12 Mar 2010, 23:19
-
Local time: 05 Sep 2025 17:32
-
Last active: -
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.
-
cisco007 Online
- BBCoder VI

- Posts: 1,051
- Joined: 16 Mar 2010, 16:14
-
Local time: 05 Sep 2025 18:32
-
Last active: -
- Location: Don't really know!
Post
by cisco007 »
how is it incorrect? it's working fine!
nevermind, i see the problem!
-
Daniel_Knecht Offline
- BBCoder II

- Posts: 23
- Joined: 08 Jun 2010, 11:48
-
Local time: 05 Sep 2025 23:32
-
Last active: -
- Location: Germany
-
Contact:
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 Online
- BBCoder VI

- Posts: 1,051
- Joined: 16 Mar 2010, 16:14
-
Local time: 05 Sep 2025 18:32
-
Last active: -
- Location: Don't really know!
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]