I saw, that the alt-text (<img src= alt="...") in the who´s online list (the question mark images) shows the dynamic urls (showthread?t=1) and not the seo-urls.
Greetings,
shaochun
This is a discussion on Alt Text in who´s online within the vBSEO Features Archive forums, part of the vBulletin Links & Resources category; I saw, that the alt-text (<img src= alt ="...") in the who´s online list (the question mark images) shows the ...
I saw, that the alt-text (<img src= alt="...") in the who´s online list (the question mark images) shows the dynamic urls (showthread?t=1) and not the seo-urls.
Greetings,
shaochun
It's kind of ugly, but you could add this to the "online bit complete" hook:
if(@include_once('./includes/functions_vbseo.php'))
{
$txt = "<a href=\"".$userinfo['location']."\"></a>";
$txt = make_crawlable($txt);
$userinfo[location] = substr($txt,9,$txt.length-6);
}
shaochun,
vBSEO is designed to rewrite href="" and src="" attributes, but not alt="" (which is rare to have URL inside), that's why some kind of workaround (similar to posted by scruby) is required.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Of course, the only entry point that I know of is make_crawlable()Originally Posted by scruby
somebody who works for crawlability could give a better plugin for this.
We'll look to implement this as default vBSEO behaviour in v2.3.3 as this is standard vB feature![]()
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
/* NOTE: This feature has been adopted and will be included in vBSEO 2.3.3*/
* moved to Feature Requests *
Juan Muriente / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!