Skip to content

Viewing Permission.

Solved General
33 2 9.3k 1
  • When a user goes to the link https://sudonix.com/ for the first time they are presented with the recent topics. I like this and also have recent as the ‘home’ page.

    Unlike here I would like that the user would see the recent topics but when they actually clicked on one they would need to register to view it. Here it is open to all but I would not like that.

    Is it possible to do that ? I cannot seem to find out if so. Many thanks in advance as always.

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

  • When a user goes to the link https://sudonix.com/ for the first time they are presented with the recent topics. I like this and also have recent as the ‘home’ page.

    Unlike here I would like that the user would see the recent topics but when they actually clicked on one they would need to register to view it. Here it is open to all but I would not like that.

    Is it possible to do that ? I cannot seem to find out if so. Many thanks in advance as always.

    @Sampo2910 Yes, perfectly possible. You just need to change each category where that will be in effect so that unauthenticated users need to login first before they can view.

    For example, go to /admin/manage/privileges/1 (in this case, “1” is the ID of the first category)

    Click

    a380f5c8-2ab7-4444-b8a2-10e49ea9c641-image.png

    In permissions, remove the tick from here

    c98b35b7-7b6a-4803-86d0-3dfe3a5efc65-image.png

    This allows the user to enter the category, but not the topic itself without being logged in

    Save the change

    9075c4ab-f286-4e4b-93b5-330410770e6a-image.png

    Test it with guest access. You should be able to open the category with no issues, but as soon as you try to read the topics, you’ll be asked to login

  • phenomlabundefined phenomlab marked this topic as a question on
  • @Sampo2910 Yes, perfectly possible. You just need to change each category where that will be in effect so that unauthenticated users need to login first before they can view.

    For example, go to /admin/manage/privileges/1 (in this case, “1” is the ID of the first category)

    Click

    a380f5c8-2ab7-4444-b8a2-10e49ea9c641-image.png

    In permissions, remove the tick from here

    c98b35b7-7b6a-4803-86d0-3dfe3a5efc65-image.png

    This allows the user to enter the category, but not the topic itself without being logged in

    Save the change

    9075c4ab-f286-4e4b-93b5-330410770e6a-image.png

    Test it with guest access. You should be able to open the category with no issues, but as soon as you try to read the topics, you’ll be asked to login

    @phenomlab Hi thx for the reply.

    I tried again after your post and was playing with that earlier. I cannot seem to get it working.

    If i log out and view as guest I do not see any of the recent posts (the home page)

    I would like to see them but not enter them as a guest. It works OK on ‘categories’ page but that is not the first page that is presented to a user. Same as here. Mine says there are no recent topics. There are a few 🙂

    I am obviously missing something here. I will keep trying.

  • @phenomlab Hi thx for the reply.

    I tried again after your post and was playing with that earlier. I cannot seem to get it working.

    If i log out and view as guest I do not see any of the recent posts (the home page)

    I would like to see them but not enter them as a guest. It works OK on ‘categories’ page but that is not the first page that is presented to a user. Same as here. Mine says there are no recent topics. There are a few 🙂

    I am obviously missing something here. I will keep trying.

    @Sampo2910 Odd. That should in fact work as you are displaying the posts, but need to login to actually view them. What happens if you go to the recent page directly rather than just the home page ?

  • @Sampo2910 Odd. That should in fact work as you are displaying the posts, but need to login to actually view them. What happens if you go to the recent page directly rather than just the home page ?

    @phenomlab This is same if i click on recents or ‘home’

    ss.png

    These are the settings. I have copied to all becuase they would all be the same anyway. (for now at least during forum setup)

    ss1.png

    Obviously I am not thinking straight 🙂

  • @phenomlab This is same if i click on recents or ‘home’

    ss.png

    These are the settings. I have copied to all becuase they would all be the same anyway. (for now at least during forum setup)

    ss1.png

    Obviously I am not thinking straight 🙂

    @Sampo2910 Can you try again but this time allow “Access Category” ? I just tested this on my dev site, and it works as expected.

  • @Sampo2910 Can you try again but this time allow “Access Category” ? I just tested this on my dev site, and it works as expected.

    It is already ticked and allowed in the image. Should this not be for guests rather than unverified users?

  • It is already ticked and allowed in the image. Should this not be for guests rather than unverified users?

    @Sampo2910 yes, it should be. The image is just an example, not literal (sorry)

  • @Sampo2910 yes, it should be. The image is just an example, not literal (sorry)

    @phenomlab I am ex military lol…I just do as i am told and see hehe…

    Well I still cannot get it to work with guests 🙂 Every category is like this now.

    asp.png

    If i logout and try to click on groups or users I am taken to the login page. Clicking on home or recent is as below.

    d379edd3-6d1d-4fbb-baab-7f9d5ce9bb5a-image.png

  • @phenomlab I am ex military lol…I just do as i am told and see hehe…

    Well I still cannot get it to work with guests 🙂 Every category is like this now.

    asp.png

    If i logout and try to click on groups or users I am taken to the login page. Clicking on home or recent is as below.

    d379edd3-6d1d-4fbb-baab-7f9d5ce9bb5a-image.png

    @Sampo2910 that’s really odd. It works as expected in my dev environment which is an old copy of production

  • @phenomlab I am ex military lol…I just do as i am told and see hehe…

    Well I still cannot get it to work with guests 🙂 Every category is like this now.

    asp.png

    If i logout and try to click on groups or users I am taken to the login page. Clicking on home or recent is as below.

    d379edd3-6d1d-4fbb-baab-7f9d5ce9bb5a-image.png

    @Sampo2910 hi. I’m interested to know if you ever managed to get this working ? Seems to work as desired for me in my two environments.

  • @Sampo2910 hi. I’m interested to know if you ever managed to get this working ? Seems to work as desired for me in my two environments.

    @phenomlab Hi,

    Unfortunately not. Guessing it is something that I am doing wrong but I do not know what haha.

  • @phenomlab Hi,

    Unfortunately not. Guessing it is something that I am doing wrong but I do not know what haha.

    @Sampo2910 Hmmm - let’s look at that perhaps next week some time. Currently snowed under with an office move at work.

  • @Sampo2910 Hmmm - let’s look at that perhaps next week some time. Currently snowed under with an office move at work.

    @phenomlab That would be nice. Thank you.

    Hope the move goes well 🙂

  • @phenomlab That would be nice. Thank you.

    Hope the move goes well 🙂

    @Sampo2910 No problems - thanks.

  • @phenomlab That would be nice. Thank you.

    Hope the move goes well 🙂

    @Sampo2910 Let me know when you’ve some free time so we can take a look at this.

  • @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 ?


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
  • Cloud Storage

    General zeitkapsl europe cloud proton storage
    2
    0 Votes
    2 Posts
    363 Views
    For EU-based, end-to-end encrypted cloud storage, here are the strongest options beyond what you’re already using: Tresorit (Switzerland) : Probably the gold standard for E2EE. Zero-knowledge, Swiss/EU data residency, excellent for both file sync and secure sharing. More expensive than competitors but very polished and audited. Filen (Germany) : Zero-knowledge E2EE by default, generous free tier (10GB), very competitive pricing on paid plans, and lifetime plans available. Open-source clients. Popular on the privacy subreddits as a Proton Drive alternative. Internxt (Spain) : Open-source, zero-knowledge E2EE, GDPR-based. Offers storage plus a few extra privacy tools. Lifetime plans available. Younger company, so weigh that against the price. pCloud (Switzerland, registered in EU) : Massive caveat: E2EE is not default. It’s a paid add-on called “pCloud Crypto.” Without it your files are encrypted at rest but not zero-knowledge. The draw is genuine lifetime plans, which can be cost-effective over years if you trust their longevity.
  • Nodebb vs Wordpress vs Other

    General wordpress nodebb woocomerce business
    4
    4 Votes
    4 Posts
    1k Views
    PrestaShop + modules IA https://www.prestashop.com Magento https://developer.adobe.com/open/magento
  • 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.
  • Email Provider

    General email gmail proton
    9
    5 Votes
    9 Posts
    2k Views
    @phenomlab lol it is a great excuse and sometimes a combination of both haha
  • Windows 10 End of Life

    General windows linux arch end of life
    10
    2 Votes
    10 Posts
    2k Views
    @phenomlab this looks very nice as well. It is nice that they keep the KDE Neon a rolling release so you will get those updated apps even though Ubuntu isn’t a rolling release. Is it a rolling distro? KDE neon is rolling for KDE software. The Ubuntu base OS is not, but certain packages will be updated as needed to support KDE software requiring newer library versions than what is provided by Ubuntu. Apps from the main repositories are not rolling either, and therefore can be up to two years old. Users are encouraged not to use them, and to instead get apps from Snap or Flatpak using KDE’s Discover app store. In neon, Discover is set up to only show apps from these sources, filtering out apps from the repositories.
  • 14 Votes
    17 Posts
    4k Views
    No problem dude ! I hope you have a good vacation. Enjoy your loved ones!
  • Changing H2 color

    Solved WordPress customisation
    5
    3 Votes
    5 Posts
    1k Views
    @Sala Just checked your site. This should work .bs-blog-post .title, .bs-blog-post .title a { color: #ffffff; } It’s worth noting the existing CSS, which uses variables like the below color: var(--head-color); These come under the :root section as below :root { --head-color: #212121; --stext-color: #000; --text-color: #718096; --wtext-color: #fff; --bg-color: #fff; --box-color: #fff; --border-color: #e2e8f0; --wrap-color: #eff2f7; } You can easily override these by using the CSS I provided at the top of this post, or you can change the underlying colours defined in the variables. However, taking this route may mean other objects are styled in the same way, which may not be the desired result.
  • 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