Good Communication, prompt reply and regular communication and availability are some of the highlight of the Zencart dedicated developers we provide.
You can have developer, who can update you for your Zencart project on daily basis, weekly basis as and when you want. You can communicate to developer through any IM that you are comfortable with.
All the developers are Degree Holders from a reputed University so they are having good logic as well as good IQ, good understanding of your requirements, explanation skills and English communication are some of the added advantage.
At virtue info an offshore web development company we offer Zencart Developers to hire, Zencart Development, Zencart Customization within your budget and time.
For a complete quote for Zencart Development, Zencart Customization and to hire Zencart developer requirements, contact us at info@virtueinfo.com.
We are proud of our professional proficiency and confident to meet each of your professional necessities.
Get ready to experience excellence with us!
Several people I know are
Several people I know are reporting that this doesn't work past 5.3. And I don't know why.
Would be nice to know how to get this to work in a block as well. Someone posted this as a starting point but I don't know php.
$uid = arg(1); // second part of the path user/1 on user profile pageLoading a user:
$account = user_load(array('uid' => $uid));
Get the name:
$name = $account->name;
?>
Any help would be uber appreciated. I currently don't have a way other than the template fix for my users to add buddies.