Hello :)

I've made a website for my company with drupal.

When I set the home page in the armed state, it's one place people can log in and a place where people can register at the top right on my website. When people go in there (at the log in or sign up), they get a message that they can't log in og register, but anyway, I won't to remove it.

I don't want it to be a place at my website where my clients can see there is a place that is called "log in" and "sign up", so I want to remove it. Anyone who knows how I do it? I am unfortunately so bad at this.

And with the theme I have choosed, there is a picture on the front side. How do I change this picture to my own picture?

Comments

peterjlord’s picture

In the administration section for the menus http://example.com/admin/structure/menu/manage/user-menu and disable the menus.

The picture can be changed via http://example.com/user/1/edit if you are the admin user

MeNeedHelp’s picture

Thank you so much for trying to help me :)

Unfortunately I'm so bad at making websites, and because of that I didn't understand how to fix the problems I have with the help of your links.

nevets’s picture

Are they seeing links or a form?

If links, they may be in a menu or hard coded in a theme.

If a form, it could be from the login block (in this case disable the block) or part of the theme. It the later case there may be a setting to disable or once again it may be hard coded.

MeNeedHelp’s picture

Thank you so much for trying to help me :)

They are seeing links on the front paige (on the right side at the top).

When you press the link "login" it comes up a new site/page with block's where you are supposed to fill in your user name and your password and then press "log in".

When you press the link "register" it also comes up a new site/page, but there is this message: "Access denied. You are not allowed to visit this page."

The theme I use is Danland version 6.x-2.1.

VM’s picture

And with the theme I have choosed, there is a picture on the front side. How do I change this picture to my own picture?

Depends on how the theme was developed. Mentioning the name of the theme would aid.

edit:
If you mean changes the slideshow images you need to follow the directions in the theme documentation @ https://www.drupal.org/node/768350. Specfically #3

MeNeedHelp’s picture

Thank you so much for trying to help me :)

The theme I use is Danland version 6.x-2.1. I found it at drupal.org.

MeNeedHelp’s picture

Thank you very much for your help again :)

I was so happy when I went to the link you sent me because there was also information on how to erase log in and register. I tried to fix that first but I still could not arrange it. It is very frustrating that I'm so bad at this ;(

In the instructions at https://www.drupal.org/node/768350 it says:

The Login | Register links and the RSS button can be removed by adding the following code to the local.css file:

#authorize {
display: none;
}

I went into the folder downloads on my computer and found folder Danland . I opened the folder and found the file local_sample ( it is written behind local_sample that it is a CSS document ). I opened the local_sample in wordpad. A line under the text that stood in the file from before , I wrote:
#authorize {
display: none;
}
and then I saved it.

Then I opened up the program FileZilla , found the file local_sample there, right clicked and pressed on upload. Then nothing more happened, and log in, register and the RSS button are still there.

Have I done everything totally wrong?