The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
placing copyright
Code:
{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> 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? |
#2
|
|||
|
|||
You could move it below the footer, but if that's too low you'd have to arrange for it to be in the footer somewhere. The lowest template hook in the footer is above the vb copyright notice, so you'd have to use a plugin to modify it, I think. Here's a recent thread where someone was asking about doing that kind of thing: https://vborg.vbsupport.ru/showthread.php?t=276056
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|