Adding keywords to phpbb3

Discussion in 'Keywords' started by gaurav1185, May 2, 2008.

  1. #1
    Hello Everyone

    I am quite to new to the world of bloging & forum.
    To start with I have created a forum at http://jobs.learnopensource.info/

    But the problem I am facing is of adding description & keyword tags to head section of my page.

    I edited forum/style/template/overall_header.html and added to keymords & description to rescepted tags.
    But I am not able to see these changes on my page.My page is still showing the old unedited contents.

    I am using a theme called avalongreen.

    Some1 plz help out of it
    Thx in advance.
     
    gaurav1185, May 2, 2008 IP
  2. gaurav1185

    gaurav1185 Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    no one to help
     
    gaurav1185, May 3, 2008 IP
  3. Demonic

    Demonic Active Member

    Messages:
    821
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    85
    #3
    Make sure you re upload it the overall_header.html file and make sure your editing the correct theme, upload to the correct theme folder.
     
    Demonic, May 3, 2008 IP
  4. 6jin-Jing

    6jin-Jing Active Member

    Messages:
    132
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #4
    in your avalongreen folder, there's a folder called template, inside that is a file called overall_header.html

    Edit
    <meta name="keywords" content="words words words" />
    <meta name="description" content="This is my website" />
     
    6jin-Jing, May 4, 2008 IP
  5. gaurav1185

    gaurav1185 Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5

    Yes dude I am editing the same file but I don't know why it is not showing the change in actual page.That really strange.
     
    gaurav1185, May 4, 2008 IP
  6. Justme123

    Justme123 Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Easy

    Login into your admin panel of your phpbb3 forum

    Push the button on the front "Purge cache" (or smilair text/own language)

    click yes

    Reload the site in the browser

    Done!
     
    Justme123, May 7, 2008 IP
  7. 6jin-Jing

    6jin-Jing Active Member

    Messages:
    132
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #7
    Oh yeah, and that too i forgot lol
     
    6jin-Jing, May 8, 2008 IP
  8. hokusai

    hokusai Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    In the admin section go to the "styles" tab at the top, then down on the left go to "templates". click edit beside the theme/style you are using.

    in the dropdown bar presented, select overall_header.html

    modify the existing spiel there (add your keywords and description between the supplied quotes)

    <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
    <meta http-equiv="content-style-type" content="text/css" />
    <meta http-equiv="content-language" content="{S_USER_LANG}" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="resource-type" content="document" />
    <meta name="distribution" content="global" />
    <meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
    <meta name="keywords" content="keywords go HERE" />
    <meta name="description" content="description goes HERE" />
    Code (markup):
    easy peasey.

    :D
     
    hokusai, Feb 8, 2009 IP