Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post [img] [/img] Hover Text 
 
Sorry if this has been asked elsewhere I did do a search but couldnt find an answer, I have been adding images very succesfully using the [i m g] [/i m g] bbcode however I would like to change the hover over text at the moment it says image, I would like to change it,  different text for different pictures.

example:-

avatar-body

I would like to hover over this image and get my name n1cks21 rather than image


any help would be great

       
 



 
n1cks21Send private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: [img] [/img] Hover Text 
 
n1cks21 wrote: [View Post]
Sorry if this has been asked elsewhere I did do a search but couldnt find an answer, I have been adding images very succesfully using the [i m g] [/i m g] bbcode however I would like to change the hover over text at the moment it says image, I would like to change it,  different text for different pictures.

I would like to hover over this image and get my name n1cks21 rather than image


any help would be great

       


i think this is imposible in posts
you may create some flash ... but its too complicated
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [img] [/img] Hover Text 
 
Limun wrote: [View Post]
n1cks21 wrote: [View Post]
Sorry if this has been asked elsewhere I did do a search but couldnt find an answer, I have been adding images very succesfully using the [i m g] [/i m g] bbcode however I would like to change the hover over text at the moment it says image, I would like to change it,  different text for different pictures.

I would like to hover over this image and get my name n1cks21 rather than image


any help would be great

       


i think this is imposible in posts
you may create some flash ... but its too complicated
[quote]


Thats a shame    thanks anyway, I thought I would ask as it would have been a nice litte feature.......
 



 
n1cks21Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [img] [/img] Hover Text 
 
With a little trick it's possible to change the hover definition...

Into the tag "img" you can add the follow code:

title="Bla bla bla" alt="Bla bla bla " ("title" is enough for your necessity, everyway with "alt" is more complete)



Icy Phoenix

Code: [Download] [Hide]
  1. [img title="Icy PHoenix" alt="Icy Phoenix"]http://www.icyphoenix.com/templates/icy_phoenix/images/cyan/sitelogo_small.png[/img] 




Attention! if you leave more than one space to separate "img" and "title" or "alt" the image will not be displayed, like in the follow example....




[img  title="icy phoenix"  alt="Icy Phoenix"]http://www.icyphoenix.com/templates/icy_phoenix/images/cyan/sitelogo_small.png[/img]

Code: [Download] [Hide]
  1. [img  title="Icy PHoenix"  alt="Icy Phoenix"]http://www.icyphoenix.com/templates/icy_phoenix/images/cyan/sitelogo_small.png[/img] 



 



 
raphael10Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [img] [/img] Hover Text 
 
raphael10 wrote: [View Post]
With a little trick it's possible to change the hover definition...

Into the tag "img" you can add the follow code:

title="Bla bla bla" alt="Bla bla bla " ("title" is enough for your necessity, everyway with "alt" is more complete)



Icy Phoenix

Code: [Download] [Hide]
  1. [img title="Icy PHoenix" alt="Icy Phoenix"]http://www.icyphoenix.com/templates/icy_phoenix/images/cyan/sitelogo_small.png[/img] 





Attention! if you leave more than one space to separate "img" and "title" or "alt" the image will not be displayed, like in the follow example....




[img  title="icy phoenix"  alt="Icy Phoenix"]http://www.icyphoenix.com/templates/icy_phoenix/images/cyan/sitelogo_small.png[/img]

Code: [Download] [Hide]
  1. [img  title="Icy PHoenix"  alt="Icy Phoenix"]http://www.icyphoenix.com/templates/icy_phoenix/images/cyan/sitelogo_small.png[/img] 




 0017  cooool
thank you raphael10
any other bbcode trick  
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [img] [/img] Hover Text 
 
raphael10 wrote: [View Post]
With a little trick it's possible to change the hover definition...

Into the tag "img" you can add the follow code:

title="Bla bla bla" alt="Bla bla bla " ("title" is enough for your necessity, everyway with "alt" is more complete)



Icy Phoenix

Code: [Download] [Hide]
  1. [img title="Icy PHoenix" alt="Icy Phoenix"]http://www.icyphoenix.com/templates/icy_phoenix/images/cyan/sitelogo_small.png[/img] 




Attention! if you leave more than one space to separate "img" and "title" or "alt" the image will not be displayed, like in the follow example....




[img  title="icy phoenix"  alt="Icy Phoenix"]http://www.icyphoenix.com/templates/icy_phoenix/images/cyan/sitelogo_small.png[/img]

Code: [Download] [Hide]
  1. [img  title="Icy PHoenix"  alt="Icy Phoenix"]http://www.icyphoenix.com/templates/icy_phoenix/images/cyan/sitelogo_small.png[/img] 




Thats Fantastic   thank you works a treat, surly now it's possible to write code so it will ask you for the hover over text ??? something like when you add a link or when you enter a you tube link ????
 



 
n1cks21Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [img] [/img] Hover Text 
 
For the moment it's possible to add "title" only manually, but if you have a good knowledge in php you can try to do that automatically...
 



 
raphael10Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: SOLVED - [img] [/img] Hover Text 
 
I add to a little one detail:

The tag alt="" use for the images and the tag title="" for the anchor link (<a>)

Therefore enough to write:
Code: [Download] [Hide] [Select]
[img alt="Description of Image"]http://www.icyphoenix.com/templates/icy_phoenix/images/cyan/sitelogo_small.png[/img]


Description of Image

As you see works the same one and it will follow the standards of the web
 




____________
Host Server: Linux (Aruba)
IP Version: 1.3.1.54 Modded
IP WebSite: MakingART (Web 2.0)
 
FedericoBicchedduSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [img] [/img] Hover Text 
 
raphael10 wrote: [View Post]
For the moment it's possible to add "title" only manually, but if you have a good knowledge in php you can try to do that automatically...


maybe something for a future update ????

     

thanks again guys for all your help
 



 
n1cks21Send private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron