Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NC14 Theming: Posibility to switch off "Get your own free account" #11101

Closed
JSoko opened this issue Sep 7, 2018 · 12 comments
Closed

NC14 Theming: Posibility to switch off "Get your own free account" #11101

JSoko opened this issue Sep 7, 2018 · 12 comments

Comments

@JSoko
Copy link
Member

JSoko commented Sep 7, 2018

On NC 14.0.0.19 on the public share page there is shown a link "Get your own free account" as last line in the footer.

I understand, that advertising nextcloud in this way is an option.

But not only because of GDPR-Reasons I would like to be able to switch of this footer-line without have to modify the code. An option in the theming-app to switch this line off would be fine...

@juliushaertl ?

@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #10849 (public share footer linebreak in "Get your own free account"), #10965 (New "Create your free account.." message (Only Feedback)), #1786 (Switching to scss), #835 (Update page doen't get themed), and #401 (Theming not saved).

@juliushaertl
Copy link
Member

There is a config flag to disable this link: https://github.com/nextcloud/server/blob/master/config/config.sample.php#L1643

@JSoko
Copy link
Member Author

JSoko commented Sep 7, 2018

@juliushaertl
Thank You, That's great!

@rcdailey
Copy link
Contributor

rcdailey commented Nov 27, 2018

Once you disable this via the above config option, there's still a footer: It shows a Nextcloud link at the bottom. Is there a way to disable this as well? I'm fine doing custom CSS if that's the only option.

EDIT: This works:

#body-public footer {
  display: none;
}

Is this correct?

@JB1985
Copy link

JB1985 commented Dec 7, 2018

Why is this Issue closed?

@rcdaily have you put this in your custom Theme in core/css/server.css? This is not working for me.

@kesselb
Copy link
Contributor

kesselb commented Dec 7, 2018

There is a config flag to disable this link: https://github.com/nextcloud/server/blob/master/config/config.sample.php#L1643

Issue is closed because question "Posibility to switch off "Get your own free account" is anwered. I know an issue tracker looks similar to a community board but works different. You usually have one issue per problem.

The issue here: Howto switch off "Get your own free account". How can i remove the nextcloud branding is something different.

@enoch85
Copy link
Member

enoch85 commented Jan 3, 2019

Correction; https://github.com/nextcloud/server/blob/master/config/config.sample.php#L1705

Added it but it didn't work, but I guess that's a separate issue...

@kesselb
Copy link
Contributor

kesselb commented Jan 3, 2019

* If this is set to "false" it will not show the link.

A few people set the value to "false". Maybe you are running into the same issue. 'simpleSignUpLink.shown' => false should do the trick.

@enoch85
Copy link
Member

enoch85 commented Jan 3, 2019

Worked! The occ command generated the wrong value.

@kesselb
Copy link
Contributor

kesselb commented Jan 3, 2019

--type=bool --value=false should work for occ. By default a value is considered as string.

@Oclair
Copy link

Oclair commented Jan 12, 2019

dude are you guys serious? nextcloud does not agree with nextcloud
Stop sneaking in code like that

@kesselb
Copy link
Contributor

kesselb commented Jan 12, 2019

There are two ways to hide "Get your own free account":

  1. Use occ: occ config:system:set --type=bool --value=false simpleSignUpLink.shown
  2. Add 'simpleSignUpLink.shown' => false, to config.php

@nextcloud nextcloud locked as resolved and limited conversation to collaborators Jan 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants