How do I add tooltip to the title tags? [phpbb3]
3 posters
Page 1 of 1
How do I add tooltip to the title tags? [phpbb3]
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
Re: How do I add tooltip to the title tags? [phpbb3]
what is it?
can you explain in more details.
can you explain in more details.
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: How do I add tooltip to the title tags? [phpbb3]
@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.
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
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
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.
@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.
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>
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.
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: How do I add tooltip to the title tags? [phpbb3]
oh lol
Yeah now i know what you mean.
Thanx
Yeah now i know what you mean.
Thanx
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: How do I add tooltip to the title tags? [phpbb3]
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.
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.
Similar topics
» Problem with tooltip and forum title
» Tipsy tooltip problem
» Tooltip problems
» Remove a Tooltip
» Tipsy Tooltip
» Tipsy tooltip problem
» Tooltip problems
» Remove a Tooltip
» Tipsy Tooltip
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum