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.
lucablue wrote: Excuse me, just last thing:
I've seen for cb url there are different parameter but I cannot undestand how send the link to a specific user tab or user profile field.
Example: I've created the button to send a pm to user, but using [cb:url location="profile_view" /] the link is for user profile... is there a way to send direclty to SEND PRIVATE MESSAGE? (using uddeIM)
Thank you.
Please Log in or Create an account to join the conversation.
You can't from that substitution. You'd need to construct the non-SEF URL your self for that. Example as follows.I've seen for cb url there are different parameter but I cannot undestand how send the link to a specific user tab or user profile field.
You can link to the new message page in UddeIM directly or substitute in the pm field. Example URL as follows.Example: I've created the button to send a pm to user, but using [cb:url location="profile_view" /] the link is for user profile... is there a way to send direclty to SEND PRIVATE MESSAGE? (using uddeIM)
It'll render the PM field the same way you've it configured to display on a users profile. If you want it icon only you'll need to edit the field and set it to icon only. Be sure to use [cb:userfield field="FIELD_NAME" /] for this field as [pm] will probably just be the raw URL.At least I need just another parameter than [PM], which is the correct parameter to TEXT link to the send private message page, to show the PM icon instead text... does it exists?
Please Log in or Create an account to join the conversation.
krileon wrote: ...
You can link to the new message page in UddeIM directly or substitute in the pm field. Example URL as follows.Example: I've created the button to send a pm to user, but using [cb:url location="profile_view" /] the link is for user profile... is there a way to send direclty to SEND PRIVATE MESSAGE? (using uddeIM)
index.php?option=com_uddeim&task=new&recip=[user_id]
It'll render the PM field the same way you've it configured to display on a users profile. If you want it icon only you'll need to edit the field and set it to icon only. Be sure to use [cb:userfield field="FIELD_NAME" /] for this field as [pm] will probably just be the raw URL.At least I need just another parameter than [PM], which is the correct parameter to TEXT link to the send private message page, to show the PM icon instead text... does it exists?
Please Log in or Create an account to join the conversation.