How do I get the IDProfile in 'view profile page'?

How do I get the ID of a view profile page?

 

I need to get the profile ID to use in a php code within a block in view profile page.

 

Does anyone know?

 

I know get the ID of who is visiting the profile page. I use getLoggedId ();.

But i dont know get the ID of the profile that is being visited.

 

Can anyone help me? Thank you!

Quote · 25 Sep 2013

Yes, I saw this on another topic:

From Deano:

profile.php has the code that does this.

$profileID = getID( $_GET['ID'] );

So. $profileID should have worked for you if the block is on the profile page. I had no problems during my tests

Geeks, making the world a better place
Quote · 26 Sep 2013

Prashank also add this on the same topic:

this also returns the id of profile being viewed

$this->oProfileGen->_iProfileID

Geeks, making the world a better place
Quote · 26 Sep 2013

It worked! Thank you geek girl! :)

Quote · 26 Sep 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.