Quote:
Originally Posted by OcR Envy
Sure it does but I don't want it to 301
Code:
function text2seo(text) {
text=text.replace(/[^a-z-A-Z-0-9]+/g,'-');
text=text.toLowerCase();
return text;
}
Then edit the js file to match your url structure, not easy but works.
Ever think about tracking other events like article, blogs etc.. ?
|
Truthfully, it doesn't matter a ton if it redirects. The instances that people actually click something from the scrolling spy are pretty rare. And it doesn't muck with search engines because the feed is coming from an AJAX request that is built from JavaScript. And even then the underlying AJAX response is nothing more than numbers (not URLs). So a search engine or any other automated process aren't going to be seeing the content that is withIn the scrolling area.
And yeah... Would like to support additional events, but can't until vBulletin adds hook locations that would support it.