Hide Adverts

Hide Adverts 1.0.0b2

No permission to download
Author newimage
Creation date
Headline
Adds a permission setting \"Can hide adverts\" to assign user groups permissions to hide adverts.
Short Description
FREE Download Premium and Nulled Hide Adverts 1.0.0b2 version from NullPro Community. It is zip Extention type and 12.7 KB File size. From Hide Adverts have 466 Views.
Adds a permission setting "Can hide adverts" to assign user groups permissions to hide adverts. This is intended to be used with paid upgrades so that users can pay to hide adverts.

Note that the functionality of this addon is largely able to be reproduced using only the advertising management system that is a core part of XenForo 2.x. This addon simply provides an alternative approach to managing these permissions which is more flexible and extensible - especially for more complex advert management systems which do not use the core advertising placements.

A specific feature of this addon which is not available in the core, is the ability for users to over-ride the advert hiding mechanism allowing them to show the adverts.



I use this functionality to show adverts to myself so I know what is displaying and what isn't, while other admins automatically have adverts hidden. Similarly, my "business" members who pay to show their own adverts on the site while also getting the ability to hide adverts when browsing - might choose to temporarily show adverts so that they can check how their adverts display.

New permission:


1593259086510.png




User preference:


1593259236535.png




How to use:

For use with account upgrades, ensure that the Registered usergroup has the Can hide adverts permission set to "No". Then for any upgrade usergroups, plus moderators and administrators (assuming you want to hide ads for them), set the Can hide adverts permission to "Yes".

Any advertisement placement you want to use with these permissions, should be placed within an "if" statement in the template which checks the $xf.visitor.show_adverts flag.

This can also be used for the display settings on widgets.

show_adverts will be set to true when:

  • the user does not have permission to hide adverts
  • the user does have permission to hide adverts, but has deselected the "Hide adverts" checkbox in their preferences
Example:



Code:


<xf:if is="$xf.visitor.show_adverts">
Advert goes here
</xf:if>
Author
newimage
Views
466
Extention type
zip
File size
12.7 KB
First release
Last update
Rating
0.00 star(s) 0 ratings
Link was Broken? Please  Send Message to NP Team with Ticket, You will get it very quickly!
Support Developer If you are satisfied with your test or project have earn money successfully, Maybe you can click more information button to support with buying.
More resources from newimage

Similar resources

[cXF] Hide attachments with notice J
Completely hide attachments with notice based on permissions.
0.00 star(s) 0 ratings
Views
26
Updated
[cXF] Hide profile page J
adds user group permissions to show/hide profile page (and member tooltip) with a notice.
0.00 star(s) 0 ratings
Views
24
Updated
[cXF] Hide resource downloads or views count J
adds user group permissions to show/hide resource downloads or views count.
0.00 star(s) 0 ratings
Views
28
Updated
Back
Top