adding H1 tag to IPB?

Discussion in 'Forum Management' started by Markas, Sep 26, 2007.

  1. #1
    I want to add H1 tag like <h1>sfsdfasd</h1>
    just after the logo
    Maybe someone knows how to do it?

    And I want that H1 to show the title in every single page
    like for example www.diskutuok.lt in the top right (it changes in every page)
    I know it's phpbb board, but I didn't find an example with IPBoard
    Any help? PLEASE
     
    Markas, Sep 26, 2007 IP
  2. BluAzn

    BluAzn Well-Known Member

    Messages:
    1,477
    Likes Received:
    127
    Best Answers:
    0
    Trophy Points:
    185
    #2
    I can help you with this. Follow these steps:

    AdminCP >> Look and Feel >> Skin Manager >> Select your skin >> Edit Template HTML >> Topic View >> topic_page_top

    Find:
    <!--IBF.FORUM_RULES-->
    Code (markup):
    Add below:
    <h1 align="center">{$data['TOPIC']['title']}</h1>
    Code (markup):
     
    BluAzn, Sep 27, 2007 IP
    Markas likes this.
  3. Markas

    Markas Well-Known Member

    Messages:
    710
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    128
    #3
    thanks a lot! it works! but is it possible to make it show in the main page and in the forums? not only in the threads?
    ;)
     
    Markas, Sep 27, 2007 IP
  4. BluAzn

    BluAzn Well-Known Member

    Messages:
    1,477
    Likes Received:
    127
    Best Answers:
    0
    Trophy Points:
    185
    #4
    What do you mean by "main page" and in "forums"?

    The title of the thread can be shown in the threads, why would you want it outside of it?
     
    BluAzn, Sep 27, 2007 IP
  5. Markas

    Markas Well-Known Member

    Messages:
    710
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    128
    #5
    Everything is good with threads.

    Like for example here:
    http://www.gamesterstalk.com/General-Poker-Forum-f14.html
    I want to show General Poker Forum in the H1 tag the same as in threads.. do you understand me?

    http://www.gamesterstalk.com/
    and here in the main page, I want to show Poker, Casino, Betting, Discussions, Forums in H1 tag too!!;)
    Hope you will understand me

    I want H1 tag not only in threads but in other places too.
     
    Markas, Sep 27, 2007 IP
  6. BluAzn

    BluAzn Well-Known Member

    Messages:
    1,477
    Likes Received:
    127
    Best Answers:
    0
    Trophy Points:
    185
    #6
    Yes I understand you now. Follow these steps:

    AdminCP >> Look and Feel >> Skin Manager >> Select your skin >> Edit Template HTML >> All Global HTML >> start_nav

    Find:
    &nbsp;
    Code (markup):
    Add after:
    <h1>
    Code (markup):
    Save Template Bit

    AdminCP >> Look and Feel >> Skin Manager >> Select your skin >> Edit Template HTML >> All Global HTML >> end_nav

    Find:
    </div>
    Code (markup):
    Add before:
    </h1>
    Code (markup):
    Save Template Bit

    Hope this helps you ;)
     
    BluAzn, Sep 27, 2007 IP
  7. Markas

    Markas Well-Known Member

    Messages:
    710
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    128
    #7
    BluAzn no!!! :)
    As you did with threads, I want you to do the same with all forums, not all that line to become H1, only the "Forum name" should be H1 :)
    ach just forget about it, my English is too poor to explain that
     
    Markas, Sep 28, 2007 IP
  8. ForgottenCreature

    ForgottenCreature Notable Member

    Messages:
    7,473
    Likes Received:
    173
    Best Answers:
    0
    Trophy Points:
    260
    #8
    Main page = the index.
     
    ForgottenCreature, Sep 30, 2007 IP