PDA

View Full Version : centering cp buttons ect. under forum logo


theironmic
03-18-2002, 03:56 AM
anybody know how.............

WEBDosser
03-18-2002, 04:22 AM
Edit your header template.. :)

Mathiau
03-26-2002, 11:29 PM
Okay, DUH! to me

How exactly do i get to this header area, any one got like step by step instructions?

I have looked and looked, but do not want to edit the wrong info.....

Mathiau
03-27-2002, 02:05 AM
thinks me got it :)

kill yourself
04-03-2002, 04:03 AM
it's easy as hell........
takes basic html.

Mathiau
04-04-2002, 06:40 AM
Originally posted by kill yourself
it's easy as hell........
takes basic html.

that it was, i just haven't used basic HTML for like 3 years, and was never too into it :) Dam dreamweaver!!!

but now that i knowm, the things i am trying to do..lol

E
04-04-2002, 07:43 AM
lol... goto ur header... after ur image type </tr><tr><td align="center">

Mathiau
05-03-2002, 07:10 AM
hey all

once again, i am in my header, an this is what i got, (see below)

my logo /cp buttons are not in the header

i had this once before, all centered, i even went over my old forum to find were i made the change, but i can not find it, and putting it in the header is not working :( (center , align="center" etc etc)


This is my header, it has the mod pull down hack in it..


$themeheader
$thememenu
$themeleftcolumn
<!-- content table -->
<table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="10" cellspacing="0" border="0">
<tr>
<td><!-- kaotixVIBEinc -->
<script>
<!--
function jumpPage(newLoc) {
newPage = newLoc.options[newLoc.selectedIndex].value
if (newPage != "") { window.location.href = newPage }
}
// -->
</script>
<!-- /kaotixVIBEinc -->

SaintDog
05-03-2002, 09:39 AM
You are using vBPortal, you will need to edit the vBPortal header template as the original vBulletin Header template has been basically replaced by variables set by vBPortal.

Find the header template for vBPortal, then you will be able to edit things (note: this will also effect your main page).

- SaintDog

Mathiau
05-03-2002, 11:45 PM
Originally posted by SaintDog
You are using vBPortal, you will need to edit the vBPortal header template as the original vBulletin Header template has been basically replaced by variables set by vBPortal.

Find the header template for vBPortal, then you will be able to edit things (note: this will also effect your main page).

- SaintDog

I knew it was something!!

u rule m8!

thnx!

lifesourcerec
07-22-2002, 06:19 AM
Originally posted by E
lol... goto ur header... after ur image type </tr><tr><td align="center">

Thanks. That worked :)

Mathiau
07-22-2002, 06:24 AM
hehe

here is my header for this site: (my site in progress)

http://66.207.199.6/forums/index.php?



<table width="840" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="15"><img src="{imagesfolder}/top_left.gif" width="15" height="15"></td>
<td width="850" background="{imagesfolder}/top_extend.gif"></td>
<td width="15"><img src="{imagesfolder}/top_right.gif" width="15" height="15"></td>
</tr>
<tr>
<td width="15" background="{imagesfolder}/left_extend.gif"></td>
<td width="850" bgcolor="#ffffff" valign="top" align="center">
<div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td valign="top" align="right">
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="right">
<tr>
<td valign="top" align="center"><a href="index.php?s=$session[sessionhash]"><img src="{imagesfolder}/tpmain.gif" border="0" alt="$bbtitle" align="center"></a></td></tr>
<tr><br>
<td valign="bottom" align="center" nowrap>
<!-- toplinks -->
<a href="usercp.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_profile.gif" alt="Here you can view your subscribed threads, work with private messages and edit your profile and preferences" border="0"></a>
<a href="register.php?s=$session[sessionhash]&action=signup"><img src="{imagesfolder}/top_register.gif" alt="Registration is free!" border="0"></a>
<a href="calendar.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_calendar.gif" alt="Calendar" border="0"></a>
<a href="memberlist.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_members.gif" alt="Find other members" border="0"></a>
<a href="misc.php?s=$session[sessionhash]&action=faq"><img src="{imagesfolder}/top_faq.gif" alt="Frequently Asked Questions" border="0"></a>
<a href="search.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_search.gif" alt="Search" border="0"></a>
<a href="index.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_home.gif" alt="Home" border="0"></a>
<!-- <a href="member.php?s=$session[sessionhash]&action=logout"><img src="{imagesfolder}/top_logout.gif" alt="Logout" border="0"></a> -->
<!-- /toplinks -->
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<!-- quotes panel -->
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000" width="95%"

align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>

<table cellpadding="4" cellspacing="1" border="1" width="100%">
<tr id="cat">
<td bgcolor="#6D1F15" colspan="" border="1" bordercolor="#42130D" width="50%" align="center"> <normalfont color="#FFF788"><b>Random Quotes
</font></b></a></td></normalfont>
</tr>
<tr>
<td bgcolor="#F1F1F1" colspan="5">
<font face="verdana,arial,helvetica" size="2" align="center" >
<center>
$thequote<br>
$thequoter<br>
</center>
</font>
</td>
</tr>
</table>
</td></tr></table>
<!-- end quotes panel -->
<!-- content table -->
<table bgcolor="#FFFFFF" width="100%" cellpadding="10" cellspacing="0" border="0">

<tr>
<td>

Chris M
07-22-2002, 06:55 PM
Nice site...

Satan

Mathiau
07-22-2002, 09:00 PM
^^^^

thnx, hopefully i will get it up and done soon :)

Platinumgamer
07-23-2002, 12:13 AM
The top_purple buttons should be changed to black ones or something to match the site.

Mathiau
07-23-2002, 12:15 AM
yeppers

they will be changed, just have not had recent time to make new buttons and stuff :)