Hello, How to make that a php block created by myself, on the profile page, doesn´t appear when someone visits your profile , because it is information that only the owner profile should see.
please help me any idea to try??
regards
Hello, How to make that a php block created by myself, on the profile page, doesn´t appear when someone visits your profile , because it is information that only the owner profile should see. please help me any idea to try?? regards |
not sure but try this if (getLoggedId() = $this->oProfileGen->_iProfileID) { ///your code } so much to do.... |
Thanks Prashank25, it works!!
not sure but try this if (getLoggedId() = $this->oProfileGen->_iProfileID) { ///your code }
|
You're welcome :) Good luck so much to do.... |