@julian besides spam Warning do we have any answers for the posted questions? It was posted on few threds because there was no answer till now ?any type of possible answer?
buynsellcloudcom
Posts
-
Setup an Nginx reverse proxy on centos 7 for nodebb -
Google searches plugin good for SEO?@julian does this plugin make the seo process better then what it is ?
nodebb-plugin-google-search2
Redirect search queries to Google.Installed 1.0.3 | Latest 1.0.3
For more information: https://github.com/revir/nodebb-plugin-google-search2#readmethanks
-
nodebb-plugin-google-search2 is this plugin still working 2019hi is the nodebb-plugin-google-search2 is this plugin still working in 2019 ? for NodeBB v1.4.3 , NodeBB v1.12.0
what does this do really?Description
This plugin redirect search queries to Google, which used by V2MM, you can see what happened when you search on V2MM. can you show use some examples ? thanksCredit
This plugin was modified from BenLubar's nodebb-plugin-google-search, only fixed one problem: BenLubar's original plugin blocked the hook "filter:search.query" with a dummy function, which leads the suggested topics widget not work, because that widget would call this api when it's on the topic's template. -
[nodebb-plugin-buttons-galore] NodeBB: Buttons Galore@julian is there an update for this plugin as of March 2019? thanks
-
[nodebb-plugin-buttons-galore] NodeBB: Buttons GaloreNodeBB: Buttons Galore
Current version: 0.0.6is there an update to this code?
-
No Code Button?NodeBB: Code Button
Simply adds a code button to composer. This plugin will be obsolete once TedRinehart add configuration support to https://github.com/TedRinehart/nodebb-plugin-buttons-galoreis there an update or new version?
-
Runnig forum without :4567 port in the URL@julian how would you use the
changed "use_port": true to "use_port": false"base_url": "https://mydomain.com"
config.json
{ "url": "http://localhost:4567", "secret": "xxxxxxxxxxxxxxx", "database": "redis", "redis": { "host": "127.0.0.1", "port": "6379", "password": "", "database": "0" } }
thanks
-
[Solved] Email Confirmation Link Problem@GeoStyx hi where do you add the changed "use_port": true to "use_port": false
{ "url": "http://localhost:4567", "secret": "xxxxxxxxxxxxxxxx", "database": "redis", "redis": { "host": "127.0.0.1", "port": "6379", "password": "", "database": "0" } }
thanks
-
Setup an Nginx reverse proxy on centos 7 for nodebbhttp {
location / {
proxy_pass http://127.0.0.1:4567;
proxy_http_ve