How do I add tooltip to the title tags? [phpbb3] Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    How do I add tooltip to the title tags? [phpbb3]

    Zeus
    Zeus
    Forumember


    Male Posts : 405
    Reputation : 22
    Language : Romanian and english
    Location : Bucharest, Romania

    Solved How do I add tooltip to the title tags? [phpbb3]

    Post by Zeus October 8th 2011, 11:55 am

    I want to add tooltip to tag me a title on my forum. How do I tried various tutorials but could not solve this problem.


    Last edited by Mr.Sankez on October 16th 2011, 12:06 am; edited 1 time in total
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: How do I add tooltip to the title tags? [phpbb3]

    Post by kirk October 10th 2011, 9:11 am

    what is it?
    can you explain in more details.
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How do I add tooltip to the title tags? [phpbb3]

    Post by Nera. October 10th 2011, 9:40 am

    @Kirk, it's when you touch a link or a IMG with a mouse and a tooltip pops out. A little message you made to pop out.

    @Mr. Sankez you can try this:
    This is my test forum, if that is what you want http://movingagain.forumcroatian.com/c3-your-second-category
    Touch the tip of the forum title with a mouse and you'll see a tooltip. Exclamation

    STEP 1:
    Go to your AP > Modules > JS managment and take the script from this link
    http://www.js.megadizajn.info/vtip.js
    And paste it there + mark all pages.

    STEP 2:
    Than add this to CSS
    Code:
    p#vtip { display: none; position: absolute; padding: 10px; left: 5px; font-size: 0.8em; background-color: white; border: 1px solid #a6c9e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999 }
    p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }

    STEP 3:
    Than go to your AP > General > Categories and forums and add this to a forum title & fill in the blanks I made upercase
    Code:
    <a href="YOUR FORUM LINK" class="vtip" title="TEXT TO APPEARE">FORUM NAME</a>
    When I said your forum link I ment the forum you are assigning hover to not the whole forum. And the resault you can see on my forum.

    END:
    You can change the apperance of the tooltip by changing it's CSS, the one you added to CSS, make it black, other font etc.

    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: How do I add tooltip to the title tags? [phpbb3]

    Post by kirk October 10th 2011, 9:44 am

    oh lol

    Yeah now i know what you mean.
    Thanx
    Zeus
    Zeus
    Forumember


    Male Posts : 405
    Reputation : 22
    Language : Romanian and english
    Location : Bucharest, Romania

    Solved Re: How do I add tooltip to the title tags? [phpbb3]

    Post by Zeus October 14th 2011, 5:12 pm

    This is not possible to phpBB3. I once saw on a forum that had activated the lastpost tooltip on the entire board. I wonder how doing so gave that result, and that I must announce that version had phpbb3 forum.
    I create a tooltip is not high growth, but it is something entirely new when it comes to add to all title tags.

    Edit: The problem is solved.