• There is an important update regarding account security and 2FA. Please click here for more information.
  • ❤️ It's that time of the year again - Happy Valentine's Day! Luvdisc is back to help spread the luv again. Interested in sending a message of appreciation to some special users on the site, and earning a brand-new badge in the process? Then click here for more information! ❤️
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
  • Imgur has blocked certain regions from viewing any images uploaded to their site. If you use Imgur, please consider replacing any image links/embeds you may have on PokéCommunity so everyone can see your images. Click here to learn more.

how?

Koriaku

...Like a Circus?
  • 745
    Posts
    21
    Years
    how do you do the sidebar ( like pokevillage.net) do you have to go to every page and edit it when you wanna change something? or is there a code
     
    My code is a little out of date, but yeah. I use a php include.

    PHP:
    <? include("nav.txt"); ?>

    I put that on all the pages, and so when I want to add something to the sidebar, all I have to do is edit nav.txt and it updates everywhere. It's the same for my affiliates & topsites. ^^;
     
    JKaizer said:
    My code is a little out of date, but yeah. I use a php include.

    PHP:
    <? include("nav.txt"); ?>

    I put that on all the pages, and so when I want to add something to the sidebar, all I have to do is edit nav.txt and it updates everywhere. It's the same for my affiliates & topsites. ^^;

    How is that out-of-date? It hasn't depreciated yet, to my knowledge.
     
    Back
    Top