is this plug-in or customization ?

spudys

Member
Registered
Joined
May 15, 2019
Messages
17
Points
13

Reputation:

hi sir is this customization or plug-in kindly tell me the name of plug-in or can you provide a link is it available on enxf.net


Screenshot_11.png
 

spudys

Member
Registered
Joined
May 15, 2019
Messages
17
Points
13

Reputation:

sir i already installed this plug-in but dint show like this on resource download side
1558340971575.png
 

WP ENXF

Administrator
Staff member
Administrator
Moderator
Registered
Joined
Jan 28, 2019
Messages
175
Points
103

Reputation:

Appearance->Templates-> xfrm_resource_wrapper_macros ->
Code:
<center><xf:if is="$xf.visitor.hasPermission('resource', 'j_XFRMLikelmit') && !$xf.visitor.hasPermission('resource', 'justin_canbypasslikelimit') ">
    <div class="button is-disabled"><span style="color: red">You need to like resource in order to download it</span></div>
</xf:if>
<xf:if is="$xf.visitor.hasPermission('resource', 'j_XFRMdownloadlimit') != '-1' && !$xf.visitor.hasPermission('resource', 'justin_canbypassdlimit')">
    <div class="button is-disabled"><span style="color: red">You can download only {$xf.visitor.hasPermission('resource', 'j_XFRMdownloadlimit')} resources in a day</span></div>
</xf:if></center>
 

Attachments

  • enxf.PNG
    enxf.PNG
    14.8 KB · Views: 108
Top