Quote:
Originally posted by Roody
If you can tell me exactly how to get to that then I will make the changes. I'm sorry man for my tone, but i'm not used to people speaking so harshly at me for an honest mistake. Remarks about banning and other posts tonight have really kinda wore on me because I feel like I'm being treated as if i'm maliciously doing this stuff.
Anyway, walk me through how to do this, because I honestly dont see how too. I went into my forum admins, but couldnt find the line to make the change in footer and I didnt see anything under the vbhomepage.
Let me know and Ill do it.
|
You have no idea how many users did this to us. Please don't take it personally.
Some of the users are plain crooks and you are not one of them, but an honest guy who want to learn more related to this script. That's the only reason I help you, because most of the time I only offer support to licensed members onto our forums.
About the template, let's do it toghether.

1. Open the home_footer template:
Admin CP > Templates > Modify > [expand list]
Home Page Templates [expand] > home_footer [change original]
2. Find this code:
Code:
<!-- Do not remove this copyright notice or edit the links -->
Powered by: <a href="http://www.teckwizards.com" target="_blank" style="text-decoration: none">vbHome (lite) v$vbhlversion</a> and <a href="http://www.vbulletin.com" target="_blank" style="text-decoration: none">vBulletin v$versionnumber</a><br>
Copyright ©2000 - 2002, Jelsoft Enterprises Limited<br>
<!-- Do not remove this copyright notice or edit the links -->
Replace it with:
Code:
<!-- Do not remove this copyright notice or edit the links -->
<font color="{pagebgcolor}">Powered by: <a href="http://www.teckwizards.com" target="_blank" style="text-decoration: none; color: {pagebgcolor}">vbHome (lite) v$vbhlversion</a> and <a href="http://www.vbulletin.com" target="_blank" style="text-decoration: none; color: {pagebgcolor}">vBulletin v$versionnumber</a><br>
Copyright ©2000 - 2002, Jelsoft Enterprises Limited</font><br>
<!-- Do not remove this copyright notice or edit the links -->
That should make it visible. Please post here when fixed so I can grant you access to the forums.
Cheers.