PDA

View Full Version : Need to move the vb copyright code


Pages : [1] 2

chick
11-24-2006, 01:42 PM
How do I move the vb copyright into the bottom RED footer forcing it to the left....on my site, where it has the links to the admin panel, etc...

corvettemechanic.com (http://corvettemechanic.com)

I'd like to put the cr way to the 'left side', 'inside the red footer', how do I do this please.

bigH2O
11-24-2006, 04:20 PM
Okay, I don't know what the VB license says about doing this, so use it at your own peril.

All you need to do is add another column of table data to the footer. I re-adjusted the proportions of the footer to 20/80***37;, and you can tweak it from there if you need to add more links to the right side,

The bottom of this code is the bottom of your corvettemechanic[1].htm main page. Work your way up from the bottom to see where the changes need to go on your page.


<table cellpadding="6" cellspacing="0" border="0" width="100%" class="page" align="center">
<tr>


<td class="tfoot" align="left" width="20%">
vB version 3.6.3
</td>
<td class="tfoot" align="right" width="80%">
<div class="smallfont">
<strong>

<a href="http://www.corvettemechanic.com/forum/sendmessage.php" rel="nofollow">Contact Us</a> -
<a href="http://www.corvettemechanic.com">corvettemechanic.com</a> -


<a href="http://www.corvettemechanic.com/forum/archive/index.php">Text Version</a> -

<a href="#top" onclick="self.scrollTo(0, 0); return false;">Top</a>
</strong>
</div>

</td>
</tr>
</table>
</div>

</form>

<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
<!-- vB version 3.6.3
<!-- Do not remove this copyright notice -->
</div>
<div class="smallfont" align="center">
<!-- Do not remove or your scheduled tasks will cease to function -->

<!-- Do not remove or your scheduled tasks will cease to function -->


</div>


</div>
</div>
</div>

<!-- / close content container -->
<!-- /content area table -->


<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script><!-- Powered by vbadvanced -->
</body>
</html>

chick
11-24-2006, 04:27 PM
ok... you can put it on the top, bottom...left right etc... as long as its there.

Thank you very much

bigH2O
11-24-2006, 04:30 PM
That code puts the vbull copyright in the left hand side of the footer bar that has your other links on the right... just like you asked for.

Greg
11-24-2006, 04:42 PM
That red line is in this block between the strong tags.


<div class="smallfont">
<strong>
<a href="http://www.corvettemechanic.com/forum/sendmessage.php" rel="nofollow">Contact Us</a> -
<a href="http://www.corvettemechanic.com">corvettemechanic.com</a> -
<a href="http://www.corvettemechanic.com/forum/archive/index.php">Text Version</a> -
<a href="#top" onclick="self.scrollTo(0, 0); return false;">Top</a>
</strong>
</div>

bigH2O
11-24-2006, 04:46 PM
I looked at it both ways nop, and left it out of the strong tag on purpose :P

If you'r going to move it inside the <strong> tag, you'll need to relocate the </td> code inside the </strong> as well.

Greg
11-24-2006, 04:47 PM
I have an advatage. I know the vBulletin footer template. The bar she wants it in is those tags.

bigH2O
11-24-2006, 04:58 PM
Just putting "vB version 3.6.3" in between the strong tags without the other modifications will not left align it. It'll group it to the right with the links. Am I missing what you are saying?

Greg
11-24-2006, 05:00 PM
You are correct, that won't left align it. :(

It will need to be in a span likely with a css style alignment tag I think. I would have to do trial and error, I'm not a CSS expert.

bigH2O
11-24-2006, 05:04 PM
just modify the homepage with the snippets I posted... it works.

Greg
11-24-2006, 05:10 PM
Just don't forget to add colspan="2" to the other TD tags.

chick
11-24-2006, 05:14 PM
don't laugh but what does that mean???

chick
11-24-2006, 05:18 PM
ok can you post my whole footer tag, copy and paste will be easier for me since I don't understand what you are saying, now I am confused. Yes I want to force the 'vb version 3.63' way over to the left end.... inside the red footer box area.

chick
11-24-2006, 05:22 PM
where is the$cron thing... if its not there my board wont work, right?

Greg
11-24-2006, 05:42 PM
It's dynamic. The code h2o posted is rendered, it's not from the template.

chick
11-24-2006, 05:45 PM
I don't know what that means either noppid

Zero Tolerance
11-24-2006, 09:42 PM
It means he clicked on "view source" inside a browser and didnt look at the file that the HTML was generated from.

chick
11-24-2006, 09:54 PM
Nevermind... lol I just bought a copyright removal lic. from VB

chick
11-24-2006, 09:57 PM
oh noppid... I need to know how to take out the vb... under your ez archive wording... http://www.corvettemechanic.com/forum/archive/index.php/

Greg
11-24-2006, 10:30 PM
It don't appear that you are using it, so I guess you're good to go.

However, the vBulletin copyright is in vBulletin. It's a phrase and you seem to have removed it already.