Okenyon Active member May 11, 2016 #1 Hey guys, is there a way I can define a link to a users resources? For example I want to place a link on everyone dashboard that links them direct to THIER specific resources. Possible?
Hey guys, is there a way I can define a link to a users resources? For example I want to place a link on everyone dashboard that links them direct to THIER specific resources. Possible?
wang Well-known member May 11, 2016 #2 There is already a link to users own resources in the resource manager. (Your Resources). Upvote 0 Downvote
Okenyon Active member May 11, 2016 #3 Thanks, but how do I place that link elsewhere, what is the actual link to use? Upvote 0 Downvote
wang Well-known member May 11, 2016 #4 This is the actual link: HTML: <xen:if is="{$visitor.user_id} && {$visitor.resource_count}"><li><a href="{xen:link resources/authors, $visitor}">{xen:phrase your_resources}</a></li></xen:if> Upvote 0 Downvote
This is the actual link: HTML: <xen:if is="{$visitor.user_id} && {$visitor.resource_count}"><li><a href="{xen:link resources/authors, $visitor}">{xen:phrase your_resources}</a></li></xen:if>
Okenyon Active member May 11, 2016 #5 How would I embed this within an email or private message? Upvote 0 Downvote
wang Well-known member May 12, 2016 #7 Okenyon said: How would I embed this within an email or private message? Click to expand... What is it exactly that you want to do? I see that you have asked the exact same question here too: https://xenforo.com/community/threads/my-resources-easy-link.113794/ Upvote 0 Downvote
Okenyon said: How would I embed this within an email or private message? Click to expand... What is it exactly that you want to do? I see that you have asked the exact same question here too: https://xenforo.com/community/threads/my-resources-easy-link.113794/
Okenyon Active member May 12, 2016 #8 I want to send each resource owner a private message with a link to their exact resource. -------- Click Here To View Your Resource. -------- Upvote 0 Downvote
I want to send each resource owner a private message with a link to their exact resource. -------- Click Here To View Your Resource. --------
wang Well-known member May 12, 2016 #9 Okenyon said: I want to send each resource owner a private message with a link to their exact resource. -------- Click Here To View Your Resource. -------- Click to expand... Well, pc sending does not support html, but you can send them using the url bb code. But if you want to do this in an automated way, you will need a custom add on or some other form of custom developement. Upvote 0 Downvote
Okenyon said: I want to send each resource owner a private message with a link to their exact resource. -------- Click Here To View Your Resource. -------- Click to expand... Well, pc sending does not support html, but you can send them using the url bb code. But if you want to do this in an automated way, you will need a custom add on or some other form of custom developement.
Okenyon Active member May 12, 2016 #10 I just want to be able to do it from admin as a one time message which is easy, I just don't know what link to use in BB code to get them straight to their resource? Upvote 0 Downvote
I just want to be able to do it from admin as a one time message which is easy, I just don't know what link to use in BB code to get them straight to their resource?
P Paul B XenForo moderator Staff member May 12, 2016 #11 As already stated, you can't do it as a mass message - you would have to do individual messages to each member with the specific URL. Upvote 0 Downvote
As already stated, you can't do it as a mass message - you would have to do individual messages to each member with the specific URL.