Giter VIP home page Giter VIP logo

Comments (5)

Qr394 avatar Qr394 commented on June 5, 2024
  • The admin roles in every website cant even see or edit the other website.
    Example: Admin In Website 1 cant even see the other websites of other users.
    But even so, when the admin user edits something it also edits in the other website
    Screenshot 2024-02-22 133026

from vvveb.

Qr394 avatar Qr394 commented on June 5, 2024

Can the problem be from the DNS records, maybe theyre linked with each other?
Because in both websites i have one same (A) record with same ip.

website 1:
A @ ip

website 2:
A @ ip (same as ip in website 1)

from vvveb.

givanz avatar givanz commented on June 5, 2024

Hi

Are both sites using the same theme?

Changes made with page builder in theme templates will show for all sites using the theme.

To avoid this duplicate the theme you are using by copying public/themes/landing/ to something like public/themes/landing-two/ and then edit public/themes/landing-two/theme.php and change

/*
Name: Landing
Slug: landing
*/

to

/*
Name: Landing Two
Slug: landing-two
*/

Now you can select the new theme for your second site.

I will add a duplicate theme button to simplify this process.

Ip can be shared, only the host (subdomain.domain.tld) must be unique for a site.

from vvveb.

Qr394 avatar Qr394 commented on June 5, 2024

Thank you, but is this process for THE WHOLE website? So if i change anything and any page it will not be applied for both websites?

from vvveb.

givanz avatar givanz commented on June 5, 2024

Using different themes for each site will keep template changes separate.

But other things like menu, posts, pages can still be shared between sites.

If you don't want to share content then you need to create new menus, pages etc for the second site.

If you make changes to a page that is shown on both sites like about us for example then the changes will show on both.

You will need to create a new about us page if you want it to be different on the second site.

Content like posts, pages, menus etc is saved in the database and is not theme bound.

Page layout, design and most things related to appearance comes from theme templates/files.

from vvveb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.