Skip to content

Viewing Permission.

Solved General
33 2 9.3k 1
  • @Sampo2910 Let me know when you’ve some free time so we can take a look at this.

    @phenomlab

    Hi, sorry I have not been too good last weeks 😞 but on the mend. This is still not working for me along with a couple of other things haha.

    I reinstalled again after basically giving up and then thinking ok…lets give it another go! Yes I’m nuts. Just keeping the brain cells ticking over.

  • @phenomlab

    Hi, sorry I have not been too good last weeks 😞 but on the mend. This is still not working for me along with a couple of other things haha.

    I reinstalled again after basically giving up and then thinking ok…lets give it another go! Yes I’m nuts. Just keeping the brain cells ticking over.

    @Sampo2910 can you give me access to your NodeBB instance so I can have a better look ?

    Hope you’re better soon.

  • @Sampo2910 can you give me access to your NodeBB instance so I can have a better look ?

    Hope you’re better soon.

    @phenomlab If you connect with discord it is quick and I will make you admin. Feel free to do your magic whenever you have a spare few minutes. https://forum.fmjcod4.com/ I basically woudl like the home page the recent topics and as a guest they can see those topics but not access them if possible.

    Only if you get a chance I cannot install recent cards ( i uninstalled it ) Was ok last time but this time it is giving the Lavender effect as in Vertical 🙂 Tried twice now and still same.

    Also remember we had the Tenor GIF problem. Well it installed ok and they work ok but where the little ‘gif’ icon is when making a post is not there haha…All the small things. Thank you Mark.

    It is late here so if i do not reply I will soon. But of course there is no rush with this and only when you have a little time for me. Coffee on the way 🙂

  • @phenomlab If you connect with discord it is quick and I will make you admin. Feel free to do your magic whenever you have a spare few minutes. https://forum.fmjcod4.com/ I basically woudl like the home page the recent topics and as a guest they can see those topics but not access them if possible.

    Only if you get a chance I cannot install recent cards ( i uninstalled it ) Was ok last time but this time it is giving the Lavender effect as in Vertical 🙂 Tried twice now and still same.

    Also remember we had the Tenor GIF problem. Well it installed ok and they work ok but where the little ‘gif’ icon is when making a post is not there haha…All the small things. Thank you Mark.

    It is late here so if i do not reply I will soon. But of course there is no rush with this and only when you have a little time for me. Coffee on the way 🙂

    @Sampo2910 thanks. I’ll have a look. Can you remind me of the URL for your site ?

  • @Sampo2910 thanks. I’ll have a look. Can you remind me of the URL for your site ?

  • @Sampo2910 thanks. Just seen it in the above post also! Sorry.

  • @Sampo2910 registered and email validated.

  • @Sampo2910 registered and email validated.

    @phenomlab Should be Admin now.

  • @phenomlab Should be Admin now.

    @Sampo2910 thanks. I’ll look at this tomorrow.

  • @Sampo2910 thanks. I’ll look at this tomorrow.

    @phenomlab No problem. Thank you 🙂

  • @phenomlab No problem. Thank you 🙂

    @Sampo2910 Interesting. I took a look at this in more detail, and it seems you’re right. I can display the topics in each category (after setting the relevant permissions), but you can’t open them unless you register. That’s great.

    However, this seems to have a material impact on the recent view in the sense that nothing will show up as it requires the “Access Topic” right. Based on this, the options are somewhat restrictive in terms of which route will work best. Recent topics is almost useless as a view if you can’t see the topics that you have access to - I think that this is likely a better question for the NodeBB devs themselves.

    You could create a custom page, copy the recent template, and modify the underlying code to get what you want, but to me, this seems a little overkill for what should be a relatively simple ask.

  • @Sampo2910 Interesting. I took a look at this in more detail, and it seems you’re right. I can display the topics in each category (after setting the relevant permissions), but you can’t open them unless you register. That’s great.

    However, this seems to have a material impact on the recent view in the sense that nothing will show up as it requires the “Access Topic” right. Based on this, the options are somewhat restrictive in terms of which route will work best. Recent topics is almost useless as a view if you can’t see the topics that you have access to - I think that this is likely a better question for the NodeBB devs themselves.

    You could create a custom page, copy the recent template, and modify the underlying code to get what you want, but to me, this seems a little overkill for what should be a relatively simple ask.

    @phenomlab Hi,

    Thanks for taking a look. And yes it is overkill just for that problem. I noticed it on this forum ad liked the idea of it. However you can access topics here. I can just leave it as is and I will have the categories as the ‘home page’ Guests can see them but not enter.

    I will now try to look into why the tenor gif icon is missing in the posting section, plus why recent cards are vertical (lavender style) haha. It is always something.

    You are a gentlemen Mark and thank you again. 🙂

  • @phenomlab Hi,

    Thanks for taking a look. And yes it is overkill just for that problem. I noticed it on this forum ad liked the idea of it. However you can access topics here. I can just leave it as is and I will have the categories as the ‘home page’ Guests can see them but not enter.

    I will now try to look into why the tenor gif icon is missing in the posting section, plus why recent cards are vertical (lavender style) haha. It is always something.

    You are a gentlemen Mark and thank you again. 🙂

    @Sampo2910 said in Viewing Permission.:

    I will now try to look into why the tenor gif icon is missing in the posting section, plus why recent cards are vertical (lavender style) haha. It is always something.

    I can take a look at this if you’d like

  • @Sampo2910 said in Viewing Permission.:

    I will now try to look into why the tenor gif icon is missing in the posting section, plus why recent cards are vertical (lavender style) haha. It is always something.

    I can take a look at this if you’d like

    @phenomlab 🙂 Happy for you too.

    I posted in NodeBB also.

  • @phenomlab 🙂 Happy for you too.

    I posted in NodeBB also.

    @Sampo2910 having looked at this on your forum, there appears to be an issue with the latest release of nodebb-plugin-recent-cards. I downgraded to 2.0.22 which works fine

    b5057ce7-b11a-4f24-9472-69f773abf218-image.png

  • @phenomlab 🙂 Happy for you too.

    I posted in NodeBB also.

    @Sampo2910 I’ve also just fixed the tenor-gif missing icon issue. This is in fact not an actual font-awesome icon, but some CSS, which I’ve added to your forum

    .fa-tenor-gif::before {
        content: 'GIF';
        font-size: 1rem;
        font-family: sans;
        background: #333;
        color: #fff;
        padding: .25rem .5rem;
        border-radius: .5em;
        position: relative;
        top: -.2rem;
    }
    

    Should show correctly now

    51f8e281-39a1-4b47-af3b-c7dd4a3be7ab-image.png

  • @Sampo2910 I’ve also just fixed the tenor-gif missing icon issue. This is in fact not an actual font-awesome icon, but some CSS, which I’ve added to your forum

    .fa-tenor-gif::before {
        content: 'GIF';
        font-size: 1rem;
        font-family: sans;
        background: #333;
        color: #fff;
        padding: .25rem .5rem;
        border-radius: .5em;
        position: relative;
        top: -.2rem;
    }
    

    Should show correctly now

    51f8e281-39a1-4b47-af3b-c7dd4a3be7ab-image.png

    @phenomlab

    Ah Mark you are a star. Thank you very much. I just logged on and seen someone had worked their magic 🙂

    Again it is very much appreciated.

  • phenomlabundefined phenomlab has marked this topic as solved on

Did this solution help you?
Did you find the suggested solution useful? Support 💗 Sudonix with a coffee
If your organisation needs deeper expertise around infrastructure, security, or technology leadership, learn more about Phenomlab Ltd. Many of the deeper technical guides behind Sudonix are published there.

Related Topics
  • 14 Votes
    13 Posts
    2k Views
    I have to give an update on this. I talked to my father in law a week or two ago when he was visiting and he updated me that Fedora Linux was still treating them good. He said he really liked it and that my mother in law is liking it as well. He even said that he came across a couple of minor issues and was able to solve them on his own. I thought wow, that is awesome! So I am going to say with all confidence right now, that if those two can switch to Linux from Winblows that ANYONE can switch.
  • Infrared the new WiFi?

    General wifi infrared
    4
    2 Votes
    4 Posts
    2k Views
    @JAC those speeds are indeed possible over light as a transport medium (if you consider the speed) but I can’t comprehend the distance quoted. If you happen to encounter a solid obstacle, the beam is either absorbed, or deflected meaning the data never arrives.
  • Virgin Media Pricing

    General virgin media sky
    11
    9 Votes
    11 Posts
    3k Views
    @phenomlab some good savings there Mark. I’ll post mine once my new deal changes over.
  • Recent Cards Plugin

    Solved Configure customisation
    5
    1
    4 Votes
    5 Posts
    2k Views
    @crazycells that’s a good point. Thanks
  • Embed - What Are You Using?

    Solved General customisation plugin
    13
    3 Votes
    13 Posts
    3k Views
    @DownPW Hmm - it’ll work with iFramely (locally hosted), or you can use the below string to embed using https://community.nodebb.org/topic/7135/nodebb-plugin-ns-embed-ns-embed/114 Watch (?:<a.*?)?(?:https?:\/\/)?(?:www\.)?dailymotion\.com\/video\/([a-zA-Z0-9_-]{4,11})(?:.*?\/a>)? Replace <div class='embed-wrapper'><div class='embed-container'><iframe src='//www.dailymotion.com/embed/video/$1' frameborder='0' allowfullscreen></iframe></div></div> [image: 1661188242952-4f5f13f7-0c73-460e-b32f-f974f170b236-image.png]
  • NodeBB Mess / Mongo DB

    Solved Configure support
    8
    4 Votes
    8 Posts
    2k Views
    @Sampo2910 You’ll get that error if the .json file isn’t updated for latest release compliance - but you can still install from the CLI by using npm install nodebb-plugin-whateveritis
  • 9 Votes
    32 Posts
    12k Views
    @DownPW said in Bottom footer navbar button extend: Oh my god, it’s beautiful mark I liked this design so much, I’ve implemented it here. I intend to do a lot more with the footer in due course, so hiding it makes a lot of sense. Thanks @DownPW for the idea and initial concept
  • Best antivirus software? (Looking to switch)

    General
    35
    19 Votes
    35 Posts
    10k Views
    @phenomlab or Challenge Accepted haha