PDA

View Full Version : BB Code Enhancements - [BB Code] Copyright


Coroner
03-03-2009, 10:00 PM
This is a Copyright BB Code.

It will draw a box with a (linked) copyright text.

How To:
Go into you AdminCP and add a new BB Code:

Title: Copyright
BB Code Tag Name: copyright
Replacement:
<div style="margin:auto">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<div style=" background-color: #000000;color: #FFFFFF; -moz-border-radius: 16px; -webkit-border-radius: 16px; border: 1px solid #000000; padding: 4px; font-size: 1em;" />
<span style="text-align:center;"><strong>Copyright &copy; <a href="{param}" title="{param}">{option}</a> 2009. All Rights Reserved.</strong></span></div>
</td>
</tr>
</table>
</div>

Example:
http://www.php-unlimited.com
Description: Draws a line above the text
Use {option}: Yes
Button Image: ---

Andyrew
03-04-2009, 05:44 PM
It displays above and below the box.

AzzidReign
03-04-2009, 05:47 PM
Nice! I think I'll have to use this one.

Coroner
03-04-2009, 06:51 PM
I'm sorry - don't know why there was the "left" tag :confused:

I changed the replacement.

merk_aus
03-14-2009, 03:09 AM
is there any way to get the actual link in there at the moment it just posts the name with a messed up url?

Jasem
03-26-2009, 10:22 PM
Good hack, thank you!