View Full Version : Adding Gradient..
Jay Krupp
02-18-2002, 06:24 AM
<a href="http://www.rhymeNreason.com/vb" target="_blank">www.rhymeNreason.com/vb</a>
See, I have gotten it on the forum portion..
But, I don't know how to add it to the quickreply, or to the top the welcome panel or active users..
Any ideas?
Jay Krupp
02-18-2002, 06:40 AM
Nevermind.
Scrub
02-18-2002, 06:52 AM
Sure you do not need them?
Jay Krupp
02-24-2002, 06:18 AM
I added figured it out.. Thank you for your OFFER at help.. LoL
Scrub
02-27-2002, 04:16 PM
I had everything ready, posted it just to find out you already did it! :p.
ZiRu$
02-28-2002, 01:40 AM
can i get the code for quick reply PM, welcome panel please?
Scrub
02-28-2002, 03:43 AM
You mean to add the color thing to them?
Quick Reply.
In the template "showthread_replybox", look for:
<td bgcolor="{ tableheadbgcolor}" colspan="2"><normalfont color="{ tableheadtextcolor}" class="thtcolor"><b>Post Reply</b></normalfont></td>
And replace with
<td background="xx.gif" colspan="2"><normalfont color="{ tableheadtextcolor}" class="thtcolor"><b>Post Reply</b></normalfont></td>
Change xx.gif to the name and format you have yours in. And also delete the spaces, { XXX}.
For the Welcome Panel.
In the template "forumhome", look for:
<tr id="cat">
<td bgcolor="{ categorybackcolor}" colspan="6"><normalfont color="{ categoryfontcolor}"><b>Welcome</b></normalfont></td>
</tr>
Replace that, with this:
<tr id="cat">
<td background="xx.gif" colspan="6"><normalfont color="{ categoryfontcolor}"><b>Welcome</b></normalfont></td>
</tr>
Change xx.gif to the name and format you have yours in. And also delete the spaces, { XXX}. This what ya looking for? Or what?
Damn... I feel like a fool for this, but I can't figure how to add the gradient to my regular category bars on my forum index. I've already fixed the welcome panel and PM bars... but I can't figure this out...
Any help is appreciated.
Scrub
02-28-2002, 11:11 PM
This didn't work for me, but it worked for FireFly.
in forumhome_forumbit_level1_nopost template, add a background="xx.gif" attribute to the <tr id="cat"> tag.
I had to do this:
In the forumhome_forumbit_level1_nopost, look for:
<td bgcolor="{ categorybackcolor}" colspan="6">
Replace with:
<td background="images/bar_bg.gif" colspan="6">
:).
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.