Hey, yes that's possible.@rellect can I disable the notification from showing up on forum index? I don't show ads there.
My mistake, this is not the correct value to exclude the homepage. The correct value is: XenForo_ControllerPublic_Forum::IndexAdding: XenForo_ControllerPublic_Index to Controller and Action is: does not appear to remove the message from the forum homepage. It might be due to some caching option in the backend.
Yes, for example, to exclude the homepage you'll write 'forum_list'.Can you give some example uses of the Content Template is field?
That's a little harder, there's no setting to Enable in specific pages, but only to exclude. So the only way to do it is to exclude all other pages.Thanks. This appears to work.
Another query. What if I just want to display the message only on actual content pages (thread pages).
Setting 'Allow' for the bypass permission is enough.Ok. That's fine. Maybe a feature request if others are also interested.
Another query... How do I disable it for a particular user group? Select ALLOW for both bypass and dismiss settings? I am currently testing it and it does not seem to work. Thanks!
Unfortunately this is how the permission system works. It always picks the higher value.ok fixed that issue. only one thing is confusing. not related to this plugin.
i promote 'registered' users to 'regulars' after they post 20 messages.
i have set registered users to get the message after 1 hour time period.
i have set regulars users to get the message after 5 hours time period.
analyze permission tells me that regulars users are picking up the setting for registered users not regulars (1 hour).
i wonder how i can fix this thingy!
When you use an ad blocking app online, you hurt the free web powered by online advertising.
I get it. A lot of websites have terrible ads. I like to believe, IBF is not one of them.
If this website helped you, consider whitelisting it. Otherwise, feel free to block this message! Thanks.
Here is a little script to do thatWhat an option for hiding all but the first post to ad block users?
<xen:if is="!{$session.robotId}">
<script>
$(document).bind('AdBlockOn', function(){
$('#messageList > li:not(:first-child)').hide();
});
</script>
</xen:if>
Here is a little script to do that
Code:<xen:if is="!{$session.robotId}"> <script> $(document).bind('AdBlockOn', function(){ $('#messageList > li:not(:first-child)').hide(); }); </script> </xen:if>
Basically any place is okay. If you're not sure just put it in the end of the footer template.Where do you put that script? Which file?
Thx!
<xen:if is="!{$session.robotId}">
<script>
$(document).bind('AdBlockOn', function(){
$('.thread_view #messageList > li:not(:first-child)').hide();
});
</script>
</xen:if>
Looks like the adblocker blocks some vital resources on the site. Another reason to whitelist the site.Just got an email that is this what a member sees using FF 40 with ad blocker 2.6 Big problem!View attachment 117361
We use essential cookies to make this site work, and optional cookies to enhance your experience.