I would like to add a button in every post that before clicking on it will be gray and after clicking on it will be green for all users !!
This means that as soon as one user clicks on it he will color for everyone.
And that I can know who pressured him ...
Is it possible to insert such an element with the user ID that clicked on it?
Clicking on @username goes to localhost:4567
-
Check the
url
option within the config.json.
It must be set to the address to access your forum from the outside world. -
@frissdiegurke said in Clicking on @username goes to localhost:4567:
It must be set to the address to access your forum from the outside world.
Can i do this in admin panel?
Because I never been into config.json and it always worked well since yesterday. -
You can't do this via ACP.
It has to be changed within config.json, which got filled with your values during the./nodebb setup
step.It probably never worked that well. The problem is that the
url
option is only used very rarely. It's for example used for links within emails, etc. and does not break the main application if set incorrectly.
I assume this is just the first time you notice it -
@frissdiegurke Im 100% sure it works and i only change things in admin.
Also search option gives an error.
Thanks for the explain. I Will do it tonight.