Fix these adplugin issues for better user experience

I have seen 2 issues in the discourse forum. one in the ad plugin settings and second in adplugin performance. Let’s me explain here.

#1 adpplugin settings not working

When I visit setttings >> plugins and click on discourse-adplugin settings button, I see this this “no result found”

image

You can fix this with showing all results. For this, please replace this url in plugin.

Replace this

https://example.com/admin/site_settings/category/plugins?filter=plugin%3Adiscourse-adplugin

with this url.

https://example.com/admin/site_settings/category/all_results?filter=plugin%3Adiscourse-adplugin

This is good for better user experience and no need to click on left navigation options.

#2. Adplugin script loaded when not using plugin.

I see that when I have not used adplugin and have not placed any ads via this plugin, than why this plugin’s script loaded.

I see your other plugin and they have enable/disable option. Please add this setting in plugin otherwise stop script to load by default, it should be load only when plugin is used.

I hope you will take good action about it,

Thanks!

2 Likes

@iamjdk Yes this is things we should fix, I will look at this.

4 Likes

Thanks dear, it will be good for me and many other users. :blush:

@nbianca is working on a fix for this, most likely available next week or so.

Will be fix by https://github.com/discourse/discourse-adplugin/commit/75fb2bf89229881afd713e8ce3016ff2999785ed

Thanks for report.

3 Likes

I submitted a fix here.

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.