PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   custom header template in vb? (http://www.photopost.com/forum/photopost-pro-how-do-i/133202-custom-header-template-vbulletin.html)

gotvtec September 6th, 2007 09:03 PM

custom header template in vb?
 
I want to create a customer header tempalte in vb that feeds the $header variable in the header-inc.php.

Any ideas on how this can been accomplished?

Chuck S September 6th, 2007 11:57 PM

Sure in your header-inc.php file you would add in a line in bold below as I note and load an alternate header you create in vbulletin like so.

Code:

Content visible to verified customers only.

DannyITR January 24th, 2010 12:50 PM

In the current Photopost it seems the code has changed slightly. I found for this and replacde 'header' with the name of my new template but nothing happened. Any ideas?

Code:

Content visible to verified customers only.

Chuck S January 24th, 2010 08:06 PM

The code I am talking about is still in our file but its only called in vb3 not vb4 if that matters

DannyITR January 24th, 2010 09:47 PM

Quote:

Originally Posted by Chuck S (Post 1260410)
The code I am talking about is still in our file but its only called in vb3 not vb4 if that matters

I got it to work. I actually misread your initial post thinking that the code you put was there and needed to be modified but it needed to be added. I added the line in bold, and I kept the change I made in my last post (since I think it also specifies the header) and it works.

Thanks

Chuck S January 25th, 2010 06:46 AM

Nope you would add whats in bold. ;)


All times are GMT -5. The time now is 09:02 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