Not just recent post displayed on the home page. But must be displayed like on Facebook and Google plus, see only posts of the users you follow or add as a friend, make logging required on the accueil page. Exactly like social networking website. I think having a website like that, can be a key of its success.
Best posts made by kacemlight
-
RE: Is there a theme that can make my website more as social network like facebook and google+ ?
-
Turn Nodebb to a social network like Facebook and Twitter
Hello,
I need a plugin that modify the Category page structure by: Displaying under each Topic the topic post[0] content, the topic tools (vote, reply, share..) and a button to display replies to the main post of topic with their tools. Something like Facebook.
Thanks
Latest posts made by kacemlight
-
RE: UREGENT PROBLEM
@julian Ok. How can I pay you to resolve this problem ?
-
RE: UREGENT PROBLEM
@julian I already tried this :
root@HOPINK:~# mongod
2016-11-30T16:28:23.709-0500 I STORAGE [initandlisten] exception in initAndListen: 29 Data directory /data/db not found., terminating
2016-11-30T16:28:23.709-0500 I CONTROL [initandlisten] dbexit: rc: 100
root@HOPINK:~#I'm using nodebb more than 2 years. Before I had issues with redis and I rebuilt my forum one year ago to use Mongodb. It was stable untill today, I connot any more restart it.
I just need your expertise. You can search my name and see my very old discussion here. -
RE: UREGENT PROBLEM
Is nodebb died ? Can someone tell me what to do ? I'm losing a thousands of users !
-
RE: UREGENT PROBLEM
@exodo
Thank you !Can you tell me how please ? I cannot start it.
-
RE: UREGENT PROBLEM
@exodo
I cannot understund why I cannot kill the process. Can you help me please !root@HOPINK:~/nodebb# ps aux | grep node
root 1388 0.0 0.1 11740 936 pts/0 S+ 14:25 0:00 grep --color=auto node
root@HOPINK:~/nodebb# kill -9 1388
bash: kill: (1388) - No such process
root@HOPINK:~/nodebb# -
UREGENT PROBLEM
Hello,
I cannot any more start my nodeBB Application. I get this error :
Can someone please tell me what to do !
Thanks ! -
RE: Lavender theme issue - Categories items don't display nearly
Thnak you. Actually I had a bug on some css that I added. Sorry for wasting your time.
-
RE: How to translate a theme? - Need help
Oh thanks. the web site was in french but the user in english. How to make franch as the all users default language.
-
How to translate a theme? - Need help
Hello,
I need to create a french website with NodeBB, I ude lavender theme but I have to translate it to french. In template I find something like this: title="[[global:topics]]"
Where to find the value of variables like : global:topics to change them all ?Thanks