Resource icon

Unmaintained Add Random Text to Your Logo 1.0.0

No permission to download
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.

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.​
Author
Matthew Hawley
Downloads
47
Views
596
First release
Last update

Ratings

5.00 star(s) 2 ratings

Latest reviews

Awesome! Love this addon. I made some modifications to the CSS, care to check it out you may: http://forums.downwithdestruction.net/

Here is the CSS: http://pastie.org/6408868

You can find the font here: http://tinyurl.com/az5pxkp

If you are wanting the layover image, just contact in a private message and I can see what I can do. It is a custom image create by me.
M
Matthew Hawley
Thanks for your review! :) The text on your forum looks nice!
Awesome addon. Works like it says it does. Perfect for people that want quotes to show up by their logo or someone like me that runs a sports site I have fan chants.
Top Bottom