OldSchoolDSL
12-31-2011, 09:28 PM
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml"<vb:if condition="$vboptions['enablefacebookconnect']"> xmlns:fb="http://www.facebook.com/2008/fbml"</vb:if> dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html"><head>
{vb:raw headinclude}
{vb:raw clientscripts}
<title>{vb:raw pagetitle} - {vb:raw vboptions.bbtitle}</title>
{vb:raw headinclude_bottom}
</head>
<body>
{vb:raw header}
{vb:raw navbar}
{vb:raw HTML}
<vb:if condition="$show['SU_branding']">
<div class="footer_copyright" style="clear:both;">
<div align="center">
<!-- Do not remove this copyright notice -->
<a href="http://www.sociallyuncensored.eu" target="_blank">SU<vb:if condition="$vboptions[SU_displayversion]"> v{vb:var version}</vb:if></a>{vb:raw show.SU_producttype}<br />
<a href="http://www.sociallyuncensored.eu" target="_blank">vBulletin Mods & Addons</a> Copyright © {vb:var year} Socially Uncensored.
<!-- Do not remove this copyright notice -->
</div>
</div>
</vb:if>
{vb:raw footer}
</body>
</html>
So I'm working on a modification and for the 1st time I plan on adding a small copyright .
But unlike most developers, I really do not want it in the way.
The above code seems to work, but it always places it above the site's copyright and I must prefer it below the site's copyright or even better would be for it to be below the server read out
Server Uptime: 6 days 14 hours 51 mins Server Load: 0.30 : 0.51 : 0.46
Anyone know how to do this?
<html xmlns="http://www.w3.org/1999/xhtml"<vb:if condition="$vboptions['enablefacebookconnect']"> xmlns:fb="http://www.facebook.com/2008/fbml"</vb:if> dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html"><head>
{vb:raw headinclude}
{vb:raw clientscripts}
<title>{vb:raw pagetitle} - {vb:raw vboptions.bbtitle}</title>
{vb:raw headinclude_bottom}
</head>
<body>
{vb:raw header}
{vb:raw navbar}
{vb:raw HTML}
<vb:if condition="$show['SU_branding']">
<div class="footer_copyright" style="clear:both;">
<div align="center">
<!-- Do not remove this copyright notice -->
<a href="http://www.sociallyuncensored.eu" target="_blank">SU<vb:if condition="$vboptions[SU_displayversion]"> v{vb:var version}</vb:if></a>{vb:raw show.SU_producttype}<br />
<a href="http://www.sociallyuncensored.eu" target="_blank">vBulletin Mods & Addons</a> Copyright © {vb:var year} Socially Uncensored.
<!-- Do not remove this copyright notice -->
</div>
</div>
</vb:if>
{vb:raw footer}
</body>
</html>
So I'm working on a modification and for the 1st time I plan on adding a small copyright .
But unlike most developers, I really do not want it in the way.
The above code seems to work, but it always places it above the site's copyright and I must prefer it below the site's copyright or even better would be for it to be below the server read out
Server Uptime: 6 days 14 hours 51 mins Server Load: 0.30 : 0.51 : 0.46
Anyone know how to do this?