![]() |
Provided you used it correctly, it does work.
|
thats whats confusing me it does work on some pages just not on others
ie: the login box swap works fine on all the portal pages but it refuses to work on the vbb its self. even though both pages load exactly the same header templates and both process the phpinclude template this is almost the last thing ive been stuck with and its confusing the hell outta me |
hinch: I did that same hack... But to the header code itself within vBP's files. I decided a code hack would work better than a template hack. Ironically, I'm getting to opposite of what you are -- The themeheader is only changed within vB pages. vBP pages show the default. So, I think a combination of both our hacks would create exactly what we need. :D
|
heh possiably
well the vbp header swapping works perfectly all i did was add the template called P_themeheadersLI (LI for logged in) then in header.php edited the line of code that just said eval("\$themeheader = \"".gettemplate("P_themeheader")."\";"); to now say if ($bbuserinfo['userid']!=NULL) { eval("\$themeheader = \"".gettemplate("P_themeheaderLI")."\";"); }else{ eval("\$themeheader = \"".gettemplate("P_themeheader")."\";"); } thats on line 50 or so of header.php so that should work for you fine. i think as for the vb one its self fancy giving me a clue im struggling to find even html in the vb files |
All times are GMT. The time now is 03:37 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|