Mouse Over additive
|
|
I like the mouse over feature to send a msg and leave comments, but how about add the abilitie to pick what you want in the mouse over. Go to pictures, blog, videos, view commands etc... |
|
|
In a attempt to hard code a link to pictures this is what ive come up with. @ line 199
msgURL = "http://messaging.myspace.com/index.cfm?fuseaction=mail.message"; Added a line below it for the new var for the view pictures url
msgURL = "http://messaging.myspace.com/index.cfm?fuseaction=mail.message", picURL = "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums"; Couple lines below that where you have
$('FSCmtBtn').href = commentURL + id;
$('FSMsgBtn').href = msgURL + id;
This where im not sure what to add, I tried to make a new FSPicBtn
$('FSPicBtn').href = picURL + id;
But after i add that line the mouse over event stops working. |
|
|
I was just thinking about that actually. I'll add that feature. |
|
|
awesome |
|
|
I should've read more closely. I just added the view pictures link, not the ability choose whatever link(s).
|