Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
I would just like to say I am very new to all this. and I am so impressed to the originall creator and the updater..Wow.If you have any advice for me,please let me Know what should I do to continue to learn more about scripts,and what steps,should i take to learn from an infant to getting,here.I know it will take me awhile but as i said before,I haven't been this challenged in a very long time,thank you guys,for all the info,I can be reached,and Markydee_unlimited,on myspace,thanks a mill for everything. |
|
|
I have been trying to add a oline icon and it will not add. I have added them before and not had a problem, any suggestions |
|
|
wonderful update! :) thank you, you saved my life. |
|
|
Tag spam. Kill it with fire. |
|
|
how do i make a new link saying 'view all comments'? |
|
|
A much better version is now available with MANY MANY Improvements: http://userscripts.org/scripts/show/5767 |
|
|
Here's a suggestion for this script to make it work in more places (such as users who have a custom friends layout). All you have to do is change one line: selectedLinks = document.evaluate("//a[img[contains(@src, '_s.')]]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); to: selectedLinks = document.evaluate("//a[img and contains(@href, '.viewprofile')]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); this makes the images bind to any image link to someone's profile, instead of any link with an image ending in '_s'. |
|
|
The comment picture isn't loading, now.
|
|
|
the 'send msg' and 'add user' button don't work with me
|
|
|
ack. I totally meant "send", not "bend" |
|
|
there's a problem I've noticed... When you click to mail a user using your links, you're taken to "mail3.myspace.com/". However, when at the mail3 prefix, nothing happens when you hit the "bend" button, leaving you to copy/paste your message and go to the exact same address... without the 3... to message someone. I've corrected this in my version of the script, hope you don't mind. I haven't noticed anyone else complain of this problem, but then again, I didn't complain about it til now either. |
|
|
works like a charm
|
|
|
It only doesnt work on the homepage when Tom posts an update. That would be the only time it doesnt work for me. Is there a possibility to get the add to friends switched out with something more useful. Im not particularly into adding everyone. Maybe a View All Friends. Or Comments Like suggested below. No offense or anything. This is an amazing script. Ive turned so many of my friends onto this script. They switched to Firefox to have it. Haha. |
|
|
Also not working for me, but I must say, great script, when it is functional. |
|
|
Nevermind, it's working again. |
|
|
This just stopped working for me on my home page.
|
|
|
my name alex MySpace - Add Image Links can you add 3 more to Script Add to Favorite http://collect.myspace.com/index.cfm?fuseaction...=
|
|
|
Awesome, Best Script I've seen or used, thank you so much! |
|
|
This script officially ownz... =). I love it! Props to the maker and updater! |
|
|
Also, would there be any way to get the add comment/send message buttons to still appear for people who haven't added a picture yet? |
|
|
Is it just me, or does this script cover up the 'online now' icons on your home page as well as your 'view all friends' page? |
|
|
I added these excludes for my own preference (mainly to avoid people with css to resize comments) // @exclude http://*.myspace.com/*.viewCategory* // @exclude http://profile.myspace.com/* the first exclude is to avoid those contact buttons from showing up on the forum/group listings, because they stack up in that limited area. |
|
|
Thank you guys for crediting me for the orignal idea and script. I have a new one coming at you that you can tinker with... Aliases. |
|
|
Dude, I'm so glad to see someone fixed my add comment addition to Steve Ryherd's original script. I've been far too busy to update it after they restructured the code. |