Modification homepage

Hello,

I really like the design of this forum and will like to know how can I do to get it please?

I thank you very much in advance,
Kévin

Budget, negotiable

Hi @Kevin7,

It would be a pleasure to assist you on your project. You can reach me at budo@narod.ru so we can discuss about your project in detail.

It is done :slight_smile:

Best regards,
Kévin

1 Like

Hi I would like to customise the login page on my forum. I want a background image and if possible an embedded video to explain the benefits of joining. Are you open to this?

Also login with facebook google etc

Hi

I think you can add background image easily by yourself. Give it a try:

#discourse-modal {
  &.login-modal,
  &.create-account {
    &:not(.hidden):before {
      content: "";
      height: 100vh;
      width: 100vw;
      // change background here
      background: url(http://*****.jpg);
      position: fixed;
      z-index: -2;
    }
  }
}

By changing the URL to your picture.

Unfortunately, I don’t do integration. The following plugin may help you.

2 Likes

@Totus As @Stranik mentioned, take a look at my Custom Wizard plugin. It may be what you’re after. I can help you with that for free. If you want help with that post in the Custom Wizard plugin topic.

If that’s not quite right, you can hire me to add any customizations, such as a video embed in the login modal, or a new login page. If you want to go down that route PM me and we’ll take it from there.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.