jquery-rss icon indicating copy to clipboard operation
jquery-rss copied to clipboard

set support: false still showing ads

Open testermania opened this issue 5 years ago • 8 comments

why still showing ads?

testermania avatar Feb 26 '20 10:02 testermania

6 days nobody reply. this script showing forced ads.

testermania avatar Mar 03 '20 15:03 testermania

Hey. Sorry for the delay. I’ll have a look at it today!

sdepold avatar Mar 04 '20 04:03 sdepold

Can you tell me exactly how you call the library please? Also which version are you using? That should help with debugging.

sdepold avatar Mar 04 '20 04:03 sdepold

<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-rss/4.3.0/jquery.rss.min.js"></script>

<script>
$(".div").rss("https://forum.skystar-2.com/syndication.php?limit=10", {
    limit: 10,
support: false,
    layoutTemplate: '<div class="dl-horizontal">{entries}</div>',
    entryTemplate: '<p><a href="{url}">{title}</a></p>'
}).show()
</script>

testermania avatar Mar 04 '20 09:03 testermania

Would you mind sharing the feed URL?

sdepold avatar Mar 04 '20 09:03 sdepold

I edited the previous message

testermania avatar Mar 04 '20 09:03 testermania

Turned out it was an issue with my server's hard-drive which caused redis to no longer reset the ads counter 😊Since the experiment didn't work out anyway, I also turned off the entire ads feature altogether. So you shouldn't see any ads anymore.

sdepold avatar Mar 05 '20 19:03 sdepold

yes, I no longer see ads anymore. I hope you solve the redis problem in a different way. Thanks!

testermania avatar Mar 05 '20 21:03 testermania