Upload the files to your root folder. You change quotes.txt to whatever you want, just make sure @ is after every line.
1. Add this to logo_block. Depending on where your logo is you might have to change the top and left. Or you can move the text away from your logo. You can also change the css to your liking.
If you dont want the logo to be vertical you can remove the webkit-transform.
2. Add this under: <div id="logo"><a href="{$logoLink}">
You can change the div align if you want.
Demo (not my forum):
http://forums.downwithdestruction.net/
If you like this addon please rate!
1. Add this to logo_block. Depending on where your logo is you might have to change the top and left. Or you can move the text away from your logo. You can also change the css to your liking.
If you dont want the logo to be vertical you can remove the webkit-transform.
Code:
<script type="text/javascript" src="js/jquery/randomtext.js"></script>
<style type="text/css">
.quotes {
line-height: 1em;
position: absolute;
top: 6px;
left: 160px;
color: black;
font-size: 20px;
font-weight: bold;
font-family: arial;
-webkit-transform: rotate(-10deg);
}
</style>
2. Add this under: <div id="logo"><a href="{$logoLink}">
You can change the div align if you want.
Code:
<td valign="middle"><div align="right" class="quotes"></div></td>
Demo (not my forum):
http://forums.downwithdestruction.net/
If you like this addon please rate!

Please consider a donation.