PhpBB3 help....

Discussion in 'PHP' started by Jeehan, Oct 17, 2007.

  1. #1
    Please let me know where( which file) do I have to place the google meta tag and Analytics code in Phpbb3.

    Thank you.

    my phpbb3 forum: http://www.banglarforum.co.nr
     
    Jeehan, Oct 17, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    templates/template name/overall_header.tpl
     
    nico_swd, Oct 17, 2007 IP
  3. Jeehan

    Jeehan Well-Known Member

    Messages:
    1,578
    Likes Received:
    31
    Best Answers:
    1
    Trophy Points:
    115
    #3
    i'm using phpbb3. so templates are ".htm". I triued to put the code in the overall_header.htm but it dosent work. pls help.
     
    Jeehan, Oct 17, 2007 IP
  4. Lordy

    Lordy Peon

    Messages:
    1,643
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
  5. blueninja1234

    blueninja1234 Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    im almost done and
    i dont know what to do

    this pops up


    A fatal and unrecoverable database error has occurred. This may be because the specified user does not have appropriate permissions to CREATE TABLES or INSERT data, etc. Further information may be given below. Please contact your hosting provider in the first instance or the support forums of phpBB for further assistance.

    install_install.php [ 1167 ]

    SQL : CREATE TABLE phpbb_attachments ( attach_id mediumint(8) UNSIGNED NOT NULL auto_increment, post_msg_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, topic_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, in_message tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, poster_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, is_orphan tinyint(1) UNSIGNED DEFAULT '1' NOT NULL, physical_filename varbinary(255) DEFAULT '' NOT NULL, real_filename varbinary(255) DEFAULT '' NOT NULL, download_count mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, attach_comment blob NOT NULL, extension varbinary(100) DEFAULT '' NOT NULL, mimetype varbinary(100) DEFAULT '' NOT NULL, filesize int(20) UNSIGNED DEFAULT '0' NOT NULL, filetime int(11) UNSIGNED DEFAULT '0' NOT NULL, thumbnail tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, PRIMARY KEY (attach_id), KEY filetime (filetime), KEY post_msg_id (post_msg_id), KEY topic_id (topic_id), KEY poster_id (poster_id), KEY is_orphan (is_orphan) )

    Table 'phpbb_attachments' already exists
     
    blueninja1234, Jan 22, 2008 IP
  6. GoglGourd

    GoglGourd Active Member

    Messages:
    122
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #6
    what code are you trying to add?

    FORUM/styles/<THEME>/template/overall_header.html

    that's the file to add META code to, should work fine there..
     
    GoglGourd, Jan 22, 2008 IP