PDA

View Full Version : User profile details variable!!


arslan.cb
02-22-2010, 09:51 AM
Hello
i am creating integeration of ClipBucket and vBulletin
now i am stuck on a stage, who can i get details of user whos profile page is being opened .i.e

http://localhost/vb4/member.php?2-arslan

i want to get all data of user "arslan" in 1 variable so that i can use it in my PHP code.

my plugin's hook location is member_start, everything is going according to plan just need to work on user details array...


please help!

Paul M
02-22-2010, 10:49 AM
Have you looked in member.php to see where that hook is called and what information is available ?

arslan.cb
02-22-2010, 11:05 AM
:O
my hook placement was indeed incorrect, i moved it to "member_build_blocks_start" and then called $profilObj , before, it wasnt working. Now it works fine :) thanks a bunch for the hint......