Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. alejandrocobo
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 18
    • Best 6
    • Groups 0

    alejandrocobo

    @alejandrocobo

    9
    Reputation
    660
    Profile views
    18
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website foro.hardlimit.com Location Spain

    alejandrocobo Follow

    Best posts made by alejandrocobo

    • Show categories vertically in Persona

      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:
      556e5cd3-58ae-4fdc-b11a-abba6e8d80e4-imagen.png

      This is more an issue of me not knowing that much of CSS. Could anyone help me with this?

      Thanks!

      posted in Technical Support
      A
      alejandrocobo
    • Chat only for selected groups

      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.

      posted in Feature Requests
      A
      alejandrocobo
    • RE: Who is using NodeBB?

      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.

      posted in General Discussion
      A
      alejandrocobo
    • RE: [nodebb-widget-ns-stats] Widget: Stats

      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.

      posted in NodeBB Plugins
      A
      alejandrocobo
    • RE: Show categories vertically in Persona

      @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!

      posted in Technical Support
      A
      alejandrocobo
    • RE: Chat only for selected groups

      All right. Thank you very much!

      posted in Feature Requests
      A
      alejandrocobo

    Latest posts made by alejandrocobo

    • RE: [nodebb-plugin-telegram] Telegram Notifications on NodeBB

      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:

      1. Why it is not sending messages to the group?
      2. Why the bot is answering with an error message instead of my TelegramID. This is important since forum users should be able to configure it in a esay way.

      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.
      
      posted in NodeBB Plugins
      A
      alejandrocobo
    • RE: Show categories vertically in Persona

      @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!

      posted in Technical Support
      A
      alejandrocobo
    • Show categories vertically in Persona

      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:
      556e5cd3-58ae-4fdc-b11a-abba6e8d80e4-imagen.png

      This is more an issue of me not knowing that much of CSS. Could anyone help me with this?

      Thanks!

      posted in Technical Support
      A
      alejandrocobo
    • RE: Who is using NodeBB?

      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.

      posted in General Discussion
      A
      alejandrocobo
    • RE: NodeBB integration with Tapatalk

      @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.

      posted in Feature Requests
      A
      alejandrocobo
    • RE: NodeBB integration with Tapatalk

      @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.

      posted in Feature Requests
      A
      alejandrocobo
    • RE: NodeBB integration with Tapatalk

      I know this is an old topic but I wonder if anybody has made something related to Tapatalk´s support on Nodebb.

      Thanks.

      posted in Feature Requests
      A
      alejandrocobo
    • RE: [nodebb-widget-ns-stats] Widget: Stats

      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.

      posted in NodeBB Plugins
      A
      alejandrocobo
    • Show just a reply

      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.

      posted in Technical Support
      A
      alejandrocobo
    • RE: [nodebb-plugin-vibration-notifications] Vibration plugin for mobile

      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.

      posted in NodeBB Plugins
      A
      alejandrocobo