[nodebb-plugin-adsense] Google Adsense
-
I'm getting this error in the console log:
http://78.129.159.2/google-adsense.config.json 404 (Not Found)
My installation is on /forum whch evals ok when placed in the url directly like
http://78.129.159.2/forum/google-adsense.config.json
EDIT: Done a pull request for a fix on this.
-
@baris Thanks for the update!
I found two version of google adsense plugin which are 0.0.12 and 0.0.13.
Only 0.0.12 is available for install.
When I tried to install 0.0.13 version it shown error message
(I'm using 0.9.0 version nodeBB)
I used 0.0.12 version but all the ads were blank
-
not working
npm install nodebb-plugin-adsense
npm WARN package.json asap@1.0.0 No repository field.
npm WARN package.json callsite@1.0.0 No repository field.
npm WARN package.json eyes@0.1.8 No repository field.
npm WARN package.json has-binary@0.1.6 No repository field.
npm WARN package.json has-binary-data@0.1.3 No repository field.
npm WARN package.json indexof@0.0.1 No repository field.
npm WARN package.json nodebb-plugin-soundpack-default@0.1.5 No README data
npm WARN package.json object-component@0.0.3 No repository field.
npm WARN package.json parsejson@0.0.1 No repository field.
npm WARN package.json parseqs@0.0.2 No repository field.
npm WARN package.json parseuri@0.0.2 No repository field.
npm WARN package.json passport@0.3.2 No README data
npm WARN package.json pause@0.0.1 No repository field.
npm WARN package.json punycode@1.2.4 punycode is also the name of a node core module.
npm WARN package.json string_decoder@0.10.31 string_decoder is also the name of a node core module.
npm WARN package.json sylvester@0.0.21 No repository field.
npm WARN package.json uid2@0.0.3 No repository field.
npm WARN unmet dependency /home/user/nodebb/node_modules/nodebb-plugin-pushbullet requires lru-cache@'^2.5.0' but will load
npm WARN unmet dependency /home/user/nodebb/node_modules/lru-cache,
npm WARN unmet dependency which is version 3.2.0
nodebb-plugin-adsense@0.0.14 node_modules/nodebb-plugin-adsense
Error:
/admin/plugins/google-adsense
Failed to lookup view "admin/plugins/google-adsense" in views directory "/home/user/nodebb/public/templates" -
@AOKP "Plugins - Google Adsense" does not appear after clicking on something. I reinstall the page.
/admin/plugins/google-adsense
Failed to lookup view "admin/plugins/google-adsense" in views directory "/home/user/nodebb/public/templates" -
-
@pichalite I will retry it tomorrow.
By the way, you maybe want to apply my hotfix for the main.js as well:
https://github.com/NodeBB-Community/nodebb-plugin-adsense/issues/1