XF 1.5 Resource link?

Okenyon

Active member
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?
 
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>
 
I want to send each resource owner a private message with a link to their exact resource.

--------
Click Here To View Your Resource.
--------

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.
 
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?
 
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.
 
Top Bottom