Websites Discussion
Linking to a particular post
Talk about our websites Serato.com and Whitelabel.net
To talk about a Serato product such as Scratch Live or ITCH please find the appropriate forum area.
To talk about a Serato product such as Scratch Live or ITCH please find the appropriate forum area.
Linking to a particular post
dave
4:30 AM - 25 June, 2008
Have you ever wanted a permanent link to a particular forum post?
Now you can.
Click on the link button on the post (refresh your browser if the quote and report buttons now look a bit silly).
Then copy the address in your browser and you can use that to get back to the same message.
Now you can.
Click on the link button on the post (refresh your browser if the quote and report buttons now look a bit silly).
Then copy the address in your browser and you can use that to get back to the same message.
nik39
3:08 PM - 25 June, 2008
www.serato.com
Nice.
Is it possible to copy the address automatically if you click on the "link" button? Or maybe add it directly into the message box.
Nice.
Is it possible to copy the address automatically if you click on the "link" button? Or maybe add it directly into the message box.
nobspangle
5:04 PM - 25 June, 2008
Adding directly to the message box would be cool, or the way google maps handles it with a floating div that appears with the link text highlighted already to use.
Of course the easiest thing to do with the current method is to use right click and "copy link location" or "copy shortcut"
Just noticed, if you're not logged in this button doesn't appear as it is attached to the report and quote buttons.
Of course the easiest thing to do with the current method is to use right click and "copy link location" or "copy shortcut"
Just noticed, if you're not logged in this button doesn't appear as it is attached to the report and quote buttons.
dave
8:50 PM - 25 June, 2008
Yep, we want this but my javascript Skillz weren't up to the task to do it yesterday.
That's a bug, thanks.
Quote:
Is it possible to copy the address automatically if you click on the "link" button?Yep, we want this but my javascript Skillz weren't up to the task to do it yesterday.
Quote:
Just noticed, if you're not logged in this button doesn't appear as it is attached to the report and quote buttons.That's a bug, thanks.
nik39
12:44 AM - 11 August, 2008
Yep, we want this but my javascript Skillz weren't up to the task to do it yesterday.
*bump* can we have this, please?
Quote:
Quote:
Is it possible to copy the address automatically if you click on the "link" button?Yep, we want this but my javascript Skillz weren't up to the task to do it yesterday.
*bump* can we have this, please?
ChrisD
3:20 AM - 3 August, 2009
Actually there's no nice way to do this. IE has some proprietary DOM extensions that let you do this and Firefox has a config option (disabled by default) that allows something similar. I've also seen some people use Flash for this. Yuck.
But there's no elegant, standards compliant way of doing this.
The problem is that this is seen as a major security risk in that it breaks the browser sand box model by creating functionality that gives your browser local machine access.
So, in short, this WON'T be happening anytime soon :-(
Quote:
Is it possible to copy the address automatically if you click on the "link" button?Actually there's no nice way to do this. IE has some proprietary DOM extensions that let you do this and Firefox has a config option (disabled by default) that allows something similar. I've also seen some people use Flash for this. Yuck.
But there's no elegant, standards compliant way of doing this.
The problem is that this is seen as a major security risk in that it breaks the browser sand box model by creating functionality that gives your browser local machine access.
So, in short, this WON'T be happening anytime soon :-(
nik39
9:26 PM - 3 August, 2009
Wow.. it's crazy that you can do so many things with browsers nowadays and still... such simple tasks cause such a headache :-(