Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The tutorial covers this directly in the code examples. It even says "// Specific User".But I don't want to display a field from the logged in user. I want to display a field from another user, the owner of the specific ad.
Yes, you can use the user id, but you need to feed it to the API. You can't just call PHP functions on an integer which is the user id. Again, I do not suggest exploring advanced usages like this with no PHP experience.I already have this user id in the same file ($userid = $this->content->userid;). Can I not use this user id?
That'd just be a URL. Example as follows.And if I want to create a CB message button, so you can go to a users message page from a page outside of CB. Is that done the same way. Or is there any easier way to do this?
Please Log in or Create an account to join the conversation.