@pitaj That's exactly what I need.
Thank you very much!
@pitaj That's exactly what I need.
Thank you very much!
Hi. Till now I've been using nodebb-plugin-ns-login to check the username and password of my bb folks from other sites I've been working on.
I've updated Nodebb and now, this plugin doesn't work anymore. The author says that now Nodebb has the endpoint api/login so it is not longer maintained.
This plugin allowed me to send a username and a password thru a GET request so it was very easy for me to send these requests with wget inside my server. I've been looking arround the API documentation (this part) but I don't get it.
What I want to do is to be able to check locally if the password of a username is correct using wget. Is there any way?
Thanks.
Hi,
I recently have updated Nodebb to 1.12.2 and this plugin to ver 0.3.1. I did put the Telegram Token and the room Id but I don't receive new topics nor reply to the Telegram group.
I have tried this from the server:
curl -X POST "https://api.telegram.org/botMyToken/sendMessage" -d "chat_id=-My_Chat_id&text=testing"
This works fine. Furthermore, if I talk to the bot it reply nothing and If I put a command, I get this message:
UserID not found.. Put your TelegramID again in the telegram settings of the forum. :(
I was able to get my TelegramID by checking bot's status in:
https://api.telegram.org/botMyToken/getUpdates
It still gives me the "Uid not found" message furthermore I don't receive notifications like upvotes and so on.
I have two questions:
Thanks!
EDIT: I noticed that if I enter the TelegramID into a user, when I create a new topic or reply to an existing topic, Nodebb restats with this error message:
2019-08-26T18:03:52.827Z [4567/14717] - error: uncaughtException: forumURL is not defined
ReferenceError: forumURL is not defined
at /server/nodebb/node_modules/nodebb-plugin-telegram-notifications/library.js:380:55
[...]
Otherwise if I interact with a user without TelegramID, Nodebb doesn't restart. If I uninstall nodebb-plugin-telegram, all users works fine.
@oplik0 said in Show categories vertically in Persona:
.categories .category-children {
display: flex;
flex-direction: column;
}
Both of them worked fine.
Thank you very much, guys!
Hi,
Today I have updated nodebb to the last 1.12.2 version. With the update I have lost some of the CSS changes I made. There is one I am unable to restore with the new version of Persona Theme. Before the update, the categories were shown in the frontpage vertically instead of the dafault set up:
This is more an issue of me not knowing that much of CSS. Could anyone help me with this?
Thanks!
In foro.hardlimit.com we have been using Nodebb in the past two years. It´s a hardware/software enthusiasts community which was born in 2001.
@meetdilip I am sorry but it is the same since the people want to centralize the information, not to have another app for another forum.
@Bri Yes, it is unmaintained but it works and I use it. But once again, an app is not an alternative to Tapatalk. They are different things and a app doesn't stop people asking for Tapatalk support.
@meetdilip Thanks for your answer. Unfortunately, my community is asking me Tapatalk because of the centralization. So I need support just for Tapatalk. To have an app just to visit the forum is the same than visit the forum on a browser.
I know this is an old topic but I wonder if anybody has made something related to Tapatalk´s support on Nodebb.
Thanks.
I use this plug in in my site. I have a suggestion: would be possible to show who visited the site in the last 24 hours instead of just today?
Thanks you.
Hi,
Is it possible to show just one reply from a topic. I know how to go to one specific answer in a topic by adding slash number of reply. But it shows all replies. What I want is to filter just the desired reply.
Thanks.
Hi,
I have tried this plugin 1.2.0 buy it doesn't works. Maybe I did something wrong or maybe it is too old. Anyone can confirm this plugin is outdated?
Thanks.
Hi,
How can I show a widget just if a topic has less than x replies?
Thanks.
Right now I have two options: to disable or to enable chat. But I cannot enable it for certain groups and disable it for the rest of users.
Would be nice to be able to select which groups can use chat.
Thanks.
Hi,
I am trying exodus theme and I want to change the pink colour (#CF246A) of the button's borders. I would like to change buttons background colour too. What CSS selectors and properties should I change? I have tryed all .btn selectors and several properties without success.
Thanks.
Well, I have upgraded to v1.1.2 and now it is shown.
Regards.
Right now I am trying exodus.
Thanks.
Hi,
I am trying to show categories child in parent category description right like community.node.org makes in its categories list. ¿How can I do it?
Thanks.
Hi,
Would be possible to show the "Topics Tools" menu when I watch the list of topics under a certain tag? That would be useful if I need to create a new category for a bunch of topics with the same tag.
Furthermore, it would be interesting for me to be able to add the same tag to all topics in a certain category, what is add a new option in the "Topics Tools" with something like "Add tag to all".
Thank you very much.