1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.



Adding A Custom Content To Templates In Phpbb3

Discussion in 'Other Software' started by Sherlocked Pixie, Oct 16, 2011.

  1. Offline

    Sherlocked Pixie The White Duke

    • Community Devoted
    Member Since:
    May 26, 2009
    Total Posts:
    2,828
    Likes Received:
    3,035
    Gender:
    Female
    Location:
    England
    • Awards
    To start

    When editing any template file I recommend editing in notepad. Save all files before any edits and make backups. All these edits can be made via the ACP or you can download the files from your fftp and edit that way. The following works on any style.

    Adding a custom table

    Many forums choose to use a table in the header rather than a side table. Adding this is relatively easy. Any 1/2/3 cell table can be added and codes for these can be found here on RPG D. You have a choice between having any content on every page or just the index page. Let's start with the index page first.

    Go into your acp-styles-templates-index body

    Find-
    Add your table code above this line on a fresh line.

    If you wish your content to appear on every page of the forum do the following

    go to your acp-styles-templates-custom header html

    Find-
    Add your table code below this line on a fresh line.

    Adding custom content to the overall footer

    Very simple, rule of thumb do not add anything below
    Simply add new content such as a chat box at the very start of your overall footer. This prevents table alignment being corrupted.

    Remember, never edit your template files with out backing them up before hand.
    1 people like this.
  2. Offline

    Lint Roller Queen Mother

    • Support Skinner
    Member Since:
    Jan 14, 2009
    Total Posts:
    4,688
    Likes Received:
    1,675
    Gender:
    Female
    Location:
    Northern California
    • Awards
    Thanks for your tutorial :D Love to see some more tutorials on phpbb3

Share This Page