Quote:
Originally Posted by rjerina
I also just noticed the nav bar tabs still are not showing up. haha what a mess this seems to be. I'll have to mess with it some more when I have some time.
|
Fixed that! Needed to put the navbar through the $templater. I'm learnin!
I just can't figure out why running that template through stripped all the formatting. For instance, using the vb3 style way looked like the first screen shot. vb4 style is the 2nd. Maybe I'm missing something like another variable. Figured I would upload some screenshots in case something jumps out at someone.
gallery2 css getting stripped out?
edit:
I got it! haha just messing around. Added the following to gallery.php:
Code:
$templater->register('headHtml', $data['headHtml']);
Then added {vb:raw headHtml} into the <head> in the template. Should be okay now I hope. I'll be testing it for sure.
Thanks for all the help once again.