User submitted BBCodes
Let us see what You have
Forum rules
We dont add more BBCodes to our database, but feel free to share and support your own BBCodes here.
[textarea]Remember that it is not allowed to use {TEXT} inside the html tags!!!
It causes a serious security risk to your board and users.
Like this: <div style="{TEXT} ">{TEXT} </div>
Green = OK - Red = forbidden[/textarea]
Post
by anybloodyid » 01 Jun 2010, 15:38
This will allow your members to have a tiled background in their posts.
You need to create a folder on your server called bgimages and place your tiled backgrounds (gif format) inside, numbered as follows.
01, 02, 03 etc; etc.
Code: Select all
BBcode usage
[bgimage]{COLOR},{NUMBER},{TEXT}[/bgimage]
HTML Replacement
<table>
<tr>
<td style="padding-left:1cm; padding-right:1cm; padding-top:1cm; padding-bottom:1cm; border: 5px ridge {COLOR};" background=bgimages/{NUMBER}.gif>{TEXT}
</td>
</tr>
</table>
Help Line
[bgimage]Border_Color, Image_Number,Your Text[/bgimage]
bgimage.gif
You do not have the required permissions to view the files attached to this post.
Post
by cisco007 » 01 Jun 2010, 15:56
do you have the bgimages? or do we have to find some that we might like!?
Post
by kevinviet » 02 Jun 2010, 07:01
Thanks anybloodyid, look very interesting and work great
but how do i make the post in center ? I try using center BBcode but it's not work.
Post
by cisco007 » 02 Jun 2010, 15:03
i don't have this installed but kevin what don't you try using this in the beginning <table>
Post
by kevinviet » 02 Jun 2010, 20:21
No, it didn't work either cisco. Thanks
Post
by cronos » 03 Jun 2010, 05:40
Code: Select all
<div align="center">
<table>
.....
</table>
</div>
You do not have the required permissions to view the files attached to this post.
Post
by kevinviet » 03 Jun 2010, 20:15
Thanks for sharing cronos, It works perfectly.
Post
by anybloodyid » 08 Jun 2010, 09:58
If you want to give your members the choice, then just do it like this
Code: Select all
[bgimage]#FF0000,21,[center]TOPIC HERE[/center][/bgimage]
or like this
Code: Select all
[bgimage]#FF0000,21,[right]TOPIC HERE[/right][/bgimage]
Just make sure all other BBcode is inside the [bgimage] tags and all should be well.
Sorry for the delay in replying been away.