Ok. Looks like it was because of a incompatible plugin. The plugin in my case was nodebb-plugin-reddcoin . Its fixed now. Though i can't use the reddcoin plugin. Was a nice plugin
Best posts made by Nisthar
-
RE: Chat and follow options are not working in my nodebb forum
-
nodebb-plugin-adsense compatible to 0.9.4 ?
i am using 0.9.4 version of nodebb. I can't get it to work the nodebb-plugin-adsense in my app. I need to know if its compatible with 0.9.4 version?
-
RE: Composer redactor not working as expected
@Nisthar Ok. That was because of markdown plugin being disabled.
I had to enable "Allow HTML" option to make redactor plugin to work.
-
What is this new thing?
I saw this today in nodebb
What is the purpose of the red icon on the corner?
-
[nodebb-widget-essentials] Realtime updates
nodebb-widget-essentials is a essential plugin for all type of forums. But the only feature missing from the plugin is the real time updates. Who else think the same?
Is there any way to make it real time?
Also it would be nice to have a option in the ACP to ignore topic updates from specific categories.
-
RE: Plugin for Referral System
@charles said:
do you mean something like this?
No. Its invitation using emails.
I was talking about giving users a ref link like http://www.myforum.com/ref/username so that they can share it everywhere and get points for each registration under their link.
Latest posts made by Nisthar
-
plugin to hide some content from guest users
Plugin to hide some content (not full topics) from non loggedin users would be nice.
-
RE: Growth Hack Plugins for nodebb
@tim-c Great. I think i already use the invitation plugin, But the problem is most users hardly use it. Only the admin of the site use it extensively.
-
Growth Hack Plugins for nodebb
I am searching for a growth hack plugin. I didn't find any.
It would be nice if there is a plugin for a referral system or "share this thread on your facebook to continue reading" or "share this thread to download the attachments".
Are there any such plugins?
-
RE: v0.9.4 to latest version
@frissdiegurke No, the project owner mentioned and already tested it, i think
Please let me know if you tested it.
-
RE: v0.9.4 to latest version
@frissdiegurke I used this script here https://github.com/ahwayakchih/openshift-nodebb to host my forum on openshift. It eases the deployment on openshift. Automatically detect some environment variables and set it into nodebb. That Script only works for 0.9.^ versions. It does not work for v1.0.0 . So i have my forum running fine now. using v0.9.4. I would like to know if i can use the git commands to update my forum and does it work if i do so?
-
RE: Social Share Callback
@PitaJ I think their JS SDK support, i tried googling. They have the share function with response id as callback. We can check for the response id to check if the content is actually shared.
-
RE: Social Share Callback
@pichalite said in Social Share Callback:
Why would anyone share something on social media without even seeing what it is... makes no sense to me.
No, the content will be seen. But the links will be hidden.
-
RE: Social Share Callback
@PitaJ said in Social Share Callback:
This would require utilizing the Facebook, Twitter, etc API access which means someone has to give your application access to post stuff through their account. This will be complicated and is not possible using existing NodeBB modules.
Thanks for answering. I had the same thought. But can i do without using any nodebb modules? Like using the client side javascript
-
Social Share Callback
Hi, I am trying to develop a plugin that locks the content and unlocks when the user share through any social media accs. So i noticed that nodebb has option to share a post.
Question:
So i was wondering if there is any callback to check if the post is actually shared.If there is not, Is there any other way i can check it?