PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   How Do I? - vBulletin 3.0.X (http://www.photopost.com/forum/how-do-i-vbulletin-3-0-x/)
-   -   Change gallery header logo (http://www.photopost.com/forum/how-do-i-vbulletin-3-0-x/118789-change-gallery-header-logo.html)

hotwheels July 22nd, 2005 10:48 AM

Change gallery header logo
 
I am currently running several different programs; vbulletin, phpportal and vbgallery. I was able to change the header images in my portal and in my bulletin forums.........i am not very sure on where to change the header image for the gallery though..........help on this would be greatly appreciated.........hotwheels

http://www.insanemustangs.com

mholtum July 22nd, 2005 10:56 AM

Re: Change gallery header logo
 
Your images dont display in Insane Car News. I think they are post icons, not sure. Cant view your gallery without registering.. Sorry cant help you.

hotwheels July 22nd, 2005 11:09 AM

Re: Change gallery header logo
 
from what i have been reading, i think i need to add this:

<if condition="THIS_SCRIPT == 'adv_index'">

New Header

<else />

Forum's header code here

</if>

i think it goes in here somewhere:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vbpoptions[portalhome]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
<!--

but i am not sure..............sorry about not being able to go to the gallery, i will change the permission's real quick..........

hotwheels July 22nd, 2005 11:12 AM

Re: Change gallery header logo
 
should be able to see the gallery now........like i say, i am just wanting to add a different image logo in the header.............i am pretty sure i need to make a change in my header template in my admincp, but i am just not sure where to add the link......

and the images do show up in the car new's, but that is another registration issue..........sorry

hotwheels July 22nd, 2005 11:15 AM

Re: Change gallery header logo
 
once i figure out where to add this code:

<if condition="THIS_SCRIPT == 'adv_index'">

New Header

<else />

Forum's header code here

would this code look like

<if condition="THIS_SCRIPT == 'adv_index'">

http://mynewimage.com

<else />

http://myforumscurrentlogo.com

</if>

hotwheels July 22nd, 2005 04:29 PM

Re: Change gallery header logo
 
anyone?

ConqSoft July 22nd, 2005 04:30 PM

Re: Change gallery header logo
 
To your header template, around the part where it shows your standard header graphic.

Brian July 22nd, 2005 06:47 PM

Re: Change gallery header logo
 
<if condition="VBA_SCRIPT == 'gallery'">
Gallery header
<else />
Normal header
</if>

hotwheels July 22nd, 2005 07:04 PM

Re: Change gallery header logo
 
where exactly do i place that brian?

Brian July 22nd, 2005 07:47 PM

Re: Change gallery header logo
 
In your header template.

hotwheels July 23rd, 2005 08:33 AM

Re: Change gallery header logo
 
i know this sound's silly, but where in the header template?

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vbpoptions[portalhome]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
<!--
NEW HEADER &amp; NAVBAR

Now that the nav buttons are in the
navbar template, you can stick whatever
you like into this space.

This makes it much easier for novice
admins to customize their header
template without affecting important
navigation elements.
-->
</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

hotwheels July 23rd, 2005 11:34 AM

Re: Change gallery header logo
 
i figured it out.........goes right here: img src="$stylevar[titleimage]" between the ""

Scots_Rider July 25th, 2005 04:49 AM

Header Image
 
if I was wanting to place an Image in the Top Right Header Area..
Where would I go!!

Brian July 25th, 2005 10:16 AM

Re: Change gallery header logo
 
Code:

Content visible to verified customers only.
Right there. :)

Basscat August 4th, 2005 07:42 PM

Re: Change gallery header logo
 
This is what I use to center my banner at the top of my page. I am not sure if this is the correct way to do this or not.

Code:

Content visible to verified customers only.
I put the "/forums" in front of my banner location(images/misc/nasbanner.gif), and now my banner shows up on my advanced cmps and gallery. Before I added that to it, it would not work for the cmps or gallery.

North America Sportsman


All times are GMT -5. The time now is 12:01 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97