Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorHamed
    • CommentTimeNov 15th 2007
     # 1
    how can i get the 2 headers on all my site pages?

    i would like to put those two headers
    at the top of all my pages
    how?

    just the code is what i need
    thank you
    some kind of code where i can edit the text and link to where i need it to go to
    thank you
    ^^
    •  
      CommentAuthorKrak
    • CommentTimeNov 15th 2007
     # 2
    uh nuggets?
    •  
      CommentAuthorHamed
    • CommentTimeNov 15th 2007
     # 3
    nuggets?

    this is in the general support
    so it is not really a vanilla question
    more of a global question
    •  
      CommentAuthorKrak
    • CommentTimeNov 16th 2007
     # 4
    Could you be a tad more specific? If you just want the same header(a) across multiple pages why not just use an include?

    Say you have header1.php and header2.php. At the top of your page(s) use
    <?php include('link/to/header1.php'); include('link/to/header2.php'); ?>
    •  
      CommentAuthorHamed
    • CommentTimeNov 16th 2007
     # 5
    i have the same kind of header vanilla forum does
    i want to have that all across all my pages
    even if it is not the forum
    so they can sign in from anyway
    and the banner will be the same
    •  
      CommentAuthorKrak
    • CommentTimeNov 16th 2007
     # 6
    The banner like the one here on Lussumo (as in an extension)? Do the same thing as I mentioned above, just have to include the whole path.... So like:

    <?php include('http://www.yoursite.com/Vanilla/extensions/YourBanner/default.php'); ?>
    •  
      CommentAuthorHamed
    • CommentTimeNov 17th 2007
     # 7
    no that is not what i am saying

    i put this in the general support cuz i thought this is th place to talk about general support

    i wanted to put the banner at the top on all my pages on my site that are not the vanilla forum

    so my members can sign in and sign out from anywhere on the site
Add your comments
    Username Password
  • Format comments as