Quote:
Originally Posted by michaelbenson
This doesnt appear vB SEO compatable
Also when seperating your (for example) interests by a semi-colon the script doesnt realise that this is representive of a new interest and instead just hightlights the whole lot as one big URL.
|
What on earth is vB SEO?
And you could always try changing the explode character from a , to a ; in this bit:
PHP Code:
$profileLinks = explode(',', $profilefield['value']);
$profileLinks2 = explode(',', $profilefield['value2']);
I'm not sure whether that would work off the top of my head, but you could give it a whirl
Hacks aren't static published and closed pieces of code... you are very welcome to hack them some more to make them fit your requirements.