We would like to link to user profiles from an external page.
We have their userids, how can we pull their URL-friendly usernames?
I'm asking because the username field in the user table doesn't match the URL-friendly username used by vbseo.
This is a discussion on How to pull username from database? within the General Discussion forums, part of the vBulletin SEO Discussion category; We would like to link to user profiles from an external page. We have their userids, how can we pull ...
We would like to link to user profiles from an external page.
We have their userids, how can we pull their URL-friendly usernames?
I'm asking because the username field in the user table doesn't match the URL-friendly username used by vbseo.
Hello ,
I don't see a vBSEO license asigned to your username. Please supply me your payment transaction id and forum adress via PM
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Does anyone know if this is possible? This for a separate page hosted on a subdomain, so it's not integrated with vbulletin.
Stanley, we cannot offer support to you until you verify your license.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Brian, mind pointing me in the right direction?
Would the $username be available to the script ? or just the $userid.
Take a look at this thread: vBSEO Functions for Extensibility
If you have both the variables available, use the 5th function: vbseo_member_url_row()
otherwise, you can try passing /member.php?u=userid to vbseo_any_url(). (not tested this one, though)
Thanks Shadab, that worked.